From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Set Remember to store notes in a sub-heading Date: Wed, 30 Apr 2008 16:45:56 +0200 Message-ID: References: <87d4o7sjhp.fsf@gmail.com> <878wyvs9sw.fsf@gmail.com> Mime-Version: 1.0 (Apple Message framework v919.2) 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 1JrDZJ-0004mg-Be for emacs-orgmode@gnu.org; Wed, 30 Apr 2008 10:46:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JrDZG-0004mL-Ro for emacs-orgmode@gnu.org; Wed, 30 Apr 2008 10:46:01 -0400 Received: from [199.232.76.173] (port=59932 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JrDZG-0004mI-MO for emacs-orgmode@gnu.org; Wed, 30 Apr 2008 10:45:58 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JrDZG-0000Un-Gm for emacs-orgmode@gnu.org; Wed, 30 Apr 2008 10:45:58 -0400 In-Reply-To: <878wyvs9sw.fsf@gmail.com> 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: Paul R Cc: emacs-orgmode@gnu.org, Rainer Stengele On Apr 30, 2008, at 4:21 PM, Paul R wrote: > "Rainer Stengele" writes: > >> On Wed, 30 Apr 2008 12:52:02 +0200, Paul R >> wrote: >> >>> [snip] >>> >> >> Hi! >> >> Just define a headline in a unique way in any level; org will find >> the >> headline anywhere in the file! >> >> Rainer >> > > Right, it works, thank you and sorry for the noise. FWIW, I thought it > would not work because of the org remember template below : > > ## Filing location: Select interactively, default, or last used: > ## %s to select file and header location interactively. > ## %s \"%s\" -> \"* %s\" > ## C-u C-u C-c C-c \"%s\" -> \"* %s\" > ## To switch templates, use `\\[org-remember]'. To abort use `C-c C- > k'.\n\n" > > > As you see, there is an hard-coded star before the heading name, and > this leaded me to think it would look for a first-level only. The "*" is just an indication for "headline" here. - Carsten