From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Tutorial on Remember mode Date: Sun, 27 Jul 2008 08:12:48 -0700 Message-ID: References: <488C2F4E.1050507@optusnet.com.au> Mime-Version: 1.0 (Apple Message framework v926) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KN7vZ-000507-0R for emacs-orgmode@gnu.org; Sun, 27 Jul 2008 11:12:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KN7vY-0004zU-H7 for emacs-orgmode@gnu.org; Sun, 27 Jul 2008 11:12:52 -0400 Received: from [199.232.76.173] (port=50801 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KN7vY-0004zL-5Y for emacs-orgmode@gnu.org; Sun, 27 Jul 2008 11:12:52 -0400 Received: from korteweg.uva.nl ([146.50.98.70]:46578) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KN7vX-0003Gg-H9 for emacs-orgmode@gnu.org; Sun, 27 Jul 2008 11:12:51 -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: Richard G Riley Cc: emacs-orgmode@gnu.org, OldThunderbird On Jul 27, 2008, at 3:43 AM, Richard G Riley wrote: > > Hi, > > Your notes prompted me to add the tags prompt into my templates - > thanks > for that. But something strange. I have a template thus: > > (?e "* %T %^{Title} %^g\n %i%?\n %a\n" "emacs.org" > "Emacs") > > What happens is that when entering the note I see the template tags > (boxquoted) > > ,---- > | * <2008-07-27 Sun 12:37> %^g > | %? > `---- > > when being prompted for "Title" in the minibuffer - is this as > designed? Yes. Org-mode insterts the template and then walks through the template to fill in all escape sequences. If ou have several prompts, you will see intermediate steps. - Carsten