From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: removing "Figure x" from a caption Date: Fri, 13 Sep 2013 17:24:45 +0200 Message-ID: <87zjrgoibm.fsf@gmail.com> References: <87a9jh52fb.fsf@pank.sbde-40904.btopenzone.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41299) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKVEe-0005QU-DY for emacs-orgmode@gnu.org; Fri, 13 Sep 2013 11:24:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VKVEW-0001Cv-0Y for emacs-orgmode@gnu.org; Fri, 13 Sep 2013 11:24:40 -0400 Received: from mail-ee0-x233.google.com ([2a00:1450:4013:c00::233]:41837) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKVEV-0001Cf-QE for emacs-orgmode@gnu.org; Fri, 13 Sep 2013 11:24:31 -0400 Received: by mail-ee0-f51.google.com with SMTP id c1so647033eek.38 for ; Fri, 13 Sep 2013 08:24:31 -0700 (PDT) In-Reply-To: (Matt Price's message of "Fri, 13 Sep 2013 10:50:36 -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: Matt Price Cc: Org Mode , Rasmus Hello, Matt Price writes: > I'm not finding an org-export-filter-caption-function, and captions > aren't listed as a valid element type in section 12.13 of the manual. > I can just use CSS to hide the figure-number span that org generates, > but that seems a little clumsy (also interferes a bit with my pristine > install of deck.js... ). Caption is attached to an image, which is a link in Org. So correct filter is `org-export-filter-link-functions'. Regards, -- Nicolas Goaziou