fix(snippets): adaptive heading level; subject mirror in heading+table
This commit is contained in:
@@ -2,14 +2,15 @@
|
||||
# name: Meeting notes
|
||||
# key: ;meeting
|
||||
# --
|
||||
* Meeting: ${1:Topic} — `(format-time-string "%Y-%m-%d")`
|
||||
`(make-string (1+ (or (org-current-level) 0)) ?*)` Meeting: ${1:Topic} — `(format-time-string "%Y-%m-%d")`
|
||||
|
||||
| *Date* | `(format-time-string "%Y-%m-%d")` |
|
||||
| *Topic* | $1 |
|
||||
| *Attendees* | ${2:names} |
|
||||
|
||||
*** Notes
|
||||
`(make-string (+ 2 (or (org-current-level) 0)) ?*)` Notes
|
||||
|
||||
*** Actions
|
||||
`(make-string (+ 2 (or (org-current-level) 0)) ?*)` Actions
|
||||
|
||||
*** Next steps
|
||||
`(make-string (+ 2 (or (org-current-level) 0)) ?*)` Next steps
|
||||
$0
|
||||
|
||||
Reference in New Issue
Block a user