diff options
author | fpi | 2020-09-27 12:13:23 +0200 |
---|---|---|
committer | fpi | 2022-03-17 14:44:37 +0100 |
commit | 12529bb7e4559684495db9816f2a24d7025fd211 (patch) | |
tree | fb9da481935db1958489ae0b3b07bbe6d05217a1 | |
parent | Collect org clocking settings under one headline (diff) |
Remove READLIST, WATCH tags in favor of read, watch
-rw-r--r-- | emacs-init.org | 8 |
1 files changed, 4 insertions, 4 deletions
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 <<org-capture-template-properties>> |