From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [bug] remember saves to wrong Heading Date: Sun, 15 Apr 2007 21:57:27 +0200 Message-ID: References: Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HdAvM-0001N7-82 for emacs-orgmode@gnu.org; Sun, 15 Apr 2007 16:02:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HdAvL-0001Mc-7u for emacs-orgmode@gnu.org; Sun, 15 Apr 2007 16:02:11 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HdAvK-0001MV-W0 for emacs-orgmode@gnu.org; Sun, 15 Apr 2007 16:02:11 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HdAqn-0007vH-KY for emacs-orgmode@gnu.org; Sun, 15 Apr 2007 15:57:29 -0400 In-Reply-To: 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: Leo Cc: emacs-orgmode@gnu.org On Apr 15, 2007, at 21:39, Leo wrote: > 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 > `---- Hmm, I will check when I find time. > > > BTW, any comments on > http://permalink.gmane.org/gmane.emacs.orgmode/1456? I think I did not understand the question at the time. I have not checked, but have you tried using nil for the file name? - Carsten