27 Aug 08:45
Org-remember items are stored to the wrong headline
From: Tassilo Horn <tassilo <at> member.fsf.org>
Subject: Org-remember items are stored to the wrong headline
Newsgroups: gmane.emacs.orgmode
Date: 2008-08-27 06:45:36 GMT
Subject: Org-remember items are stored to the wrong headline
Newsgroups: gmane.emacs.orgmode
Date: 2008-08-27 06:45:36 GMT
Hi all, I use org-mode which is included in Emacs 23 from CVS (a current checkout). This is my relevant config for org-remember: --8<---------------cut here---------------(Continue reading)start------------->8--- (require 'remember) (setq org-default-notes-file "~/repos/org/main.org" org-remember-default-headline "Remember" org-remember-templates '(;; TODOs ("todo-template" ?t "* TODO %?\n (created: %U)\n %i\n %a") ;; Ideas ("idea-template" ?i "* Idea: %^{Title}\n (created: %U)\n %?\n %i\n %a") ;; Notes ("note-template" ?n "* Note: %?\n (created: %U)\n %i\n %a"))) (setq remember-annotation-functions '(org-remember-annotation) remember-handler-functions '(org-remember-handler) org-remember-store-without-prompt t) (add-hook 'remember-mode-hook 'org-remember-apply-template) (global-set-key (kbd "C-c o r") 'org-remember) --8<---------------cut here---------------end--------------->8--- The structure of my main.org file is as follows: --8<---------------cut here---------------start------------->8--- * Remember #+CATEGORY: Remember * Projects
RSS Feed