From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Subject: [bug] remember saves to wrong Heading Date: Sun, 15 Apr 2007 20:39:53 +0100 Message-ID: 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 1HdAdt-0001Te-Hx for emacs-orgmode@gnu.org; Sun, 15 Apr 2007 15:44:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HdAdr-0001TN-Dw for emacs-orgmode@gnu.org; Sun, 15 Apr 2007 15:44:08 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HdAdr-0001TK-Be for emacs-orgmode@gnu.org; Sun, 15 Apr 2007 15:44:07 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HdAZJ-0005ag-TH for emacs-orgmode@gnu.org; Sun, 15 Apr 2007 15:39:26 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1HdAZ2-000311-Q3 for emacs-orgmode@gnu.org; Sun, 15 Apr 2007 21:39:09 +0200 Received: from sl392.st-edmunds.cam.ac.uk ([131.111.223.202]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 15 Apr 2007 21:39:08 +0200 Received: from sdl.web by sl392.st-edmunds.cam.ac.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 15 Apr 2007 21:39:08 +0200 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 Dear Carsten, With a setting like this: ,---- | (setq org-remember-templates | '((?m "* %?\n %i\n %a" org-default-notes-file "Misc") | (?p "* %?\n %i\n %a" org-default-notes-file "PhD"))) `---- and an org file like this: ,---- | * Misc | #+CATEGORY: Misc | #+ARCHIVE: %s_archive::* Misc | *** Shopping | * PhD | #+CATEGORY: PhD | #+ARCHIVE: %s_archive::* PhD | *** Project A `---- When I call remember and type `p' to choose a template, after `C-u C-c C-c' the remember buffer is saved to a place above the "* PhD" heading, in this case the "* Misc" heading, and the saved subtree does not respect `org-odd-levels-only'. BTW, any comments on http://permalink.gmane.org/gmane.emacs.orgmode/1456? HTH -- Leo (GPG Key: 9283AA3F)