From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: [BUG] Export option ^:{} does not work inside tags Date: Mon, 25 Aug 2014 02:37:31 +0200 Message-ID: <8761hhh0ac.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40445) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XLiIA-0006WO-9f for emacs-orgmode@gnu.org; Sun, 24 Aug 2014 20:37:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XLiI2-0000xS-QT for emacs-orgmode@gnu.org; Sun, 24 Aug 2014 20:37:50 -0400 Received: from plane.gmane.org ([80.91.229.3]:48671) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XLiI2-0000xO-KC for emacs-orgmode@gnu.org; Sun, 24 Aug 2014 20:37:42 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XLiI1-0006a1-Qs for emacs-orgmode@gnu.org; Mon, 25 Aug 2014 02:37:41 +0200 Received: from e178059182.adsl.alicedsl.de ([85.178.59.182]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Aug 2014 02:37:41 +0200 Received: from tjolitz by e178059182.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Aug 2014 02:37:41 +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 List, when exporting this to latex/pdf ,---- | #+OPTIONS: ^:{} | * ORG SCRATCH :foo_bar: | Hallo_World `---- it translates to this ,---- | % Created 2014-08-25 Mo 02:23 | \documentclass[11pt]{article} | [...] | \section{ORG SCRATCH\hfill{}\textsc{foo_bar}} | \label{sec-1} | Hallo\_World | % Emacs 24.3.1 (Org mode 8.3beta) | \end{document} `---- where the '_' in tag 'foo_bar' is interpreted as subscript, not as literal underscore (look at the produced pdf), while content 'Hallo_World' is treated as expected. Bug or (kind of a) feature? -- cheers, Thorsten