Tweak org setup
This commit is contained in:
parent
10d740f409
commit
5d61acc986
@ -645,7 +645,8 @@ Always show inline images:
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(setq org-refile-use-outline-path 'file
|
||||
org-refile-targets `((org-agenda-files :level . 0)
|
||||
(,(agenda-files "notes.org") :level . 1)))
|
||||
(,(agenda-files "notes.org") :level . 1)
|
||||
(,(agenda-files "todo.org") :level . 1)))
|
||||
#+END_SRC
|
||||
|
||||
** Todo keywords
|
||||
@ -659,7 +660,8 @@ Always show inline images:
|
||||
(setq org-agenda-custom-commands
|
||||
'(("T" "Today's list"
|
||||
((agenda)
|
||||
(todo "TODO" ((org-agenda-files `(,(agenda-files "today.org")))))))))
|
||||
(todo "TODO" ((org-agenda-files `(,(agenda-files "today.org")))))
|
||||
(todo "WAITING" ((org-agenda-files `(,(agenda-files "today.org")))))))))
|
||||
#+END_SRC
|
||||
|
||||
** Keybindings
|
||||
|
Loading…
Reference in New Issue
Block a user