summary refs log tree commit diff
path: root/emacs.d
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2016-02-17 06:05:54 -0800
committerFranck Cuny <franckcuny@gmail.com>2016-02-17 06:05:54 -0800
commit910550dd8898694b36f7ea02fa36a99786ed4f1e (patch)
tree0882888dbaaae15125c251748715dfd1358ab4d0 /emacs.d
parent[emacs] Remove the documentation from README. (diff)
downloademacs.d-910550dd8898694b36f7ea02fa36a99786ed4f1e.tar.gz
[emacs] Add the notebook to the agenda for org.
Diffstat (limited to 'emacs.d')
-rw-r--r--emacs.d/core/core-org.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs.d/core/core-org.el b/emacs.d/core/core-org.el
index e17ba2f..52586a1 100644
--- a/emacs.d/core/core-org.el
+++ b/emacs.d/core/core-org.el
@@ -28,5 +28,6 @@
                                 ("m" "Meeting" entry (file+headline (concat org-directory "/twitter.org") "Meetings")
                                  "* %T %?\n %i"))
         org-agenda-files (list (concat org-directory "/twitter.org")
-                               (concat org-directory "/personal.org"))))
+                               (concat org-directory "/personal.org")
+                               (concat org-directory "/notebook.org"))))