From 899755001c88619152b2794e6d1383d8a831ba87 Mon Sep 17 00:00:00 2001 From: Peng Li Date: Fri, 1 Jul 2016 22:33:57 +0800 Subject: [PATCH] emacs - continue previous commit --- emacs.d/config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.d/config.org b/emacs.d/config.org index fcb4e36..041cf06 100644 --- a/emacs.d/config.org +++ b/emacs.d/config.org @@ -681,7 +681,7 @@ All captured file which need next actions are stored in =refile.org=, (setq org-capture-templates (quote (("t" "Todo" entry (file org-default-notes-file) - "* TODO %^{Description}\n%?\n:LOGBOOK:\n- Added: %U\t\tAt: %a\n:END:") + "* TODO %?\n:LOGBOOK:\n- Added: %U\t\tAt: %a\n:END:") ("n" "Note" entry (file org-default-notes-file) "* %? :NOTE:\n:LOGBOOK:\n- Added: %U\t\tAt: %a\n:END:") ("j" "Journal" entry (file+datetree sd/org-diary-file) -- 2.11.0