20250118.1737209075

This commit is contained in:
fz0x1 2025-01-18 15:04:35 +01:00
parent ed1f856b78
commit 4093bc4581
5 changed files with 24 additions and 12 deletions

View file

@ -160,7 +160,7 @@
(setq org-capture-templates
'(
("p" "Private"
("g" "Private"
entry (file+headline "~/org/private.org.gpg" "Private")
"* %?"
:empty-lines 0)
@ -171,6 +171,12 @@
"* [%<%Y-%m-%d>] %?\n:PROPERTIES:\n:ID: %(org-id-new)\n:END:\n"
:empty-lines 0)
("p" "Project"
entry
(file+headline "~/org/life.org" "Projects")
"* %?\n:PROPERTIES:\n:ID: %(org-id-new)\n:CREATED: %t\n:END:\n\n** Tasks:\n** Notes:\n** Links:\n"
:empty-lines 0)
("n" "Note"
entry
(file+headline "~/org/notes.org" "2025")
@ -182,7 +188,7 @@
"* Event: %?\n\n %i\n\n From: %a"
:empty-lines 1)
("g" "Todo"
("t" "Todo"
entry (file+headline "~/org/inbox.org" "Todo")
"* TODO [#C] %?\n:PROPERTIES:\n:Created: %T\n:END:\n "
:empty-lines 0)