From mboxrd@z Thu Jan 1 00:00:00 1970 From: Trance Diviner Subject: Re: inserting notes at level 1 with org-remember Date: Fri, 26 Feb 2010 07:24:43 -0800 Message-ID: <68151009-D0CA-4C64-9CEC-8C4613799B81@gmail.com> References: <878wagd5u0.fsf@fastmail.fm> Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nl23d-0005dx-Jz for emacs-orgmode@gnu.org; Fri, 26 Feb 2010 10:24:49 -0500 Received: from [140.186.70.92] (port=38904 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nl23c-0005d9-Ld for emacs-orgmode@gnu.org; Fri, 26 Feb 2010 10:24:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nl23c-000805-9O for emacs-orgmode@gnu.org; Fri, 26 Feb 2010 10:24:49 -0500 Received: from mail-yx0-f183.google.com ([209.85.210.183]:37360) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nl23c-000801-6W for emacs-orgmode@gnu.org; Fri, 26 Feb 2010 10:24:48 -0500 Received: by yxe13 with SMTP id 13so225429yxe.14 for ; Fri, 26 Feb 2010 07:24:47 -0800 (PST) In-Reply-To: <878wagd5u0.fsf@fastmail.fm> 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: Matt Lundin Cc: emacs-orgmode@gnu.org On Feb 25, 2010, at 7:38 PM, Matt Lundin wrote: > Trance Diviner writes: > >> But I find that org-remember always creates notes as a level-2 entry. >> For example, starting with an empty "example.org" file and the >> following configuration: >> >> (setq org-remember-templates >> '(("Note" ?n "* %u %?\n\n%i\n%a" "example.org" top))) >> >> Invoking org-remember twice results in these contents: >> >> ** [2010-02-25 Thu] note two >> ** [2010-02-25 Thu] note one >> >> >> What I expected was: >> >> * [2010-02-25 Thu] note two >> * [2010-02-25 Thu] note one > > I cannot duplicate this. With your remember template, org mode files the > entries at the top of example.org as level 1 headlines. That's promising. What org-mode and emacs version? org-version "6.33x" emacs-version "23.1.90.1"