From 12529bb7e4559684495db9816f2a24d7025fd211 Mon Sep 17 00:00:00 2001 From: fpi Date: Sun, 27 Sep 2020 12:13:23 +0200 Subject: Remove READLIST, WATCH tags in favor of read, watch --- emacs-init.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'emacs-init.org') diff --git a/emacs-init.org b/emacs-init.org index d72b954..e74a26b 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -3912,16 +3912,16 @@ Based on https://github.com/psamim/dotfiles/blob/master/doom/config.el#L73. #+begin_src emacs-lisp :tangle no :noweb-ref org-agenda-custom-commands ("r" "Refile entries" ((tags "+REFILE"))) ("i" "Idle Actions" - ((tags-todo "IDLE-READLIST-WATCH" + ((tags-todo "IDLE-read-watch" ((org-agenda-overriding-header "Idle Tasks") (org-agenda-skip-function 'bh/skip-project-tasks) (org-agenda-sorting-strategy '(todo-state-down effort-up)))) - (tags-todo "READLIST" + (tags-todo "read" ((org-agenda-overriding-header "Idle Reading List") (org-agenda-sorting-strategy '(todo-state-down effort-up)))) - (tags-todo "WATCH" + (tags-todo "watch" ((org-agenda-overriding-header "Things to Watch") (org-agenda-skip-function 'bh/skip-project-tasks) (org-agenda-sorting-strategy @@ -4609,7 +4609,7 @@ Instead of project related capture templates, I use the same template for all ta ("Cr" ".. & read" entry (file "~/sync/refile.org") - "* TODO %a :READLIST: + "* TODO %a :read: :PROPERTIES: :CREATED: %U <> -- cgit v1.2.3