diff options
author | Franck Cuny <fcuny@twitter.com> | 2019-08-26 17:16:22 -0700 |
---|---|---|
committer | Franck Cuny <fcuny@twitter.com> | 2019-08-26 17:16:22 -0700 |
commit | c9543bf27b74e501ac6f6a08515acdce575af15a (patch) | |
tree | ebb0c9abccf4c9fe1c414c045ac9014f47c5c920 /emacs | |
parent | [org] set default file for inbox (diff) | |
download | emacs.d-c9543bf27b74e501ac6f6a08515acdce575af15a.tar.gz |
[org] fix template to create tasks
Diffstat (limited to '')
-rw-r--r-- | emacs.d/custom/fcuny-org.el | 2 |
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 |