From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Lawrence Subject: Re: Call org-map-entries just on children? Date: Tue, 08 Feb 2011 10:52:37 -0800 Message-ID: <8762sucqa2.fsf@berkeley.edu> References: <87ipwvd97b.fsf@berkeley.edu> <878vxqbkg4.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=36350 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pmsbp-0003hq-Ko for emacs-orgmode@gnu.org; Tue, 08 Feb 2011 13:48:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pmsbo-0003Qp-Hy for emacs-orgmode@gnu.org; Tue, 08 Feb 2011 13:48:17 -0500 Received: from cm05fe.ist.berkeley.edu ([169.229.218.146]:48194) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pmsbo-0003Qa-Bt for emacs-orgmode@gnu.org; Tue, 08 Feb 2011 13:48:16 -0500 In-Reply-To: <878vxqbkg4.fsf@gnu.org> (Bastien's message of "Tue, 08 Feb 2011 16:43:55 +0100") 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: Bastien Cc: emacs-orgmode@gnu.org Hi Bastien, >> How can I apply f just to the *children* of "Paper 1"? > > You can simply add > > (setq org-map-continue-from (outline-next-heading)) > > at the very beginning of your `f' function. Ah, very good. Thanks so much! Best, Richard