diff options
Diffstat (limited to 'emacs/custom')
-rw-r--r-- | emacs/custom/my-org.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emacs/custom/my-org.el b/emacs/custom/my-org.el index f338751..bd09819 100644 --- a/emacs/custom/my-org.el +++ b/emacs/custom/my-org.el @@ -74,6 +74,7 @@ (setq org-agenda-files `(,(expand-file-name "inbox.org" org-directory) ,(expand-file-name "notes.org" org-directory) ,(expand-file-name "tasks.org" org-directory) + ,(expand-file-name "habits.org" org-directory) ,(expand-file-name "projects.org" org-directory) ,(expand-file-name "bookmarks.org" org-directory) ,(expand-file-name "journal.org" org-directory))) @@ -117,9 +118,7 @@ ("m" "email note" entry (file "inbox.org") ,(concat "* TODO [#A] %:subject :mail:\n" - ":PROPERTIES:\n" - ":CREATED: %T\n" - ":END:\n" + ":PROPERTIES:\n:CREATED: %T\n:END:\n" "%a\n%i%?")) ("j" "journal" entry |