From c92f9c549f1a8c6a984d0acce25b127927322873 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 13 Jan 2021 19:54:23 -0600 Subject: Tweak Org --- config.org | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config.org b/config.org index acdee25..928f953 100644 --- a/config.org +++ b/config.org @@ -1792,6 +1792,9 @@ from [[https://github.com/mpereira/.emacs.d#align-all-tags-in-the-buffer-on-tag- (define-key acdw/map (kbd "C-a") #'org-agenda) + (cuss org-agenda-span 5 + "Show today + N days.") + (cuss org-todo-keywords '((sequence "RECUR(r)" "TODO(t)" "|" "DONE(d)") (sequence "APPT(a)") @@ -1801,6 +1804,12 @@ from [[https://github.com/mpereira/.emacs.d#align-all-tags-in-the-buffer-on-tag- (cuss org-agenda-skip-deadline-if-done t) (cuss org-deadline-warning-days 0 "Don't warn of an impending deadline.") + + (cuss org-log-into-drawer "LOGBOOK" + "Log state changes into the LOGBOOK drawer, instead of after + the headline.") + (cuss org-log-done t + "Save CLOSED timestamp when done.") #+end_src *** TODO Capture -- cgit 1.4.1-21-gabe81