]> git.earman.xyz Git - emacsinit.git/commitdiff
minor org tweaks
authorrearman <rearman@r717.net>
Mon, 15 Jun 2026 20:44:28 +0000 (16:44 -0400)
committerrearman <rearman@r717.net>
Mon, 15 Jun 2026 20:44:28 +0000 (16:44 -0400)
config.org

index f76deb07792ed4b0bdad01477fccb62b921fac88..a37b13ecc4a5bddf18247675f0c588ea67f64952 100644 (file)
@@ -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)))