Commit bb54af3b8926

Vincent Demeester <vincent@sbr.pm>
2025-01-02 19:11:58
tools/emacs: do not display tags in agenda…
… because I used them to filter things, not really to display in the agenda. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 3a160f0
Changed files (1)
tools
emacs
tools/emacs/config/config-org.el
@@ -90,6 +90,7 @@
   ;;                           (".*" . nil)))    ;; On any other file, insert at the bottom
   (org-archive-location (concat org-archive-dir "/%s::datetree/"))
   (org-agenda-file-regexp "^[a-zA-Z0-9-_]+.org$")
+  (org-agenda-remove-tags t)
   (org-use-speed-commands t)
   (org-special-ctrl-a/e t)
   (org-special-ctrl-k t)