Change org-capture key, template and remove an agenda file.
This commit is contained in:
parent
8fa7bc9ed7
commit
42ff8f3cbd
@ -40,7 +40,7 @@
|
|||||||
:ensure t
|
:ensure t
|
||||||
:straight (:type built-in)
|
:straight (:type built-in)
|
||||||
:bind (("C-c a" . org-agenda)
|
:bind (("C-c a" . org-agenda)
|
||||||
("C-c c" . org-capture))
|
("C-c x" . org-capture))
|
||||||
:hook
|
:hook
|
||||||
(org-mode . kj/org-hook)
|
(org-mode . kj/org-hook)
|
||||||
:config
|
:config
|
||||||
@ -96,14 +96,12 @@
|
|||||||
(setq org-agenda-files
|
(setq org-agenda-files
|
||||||
'("~/Documentos/ORG/Agenda/Ideas.org"
|
'("~/Documentos/ORG/Agenda/Ideas.org"
|
||||||
"~/Documentos/ORG/Agenda/IdeasTwitch.org"
|
"~/Documentos/ORG/Agenda/IdeasTwitch.org"
|
||||||
"~/Documentos/ORG/Agenda/Proyectos.org"
|
|
||||||
"~/Documentos/ORG/Agenda/Tareas.org")
|
"~/Documentos/ORG/Agenda/Tareas.org")
|
||||||
)
|
)
|
||||||
|
|
||||||
;; Archivos entre los que se moverán las tareas
|
;; Archivos entre los que se moverán las tareas
|
||||||
(setq org-refile-targets
|
(setq org-refile-targets
|
||||||
'(("Archivo.org" :maxlevel . 1)
|
'(("Archivo.org" :maxlevel . 1)
|
||||||
("Proyectos.org" :maxlevel . 1)
|
|
||||||
("IdeasTwitch.org" :maxlevel . 1)
|
("IdeasTwitch.org" :maxlevel . 1)
|
||||||
("Ideas.org" :maxlevel . 1)
|
("Ideas.org" :maxlevel . 1)
|
||||||
("Tareas.org" :maxlevel . 1)))
|
("Tareas.org" :maxlevel . 1)))
|
||||||
@ -114,16 +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 %?\n %U\n %a\n %i" :empty-lines 1)
|
"* TODO %?" :empty-lines 1)
|
||||||
("tp" "Proyectos" entry (file+olp "~/Documentos/ORG/Agenda/Proyectos.org")
|
|
||||||
"* TODO %?\n %U\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 %?\n %a\n %i" :empty-lines 1)
|
"* TODO %?" :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 %?\n %a\n %i" :empty-lines 1)
|
"* TODO %?" :empty-lines 1)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user