summary refs log tree commit diff
path: root/emacs/custom
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/custom')
-rw-r--r--emacs/custom/fcuny-org.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs/custom/fcuny-org.el b/emacs/custom/fcuny-org.el
index 7319b72..ba7e6ac 100644
--- a/emacs/custom/fcuny-org.el
+++ b/emacs/custom/fcuny-org.el
@@ -154,10 +154,10 @@
       "* TODO [#D] %?\n:PROPERTIES:\n:CREATED: %U\n:END:\n")
 
      ("n" "Note" entry (file "inbox.org")
-      "* NOTE %?\n:PROPERTIES:\n:CREATED: %U\n:END:\n")
+      "* %t %?\n:PROPERTIES:\n:CREATED: %U\n:END:\n")
 
      ("j" "Journal" entry
       (file+olp+datetree "journal.org")
-      "* %?\n:PROPERTIES:\n:CREATED: %U\n:END:\n" :tree-type month))))
+      "* %t %?\n:PROPERTIES:\n:CREATED: %U\n:END:\n" :tree-type month))))
 
 (provide 'fcuny-org)