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)