summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ba7e6ac..faaae8d 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")
- "* %t %?\n:PROPERTIES:\n:CREATED: %U\n:END:\n")
+ "* %?\n:PROPERTIES:\n:CREATED: %T\n:END:\n")
("j" "Journal" entry
(file+olp+datetree "journal.org")
- "* %t %?\n:PROPERTIES:\n:CREATED: %U\n:END:\n" :tree-type month))))
+ "* %?\n:PROPERTIES:\n:CREATED: %T\n:END:\n" :tree-type month))))
(provide 'fcuny-org)