refactor(snippets): metadata table + org headings structure; minimal TAB stops
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: TODO task with properties
|
||||
# name: TODO task
|
||||
# key: ;todo
|
||||
# --
|
||||
* TODO ${1:Task title}
|
||||
SCHEDULED: <`(format-time-string "%Y-%m-%d")`>
|
||||
:PROPERTIES:
|
||||
:context: ${2:work/personal}
|
||||
:END:
|
||||
${3:Notes}
|
||||
${2:Notes}
|
||||
$0
|
||||
|
||||
Reference in New Issue
Block a user