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

View File

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