summaryrefslogtreecommitdiff
path: root/emacs-init.org
diff options
context:
space:
mode:
authorfpi2020-09-27 12:13:23 +0200
committerfpi2022-03-17 14:44:37 +0100
commit12529bb7e4559684495db9816f2a24d7025fd211 (patch)
treefb9da481935db1958489ae0b3b07bbe6d05217a1 /emacs-init.org
parentCollect org clocking settings under one headline (diff)
Remove READLIST, WATCH tags in favor of read, watch
Diffstat (limited to 'emacs-init.org')
-rw-r--r--emacs-init.org8
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>>