summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-04-14 17:13:41 -0700
committerSean Whitton <spwhitton@spwhitton.name>2018-04-14 17:13:41 -0700
commitb99ed43c4dd6b9100dc554f43327f3e12dea30af (patch)
tree01366e48637e399503ba0fd8299c39695131984c
parentd9d1bcc127b19f52a09dc7a47a37a4f1bebea121 (diff)
downloaddotfiles-b99ed43c4dd6b9100dc554f43327f3e12dea30af.tar.gz
init-org.el: fix code sectioning
-rw-r--r--.emacs.d/init-org.el9
1 files changed, 4 insertions, 5 deletions
diff --git a/.emacs.d/init-org.el b/.emacs.d/init-org.el
index c8871438..2b84bca0 100644
--- a/.emacs.d/init-org.el
+++ b/.emacs.d/init-org.el
@@ -197,7 +197,7 @@
;; don't generate bookmarks as causes git merge conflicts
org-bookmark-names-plist nil)
-;;;; ---- agenda and refile ----
+;;;; ---- agenda ----
(setq
org-agenda-custom-commands
@@ -531,7 +531,7 @@ different occasions."
(spw--has-incomplete-subproject-or-task-p))
next-headline nil)))
-;;; capture templates
+;;;; ---- capture templates ----
(setq
org-capture-templates-contexts
@@ -563,8 +563,7 @@ different occasions."
("u" "URI on clipboard" entry (file org-default-notes-file)
"* SOMEDAY [[%^{URI|%x}][%^{Title}]]" :immediate-finish t)))
-;;; function and advice for my weekly review process (see the
-;;; docstrings immediately below)
+;;;; ---- for weekly review process ----
(defun spw--find-non-agenda-todos ()
"Find Org files that aren't in `org-agenda-files` that probably
@@ -663,7 +662,7 @@ Ignore SOMEDAYs as might have those in old notes but not important to include th
(message "removed")))))))
(bind-key "C-c ]" 'spw--org-remove-file org-mode-map)
-;;;; ---- hooks and keys ----
+;;;; ---- hooks and bindings ----
(defun spw--org-agenda-priority-filter (arg)
"Hide low-priority items. If ARG, hide slightly fewer."