From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Searching for a headline Date: Sun, 26 Feb 2017 19:28:59 +0100 Message-ID: <87shn0erh0.fsf@nicolasgoaziou.fr> References: <87efylt1jg.fsf@nicolasgoaziou.fr> <51288adb-b5c7-5850-6a8e-01aa536c43f5@ofosos.org> <8737f0ucs0.fsf@nicolasgoaziou.fr> <8baa10bf-12ce-04b0-f0fd-b6322909433f@ofosos.org> <874lzgg8tr.fsf@nicolasgoaziou.fr> <573a07d1-1d0f-20e0-fc52-eadf5f46955d@ofosos.org> <87wpcces91.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33687) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ci3Z8-0000Mj-Ov for emacs-orgmode@gnu.org; Sun, 26 Feb 2017 13:29:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ci3Z8-0004nL-1D for emacs-orgmode@gnu.org; Sun, 26 Feb 2017 13:29:02 -0500 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:54713) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ci3Z7-0004mv-Rk for emacs-orgmode@gnu.org; Sun, 26 Feb 2017 13:29:01 -0500 In-Reply-To: (Mark Meyer's message of "Sun, 26 Feb 2017 19:21:51 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Mark Meyer Cc: emacs-orgmode Mark Meyer writes: > On 02/26/17 19:12, Nicolas Goaziou wrote: >> It is also easy in Org 9 : (org-export-get-reference headline info). See >> its use in the function above. > > I am under the impression that I don't have access to the `INFO' plist > that is required by `org-export-get-reference' - at least not from the > `:completion-function'. Since you're writing the back-end, you don't need to use :completion-function, do you? Just write the TOC the way you like. Regards,