Reconfigure org-agenda and org-refile-targets files.
This commit is contained in:
parent
c6d8b14feb
commit
051e902d64
@ -94,15 +94,12 @@
|
||||
|
||||
;; Archivos a usarse en org-agenda
|
||||
(setq org-agenda-files
|
||||
'("~/Documentos/ORG/Agenda/Ideas.org"
|
||||
"~/Documentos/ORG/Agenda/IdeasTwitch.org"
|
||||
"~/Documentos/ORG/Agenda/Tareas.org")
|
||||
'("~/Documentos/ORG/Agenda/Tareas.org")
|
||||
)
|
||||
|
||||
;; Archivos entre los que se moverán las tareas
|
||||
(setq org-refile-targets
|
||||
'(("Archivo.org" :maxlevel . 1)
|
||||
("IdeasTwitch.org" :maxlevel . 1)
|
||||
("Ideas.org" :maxlevel . 1)
|
||||
("Tareas.org" :maxlevel . 1)))
|
||||
|
||||
@ -114,12 +111,8 @@
|
||||
("tt" "Tareas" entry (file+olp "~/Documentos/ORG/Agenda/Tareas.org")
|
||||
"* TODO %? \n %a\n %i" :empty-lines 1)
|
||||
("i" "Ideas")
|
||||
("ii" "Ideas General" entry
|
||||
(file+olp "~/Documentos/ORG/Agenda/ideas.org")
|
||||
("ii" "Ideas" entry (file+olp "~/Documentos/ORG/Agenda/ideas.org")
|
||||
"* TODO %? \n %a\n %i" :empty-lines 1)
|
||||
("it" "Ideas Twitch" entry
|
||||
(file+olp "~/Documentos/ORG/Agenda/IdeasTwitch.org")
|
||||
"* TODO %? \n %a\n %i" :empty-lines 1)
|
||||
)
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user