Retore part of the old org-capture templates.
This commit is contained in:
parent
553694530e
commit
f8b5174274
@ -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)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user