From c9543bf27b74e501ac6f6a08515acdce575af15a Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 26 Aug 2019 17:16:22 -0700 Subject: [org] fix template to create tasks --- emacs.d/custom/fcuny-org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs.d/custom/fcuny-org.el') 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 -- cgit 1.4.1