From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tassilo Horn Subject: Org-remember items are stored to the wrong headline Date: Wed, 27 Aug 2008 08:45:36 +0200 Message-ID: <87hc97t0q7.fsf@thinkpad.tsdh.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KYEoe-0005Ak-CS for emacs-orgmode@gnu.org; Wed, 27 Aug 2008 02:47:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KYEod-0005AH-8b for emacs-orgmode@gnu.org; Wed, 27 Aug 2008 02:47:40 -0400 Received: from [199.232.76.173] (port=46306 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KYEod-0005A8-4a for emacs-orgmode@gnu.org; Wed, 27 Aug 2008 02:47:39 -0400 Received: from mx20.gnu.org ([199.232.41.8]:20156) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KYEoc-0001jw-Jx for emacs-orgmode@gnu.org; Wed, 27 Aug 2008 02:47:38 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KYEoa-00080u-Ap for emacs-orgmode@gnu.org; Wed, 27 Aug 2008 02:47:36 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KYEoX-00064h-JY for emacs-orgmode@gnu.org; Wed, 27 Aug 2008 06:47:33 +0000 Received: from dhcp188.uni-koblenz.de ([141.26.71.188]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 27 Aug 2008 06:47:33 +0000 Received: from tassilo by dhcp188.uni-koblenz.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 27 Aug 2008 06:47:33 +0000 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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---------------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 #+CATEGORY: Projects * Foo #+CATEGORY: Foo --8<---------------cut here---------------end--------------->8--- When I create a new remember item with `C-c -o r', fill out one template and hit `C-c C-c', it's always filed as **-headline in main.org, but not below the "Remember" headline but below the last headline, i.e. "Foo". As a workaround I can put the Remember headline to the end of the file, but according to the docs, it should work as I've set it up... Is this a bug or am I doing something wrong? Bye, Tassilo -- RMS counted to infinity. Twice...