fix(snippets): adaptive heading level; subject mirror in heading+table

This commit is contained in:
2026-02-24 15:15:14 +01:00
parent 54d6fb27ed
commit f363782bd5
4 changed files with 21 additions and 20 deletions

View File

@@ -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