From 8904f36dd7fb5e334c7d44299c062a0cacd9cde7 Mon Sep 17 00:00:00 2001 From: rearman Date: Mon, 15 Jun 2026 16:44:28 -0400 Subject: [PATCH] minor org tweaks --- config.org | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/config.org b/config.org index f76deb0..a37b13e 100644 --- a/config.org +++ b/config.org @@ -261,8 +261,8 @@ Sly really doesn't play well with elodc in the minibuffer, so here are some sett ***** Agenda settings #+BEGIN_SRC emacs-lisp (setq org-agenda-files (append '("~/org/") - (file-expand-wildcards "~/projects/*/") - (file-expand-wildcards "~/.emacs.d/config.org")) + (file-expand-wildcards "~/projects/*/") + (file-expand-wildcards "~/.emacs.d/config.org")) org-refile-targets '((nil :maxlevel . 9) (org-agenda-files :maxlevel . 9)) org-refile-use-outline-path 'file @@ -275,6 +275,7 @@ Sly really doesn't play well with elodc in the minibuffer, so here are some sett ("home" . ?h) ("office" . ?o) ("errand" . ?e) + ("vps" . ?v) (:endgroup)) org-todo-keywords '((sequence "TODO(t)" "WAITING(w@)" "|" "DONE(d)" "BELAYED(b@)" "GIVEN(g@)") (sequence "MEETING(m)" "|" "MET(M)")) @@ -286,9 +287,9 @@ Sly really doesn't play well with elodc in the minibuffer, so here are some sett org-deadline-warning-days 30 org-agenda-window-setup 'current-window org-agenda-time-grid '((daily today remove-match) - (800 1000 1200 1400 1600 1800 2000) - "------>" - "---------------") + (800 900 1000 1100 1200 1300 1400 1500 1600 1700 1800 1900 2000) + " -----" + "") org-agenda-scheduled-leaders '("Booked: " "Booked %dd. ago: ") org-agenda-deadline-leaders '("Deadline: " "In %dd.: " "Died %dd. ago: ") org-read-date-prefer-future 'time @@ -329,7 +330,7 @@ Sly really doesn't play well with elodc in the minibuffer, so here are some sett (file+olp "gtd.org" "Inbox") "* %^{Description}\n%U\n%?" :prepend t) - ("a" "Next Action" entry + ("n" "Next Action" entry (file+olp "gtd.org" "Next") "* TODO %^{Description}\n%U\n%?" :prepend t) @@ -345,7 +346,7 @@ Sly really doesn't play well with elodc in the minibuffer, so here are some sett (file "gtd.org") "* %^{Description} :call:\n%U\n%?" :prepend t) - ("n" "Note" entry + ("t" "Note" entry (file "notes.org") "* %^{Description}\n%U\n%?" :prepend t))) -- 2.39.5