summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2020-12-21 22:54:21 -0600
committerCase Duckworth2020-12-21 22:54:21 -0600
commit1e2ceb47edbb2964119c9dc00097cce32e526ebb (patch)
treee830a61b7f035b751ab475517f2b43a36634e3db /config.org
parentSet =org-directory= (diff)
downloademacs-1e2ceb47edbb2964119c9dc00097cce32e526ebb.tar.gz
emacs-1e2ceb47edbb2964119c9dc00097cce32e526ebb.zip
Configure org-agenda (begin)
Diffstat (limited to 'config.org')
-rw-r--r--config.org10
1 files changed, 10 insertions, 0 deletions
diff --git a/config.org b/config.org index 0381d19..2170f56 100644 --- a/config.org +++ b/config.org
@@ -1071,6 +1071,16 @@ I’ve put org mode under Applications, as opposed to Writing, because it’s m
1071 (require 'ox-md)) 1071 (require 'ox-md))
1072#+end_src 1072#+end_src
1073 1073
1074*** Org Agenda
1075
1076#+begin_src emacs-lisp
1077 (cuss org-agenda-files (no-littering-expand-etc-file-name "agenda-files"))
1078
1079 (if (and (stringp org-agenda-files)
1080 (not (file-exists-p org-agenda-files)))
1081 (with-temp-buffer (write-file org-agenda-files)))
1082#+end_src
1083
1074*** Make bullets look like bullets 1084*** Make bullets look like bullets
1075 1085
1076#+begin_src emacs-lisp 1086#+begin_src emacs-lisp