From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: inserting notes at level 1 with org-remember Date: Thu, 25 Feb 2010 22:38:31 -0500 Message-ID: <878wagd5u0.fsf@fastmail.fm> References: 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 1Nkr1s-0002UV-L5 for emacs-orgmode@gnu.org; Thu, 25 Feb 2010 22:38:16 -0500 Received: from [140.186.70.92] (port=42202 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nkr1q-0002UN-So for emacs-orgmode@gnu.org; Thu, 25 Feb 2010 22:38:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nkr1q-0002ri-1X for emacs-orgmode@gnu.org; Thu, 25 Feb 2010 22:38:14 -0500 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:57063) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nkr1p-0002rI-VW for emacs-orgmode@gnu.org; Thu, 25 Feb 2010 22:38:14 -0500 In-Reply-To: (Trance Diviner's message of "Thu, 25 Feb 2010 09:18:40 -0800") 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: Trance Diviner Cc: emacs-orgmode@gnu.org 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. Best, Matt