Initial commit
This commit is contained in:
12
snippets/org-mode/__blog
Normal file
12
snippets/org-mode/__blog
Normal file
@@ -0,0 +1,12 @@
|
||||
# -*- time-stamp-active: nil; -*-
|
||||
# name: blog
|
||||
# uuid: __blog
|
||||
# trigger: __blog
|
||||
# condition: t
|
||||
# --
|
||||
|
||||
#+TITLE: $1
|
||||
#+DATE: `(akko/org-current-time-string)`
|
||||
|
||||
* $1
|
||||
$0
|
9
snippets/org-mode/sb
Normal file
9
snippets/org-mode/sb
Normal file
@@ -0,0 +1,9 @@
|
||||
# name: sourceblock
|
||||
# uuid: __sb
|
||||
# trigger: sb
|
||||
# condition: t
|
||||
# --
|
||||
|
||||
#+BEGIN_SRC $1
|
||||
$0
|
||||
#+END_SRC
|
Reference in New Issue
Block a user