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,7 +2,7 @@
# name: TODO task
# key: ;todo
# --
* TODO ${1:Task title}
`(make-string (1+ (or (org-current-level) 0)) ?*)` TODO ${1:Task title}
SCHEDULED: <`(format-time-string "%Y-%m-%d")`>
${2:Notes}
$0