From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Rayner Subject: overruling subscripts in latex export Date: Wed, 25 Jan 2012 13:02:12 +1100 Message-ID: <20255.25252.403452.217345@raynernix2.earthsci.unimelb.edu.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:51497) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RpsBl-0007QV-Ti for emacs-orgmode@gnu.org; Tue, 24 Jan 2012 21:02:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RpsBj-0007Zp-Os for emacs-orgmode@gnu.org; Tue, 24 Jan 2012 21:02:17 -0500 Received: from mail-gw1.its.unimelb.edu.au ([128.250.5.150]:59923) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RpsBj-0007Zf-Cd for emacs-orgmode@gnu.org; Tue, 24 Jan 2012 21:02:15 -0500 Received: from raynernix2.earthsci.unimelb.edu.au (raynernix2.earthsci.unimelb.edu.au [128.250.120.23]) by mail-gw1.its.unimelb.edu.au (Postfix) with ESMTP id E4FCC913 for ; Wed, 25 Jan 2012 13:02:12 +1100 (EST) 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 I'm documenting some code including lists of parameters. These have underscores in them which I don't want to interpret as subscripts. According to the manual I can overrule this behaviour with an option but it looks like I'm doing something wrong. Here is the test file #+OPTIONS: ^:{} #+TITLE: test file - p_c_in :: this is the first parameter - g_c_in :: and this is the second And here is the exported latex % Created 2012-01-25 Wed 12:04 \documentclass[11pt]{article} % package includes deleted \title{test file} \author{Peter Rayner} \date{25 January 2012} \begin{document} \maketitle \setcounter{tocdepth}{3} \tableofcontents \vspace*{1cm} \begin{description} \item[p$_c$$_{\mathrm{in}}$] this is the first parameter \item[g$_c$$_{\mathrm{in}}$] and this is the second \end{description} \end{document} Note those $ signs in the \item brackets. I would rather see p\_c\_in or \verb|p_c_in| I am probably misunderstanding how to set the option, could someone please explain? This is with Org-mode version 7.5 (release_7.8.03.74.gd6e40f) Thanks in advance Peter -- Peter Rayner room 343 School of Earth Sciences, University of Melbourne, 3010, Vic, Australia tel: work: +61 (0)3 8344 9708; fax: +61 (0)3 8344 7761 mobile +61 402 752 379, skype: petermorag mail-to: prayner@unimelb.edu.au and CLIMMOD ENGINEERING http://www.climmod.com mail-to: Peter.Rayner@climmod.com