From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johannes Rainer Subject: using subscripts in table captions Date: Tue, 25 Aug 2015 08:09:55 +0200 Message-ID: <1A466C98-3147-4D86-9843-250F98830D28@gmail.com> Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50023) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZU7Qj-00013c-PX for emacs-orgmode@gnu.org; Tue, 25 Aug 2015 02:09:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZU7Qi-0001Hg-W2 for emacs-orgmode@gnu.org; Tue, 25 Aug 2015 02:09:57 -0400 Received: from mail-wi0-x236.google.com ([2a00:1450:400c:c05::236]:37866) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZU7Qi-0001HQ-O9 for emacs-orgmode@gnu.org; Tue, 25 Aug 2015 02:09:56 -0400 Received: by widdq5 with SMTP id dq5so4332524wid.0 for ; Mon, 24 Aug 2015 23:09:56 -0700 (PDT) Received: from ?IPv6:2a02:27e8:20:9049:b055:6425:419c:7a01? ([2a02:27e8:20:9049:b055:6425:419c:7a01]) by smtp.gmail.com with ESMTPSA id h3sm923342wiz.9.2015.08.24.23.09.54 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 24 Aug 2015 23:09:54 -0700 (PDT) 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 dear all! I have a strange problem now with org-mode (I don't know whether I had = that with previous org-versions because I never paid attention):=20 any _ I have in a caption is automatically formatted as a subscript, = independently of using #+OPTIONS: ^:nil or #+OPTIONS: ^:{}. Is there any other way I can force org-mode to export captions "as-is"? = For plain text it works nicely, but not for caption (and export to latex = or html). The test org-file I used contains the following: -------- #+TITLE:TestTest #+OPTIONS: ^:nil ----- * Test tables just in plain text: bla_blu, bla\_blu; both works nicely. #+CAPTION: Some bla bla and an underscore: bla_blu. The same escaped: = bla\_blu. Doesn't work for either of them; blu is always used as = subscript. | | agegp | alcgp | tobgp | ncases | ncontrols | |----+-------+-----------+----------+--------+-----------| | 1 | 25-34 | 0-39g/day | 0-9g/day | 0.00 | 40.00 | | 2 | 25-34 | 0-39g/day | 10-19 | 0.00 | 10.00 | | 3 | 25-34 | 0-39g/day | 20-29 | 0.00 | 6.00 | ------- The _ in the plain text are exported as expected, but not the caption. I'm using org-mode 8.3.1 (release_8.3.1-166-g5bfdfc) any suggestions?=