From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: How to use % in captions with the new exporter? Date: Mon, 07 May 2012 14:11:18 +0200 Message-ID: <874nrs42e1.fsf@med.uni-goettingen.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37109) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SRMne-0003hC-7s for emacs-orgmode@gnu.org; Mon, 07 May 2012 08:12:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SRMnV-0002BU-Uj for emacs-orgmode@gnu.org; Mon, 07 May 2012 08:12:21 -0400 Received: from plane.gmane.org ([80.91.229.3]:47012) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SRMnV-0002BK-OA for emacs-orgmode@gnu.org; Mon, 07 May 2012 08:12:13 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SRMnQ-0007B7-T2 for emacs-orgmode@gnu.org; Mon, 07 May 2012 14:12:08 +0200 Received: from genepi110.genepi.med.uni-goettingen.de ([134.76.140.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 May 2012 14:12:08 +0200 Received: from andreas.leha by genepi110.genepi.med.uni-goettingen.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 May 2012 14:12:08 +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 all, I am trying to use % in a caption on the new exporter. Both, % and \%, fail. What is the proposed method? Test case: #+caption: The values in \% | 1 | 3 | | 2 | 1 | Regards, Andreas