fix(emacs): simplify org gtd workflow
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
6b8313b007
commit
db228c245f
1 changed files with 3 additions and 8 deletions
|
@ -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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue