home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 0dae931b44a99b7fb282319377b0e1944170468e
parent 7474b0110843d0c24f15b2d7d0330329f03dd88a
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Wed, 21 Feb 2024 19:21:08 +0100

tools/emacs: add a new state and make agenda sticky

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtools/emacs/config/config-org.el | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tools/emacs/config/config-org.el b/tools/emacs/config/config-org.el @@ -85,7 +85,7 @@ (org-hide-emphasis-markers t) (org-pretty-entities t) (org-ellipsis "…") - (org-todo-keywords '((sequence "TODO(t)" "NEXT(n)" "STARTED(s)" "|" "DONE(d!)" "CANCELED(c@/!)") + (org-todo-keywords '((sequence "TODO(t)" "NEXT(n)" "STARTED(s)" "IN-REVIEW(r)" "|" "DONE(d!)" "CANCELED(c@/!)") (sequence "WAITING(w@/!)" "SOMEDAY(s)" "|" "CANCELED(c@/!)") (sequence "IDEA(i)" "|" "CANCELED(c@/!)"))) (org-todo-state-tags-triggers '(("CANCELLED" ("CANCELLED" . t)) @@ -123,7 +123,7 @@ (org-goto-interface 'outline-path-completion) (org-outline-path-complete-in-steps nil) (org-goto-max-level 2) - + (org-agenda-category-icon-alist `(("journal" ,(list (propertize "📝"))) ("project--" ,(list (propertize "💼" ))) ("area--" ,(list (propertize"🏢" ))) @@ -131,7 +131,7 @@ ("home" ,(list (propertize"🏡" ))) (".*" '(space . (:width (16)))))) ;; (org-agenda-compact-blocks t) -;; (org-agenda-sticky t) + (org-agenda-sticky t) ;; (org-agenda-include-diary t) :config