about summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-01-13 19:54:23 -0600
committerCase Duckworth2021-01-13 19:54:23 -0600
commitc92f9c549f1a8c6a984d0acce25b127927322873 (patch)
tree926ac4b4e8ab0dbfda4505673b7e206f7b02632a /config.org
parentEval after loading org (diff)
downloademacs-c92f9c549f1a8c6a984d0acce25b127927322873.tar.gz
emacs-c92f9c549f1a8c6a984d0acce25b127927322873.zip
Tweak Org
Diffstat (limited to 'config.org')
-rw-r--r--config.org9
1 files changed, 9 insertions, 0 deletions
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-
1792 1792
1793 (define-key acdw/map (kbd "C-a") #'org-agenda) 1793 (define-key acdw/map (kbd "C-a") #'org-agenda)
1794 1794
1795 (cuss org-agenda-span 5
1796 "Show today + N days.")
1797
1795 (cuss org-todo-keywords 1798 (cuss org-todo-keywords
1796 '((sequence "RECUR(r)" "TODO(t)" "|" "DONE(d)") 1799 '((sequence "RECUR(r)" "TODO(t)" "|" "DONE(d)")
1797 (sequence "APPT(a)") 1800 (sequence "APPT(a)")
@@ -1801,6 +1804,12 @@ from [[https://github.com/mpereira/.emacs.d#align-all-tags-in-the-buffer-on-tag-
1801 (cuss org-agenda-skip-deadline-if-done t) 1804 (cuss org-agenda-skip-deadline-if-done t)
1802 (cuss org-deadline-warning-days 0 1805 (cuss org-deadline-warning-days 0
1803 "Don't warn of an impending deadline.") 1806 "Don't warn of an impending deadline.")
1807
1808 (cuss org-log-into-drawer "LOGBOOK"
1809 "Log state changes into the LOGBOOK drawer, instead of after
1810 the headline.")
1811 (cuss org-log-done t
1812 "Save CLOSED timestamp when done.")
1804 #+end_src 1813 #+end_src
1805 1814
1806*** TODO Capture 1815*** TODO Capture