diff options
author | Franck Cuny <franckcuny@gmail.com> | 2016-02-17 06:05:54 -0800 |
---|---|---|
committer | Franck Cuny <franckcuny@gmail.com> | 2016-02-17 06:05:54 -0800 |
commit | 910550dd8898694b36f7ea02fa36a99786ed4f1e (patch) | |
tree | 0882888dbaaae15125c251748715dfd1358ab4d0 | |
parent | [emacs] Remove the documentation from README. (diff) | |
download | emacs.d-910550dd8898694b36f7ea02fa36a99786ed4f1e.tar.gz |
[emacs] Add the notebook to the agenda for org.
Diffstat (limited to '')
-rw-r--r-- | emacs.d/core/core-org.el | 3 |
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")))) |