1
0
Fork 0

fix(emacs): simplify org gtd workflow

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-03-20 09:59:22 -04:00
parent 6b8313b007
commit db228c245f
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -87,15 +87,10 @@
(setcar (nthcdr 4 org-emphasis-regexp-components) 20) (setcar (nthcdr 4 org-emphasis-regexp-components) 20)
(org-set-emph-re 'org-emphasis-regexp-components org-emphasis-regexp-components) (org-set-emph-re 'org-emphasis-regexp-components org-emphasis-regexp-components)
(setq org-agenda-files '("~/org/inbox.org" (setq org-agenda-files '("~/org/gtd.org"))
"~/org/gtd.org"
"~/org/tickler.org"))
(setq org-capture-templates '(("t" "Todo [inbox]" entry (setq org-capture-templates '(("t" "Todo [inbox]" entry
(file+headline "~/org/inbox.org" "Tasks") (file+headline "~/org/gtd.org" "GTD")
"* TODO %i%?") "* TODO %i%?")))
("T" "Tickler" entry
(file+headline "~/org/tickler.org" "Tickler")
"* %i%? \n %U")))
(setq org-roam-capture-templates (setq org-roam-capture-templates
'(("n" "default" plain "%?" '(("n" "default" plain "%?"
:target (file+head "${slug}-${id}.org" "#+title: ${title}\n") :target (file+head "${slug}-${id}.org" "#+title: ${title}\n")