# HG changeset patch # User Oleksandr Gavenko # Date 1299160183 -7200 # Node ID a37aa7ef3f7c3baca1855f52b11ac7ac5831d905 # Parent ea3fa616bf7c7261d75f3b98a06b9fb740b3b312 Fix pattern. diff -r ea3fa616bf7c -r a37aa7ef3f7c .emacs-my --- a/.emacs-my Thu Mar 03 14:36:40 2011 +0200 +++ b/.emacs-my Thu Mar 03 15:49:43 2011 +0200 @@ -903,7 +903,7 @@ ;; With one item emacs do not prompt choose template. `( ("todo" ?t "* TODO %?" ,my-org-agenda-todo-file) - ("note" ?n "* %^{Title}\n %?\n %a" ,my-org-agenda-note-file) + ("note" ?n "* %?\n" ,my-org-agenda-note-file) )) (setq org-remember-store-without-prompt t) (org-remember-insinuate)