Retore part of the old org-capture templates.

This commit is contained in:
kj 2022-06-07 03:08:03 -04:00
parent 553694530e
commit f8b5174274
1 changed files with 3 additions and 3 deletions

View File

@ -112,14 +112,14 @@
(setq org-capture-templates
`(("t" "Tareas / Projectos")
("tt" "Tareas" entry (file+olp "~/Documentos/ORG/Agenda/Tareas.org")
"* TODO %?" :empty-lines 1)
"* TODO %? \n %a\n %i" :empty-lines 1)
("i" "Ideas")
("ii" "Ideas General" entry
(file+olp "~/Documentos/ORG/Agenda/ideas.org")
"* TODO %?" :empty-lines 1)
"* TODO %? \n %a\n %i" :empty-lines 1)
("it" "Ideas Twitch" entry
(file+olp "~/Documentos/ORG/Agenda/IdeasTwitch.org")
"* TODO %?" :empty-lines 1)
"* TODO %? \n %a\n %i" :empty-lines 1)
)
)
)