aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--oni/home/services/emacs/org-journal.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/oni/home/services/emacs/org-journal.el b/oni/home/services/emacs/org-journal.el
index 99ef7ff..fb1c448 100644
--- a/oni/home/services/emacs/org-journal.el
+++ b/oni/home/services/emacs/org-journal.el
@@ -1,3 +1,5 @@
(setq org-journal-dir "~/documents/exocortex-novus/journal/"
org-journal-date-prefix "#+title: "
- org-journal-time-prefix "* ")
+ org-journal-time-prefix "* "
+ org-journal-carryover-items "TODO=\"TODO\"|TODO=\"WIP\""
+ org-journal-file-format "%Y%m%d.org")