From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul R Subject: Re: Set Remember to store notes in a sub-heading Date: Wed, 30 Apr 2008 16:21:19 +0200 Message-ID: <878wyvs9sw.fsf@gmail.com> References: <87d4o7sjhp.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 1JrDBX-0000rh-Hg for emacs-orgmode@gnu.org; Wed, 30 Apr 2008 10:21:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JrDBV-0000r5-PD for emacs-orgmode@gnu.org; Wed, 30 Apr 2008 10:21:27 -0400 Received: from [199.232.76.173] (port=51645 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JrDBV-0000r2-Jl for emacs-orgmode@gnu.org; Wed, 30 Apr 2008 10:21:25 -0400 Received: from fg-out-1718.google.com ([72.14.220.159]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JrDBT-00034F-Tb for emacs-orgmode@gnu.org; Wed, 30 Apr 2008 10:21:24 -0400 Received: by fg-out-1718.google.com with SMTP id 13so339037fge.30 for ; Wed, 30 Apr 2008 07:21:21 -0700 (PDT) In-Reply-To: (Rainer Stengele's message of "Wed\, 30 Apr 2008 13\:43\:25 +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: Rainer Stengele Cc: emacs-orgmode@gnu.org "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. Cheers, -- Paul