From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Subject: Re: How to avoid figure numbering in html export Date: Tue, 07 Apr 2015 18:12:50 +0200 Message-ID: <87vbh7apdp.fsf@gmx.us> References: <1428420507.625302.250300285.3F1C6F95@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55648) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YfW85-0007UI-0e for emacs-orgmode@gnu.org; Tue, 07 Apr 2015 12:13:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YfW80-0006mO-9Q for emacs-orgmode@gnu.org; Tue, 07 Apr 2015 12:13:32 -0400 Received: from plane.gmane.org ([80.91.229.3]:44782) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YfW80-0006mI-1X for emacs-orgmode@gnu.org; Tue, 07 Apr 2015 12:13:28 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YfW7d-0000CM-Rc for emacs-orgmode@gnu.org; Tue, 07 Apr 2015 18:13:05 +0200 Received: from tsn77-247-182-246.dyn.nltelcom.net ([77.247.182.246]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 07 Apr 2015 18:13:05 +0200 Received: from rasmus by tsn77-247-182-246.dyn.nltelcom.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 07 Apr 2015 18:13:05 +0200 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: emacs-orgmode@gnu.org Hi, "Simon W. Jones" writes: > I suspect this is straight forward, but I don't seem to be able to work > it out on my own. > > I use Org to to make a large html document that contains a number of > images. I export the document and under each image I get something like: > > Figure 6: Name of image. > > How can I have simply "Name of image" without the prefix "Figure n:"? You could use a filter, probably org-export-filter-link-functions(?). Alternatively you could mess with org-export-dictionary for the language you are concerned about. Perhaps, the dictionary should be amendable via ox-publish for such cases. Cheers, Rasmus -- Send from my Emacs