From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: how to handle backend-specific types as fuzzy link targets during export Date: Mon, 30 Jun 2014 22:29:53 +0200 Message-ID: <87k37ynnsu.fsf@nicolasgoaziou.fr> References: <87pphyefo6.fsf@gmail.com> <87ha3aldw3.fsf@nicolasgoaziou.fr> <87d2dyeaqd.fsf@gmail.com> <87d2dylak0.fsf@nicolasgoaziou.fr> <87mwd2cu4d.fsf@gmail.com> <87simuz5rq.fsf@nicolasgoaziou.fr> <87tx72cpzr.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51598) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1iCd-00030G-0n for emacs-orgmode@gnu.org; Mon, 30 Jun 2014 16:29:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X1iCR-00048Z-46 for emacs-orgmode@gnu.org; Mon, 30 Jun 2014 16:29:26 -0400 Received: from relay5-d.mail.gandi.net ([2001:4b98:c:538::197]:44197) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1iCQ-000487-TK for emacs-orgmode@gnu.org; Mon, 30 Jun 2014 16:29:15 -0400 In-Reply-To: <87tx72cpzr.fsf@gmail.com> (Eric Schulte's message of "Mon, 30 Jun 2014 12:37:42 -0400") 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Eric Schulte Cc: Org Mode Mailing List Hello, Eric Schulte writes: > A related question. Is there a command to re-number figures in > export? Figures are not numbered in the parse tree: their number is computed on the fly during export, with `org-export-get-ordinal'. > After adding latex-environments in a function added to the > `org-export-filter-parse-tree-functions' hook, all figures are numbered > "1". See my answer in the other thread. The simplest solution is to add a caption to them. Regards, -- Nicolas Goaziou