refactor(snippets): metadata table + org headings structure; minimal TAB stops

This commit is contained in:
2026-02-24 15:08:12 +01:00
parent 6358721349
commit 54d6fb27ed
4 changed files with 29 additions and 25 deletions

View File

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