From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard KLINDA Subject: org-remember template entry level Date: Sun, 24 May 2009 22:26:45 +0200 Message-ID: <87zld2z1q2.fsf@gmail.com> 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 1M8KK1-00061j-Hi for emacs-orgmode@gnu.org; Sun, 24 May 2009 16:29:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M8KJx-0005yi-2e for emacs-orgmode@gnu.org; Sun, 24 May 2009 16:29:29 -0400 Received: from [199.232.76.173] (port=57343 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M8KJx-0005ye-0R for emacs-orgmode@gnu.org; Sun, 24 May 2009 16:29:25 -0400 Received: from viefep20-int.chello.at ([62.179.121.40]:61452) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M8KJw-00084j-Ds for emacs-orgmode@gnu.org; Sun, 24 May 2009 16:29:24 -0400 Received: from edge03.upc.biz ([192.168.13.238]) by viefep20-int.chello.at (InterMail vM.7.09.01.00 201-2219-108-20080618) with ESMTP id <20090524202922.CFEE22098.viefep20-int.chello.at@edge03.upc.biz> for ; Sun, 24 May 2009 22:29:22 +0200 Received: from ignotus by localhost with local (masqmail 0.2.21) id 1M8KHN-29z-00 for ; Sun, 24 May 2009 22:26:45 +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 Hello, when org-remember creates a todo entry for me, it always is a level 1 entry, like: ,---- | * foo `---- I want it to be on level 3, like: ,---- | *** foo `---- However, even if my template contains 3 leading stars, ,---- | (setq org-remember-templates | '(("foo" ?f "*** foo" | "~/.xemacs/org/foo.org" bottom t))) `---- the created entry is still on level 1. Is there a way to make org-remember keep the number of stars? Thanks, Richard