summary refs log tree commit diff
path: root/emacs.d/custom/fcuny-org.el
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@twitter.com>2019-08-26 17:16:22 -0700
committerFranck Cuny <fcuny@twitter.com>2019-08-26 17:16:22 -0700
commitc9543bf27b74e501ac6f6a08515acdce575af15a (patch)
treeebb0c9abccf4c9fe1c414c045ac9014f47c5c920 /emacs.d/custom/fcuny-org.el
parent[org] set default file for inbox (diff)
downloademacs.d-c9543bf27b74e501ac6f6a08515acdce575af15a.tar.gz
[org] fix template to create tasks
Diffstat (limited to '')
-rw-r--r--emacs.d/custom/fcuny-org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.d/custom/fcuny-org.el b/emacs.d/custom/fcuny-org.el
index 385394b..0bdac7b 100644
--- a/emacs.d/custom/fcuny-org.el
+++ b/emacs.d/custom/fcuny-org.el
@@ -132,7 +132,7 @@
       :tree-type week)
 
      ("t" "task entry" entry
-      (file ,org-default-inbox-file
+      (file ,org-default-inbox-file )
       "* TODO [#4] %? %^G\n:PROPERTIES:\n:CREATED: %U\n:END:\n\n%i\n\nfrom: %a"))))
 
 (use-package htmlize