From 5d61acc986446648f2b3768f18eded98cba347df Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Fri, 8 Feb 2019 09:05:26 -0500 Subject: [PATCH] Tweak org setup --- emacs/init.org | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/emacs/init.org b/emacs/init.org index 1ad4fe9..bcaf654 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -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