From mboxrd@z Thu Jan 1 00:00:00 1970 From: tsd@tsdye.com (Thomas S. Dye) Subject: Re: latex-export of first-column-starting emphasis broken Date: Wed, 16 Jan 2013 09:26:49 -1000 Message-ID: References: <50F6CD3B.1030304@gentoo.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55723) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvYdq-0003VC-Cu for emacs-orgmode@gnu.org; Wed, 16 Jan 2013 14:27:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TvYdo-0000VG-Oc for emacs-orgmode@gnu.org; Wed, 16 Jan 2013 14:27:18 -0500 Received: from oproxy6-pub.bluehost.com ([67.222.54.6]:37473) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1TvYdo-0000Up-GB for emacs-orgmode@gnu.org; Wed, 16 Jan 2013 14:27:16 -0500 In-Reply-To: <50F6CD3B.1030304@gentoo.org> (Marijn's message of "Wed, 16 Jan 2013 16:54:35 +0100") 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: Marijn Cc: emacs-orgmode@gnu.org Aloha Marijn, Marijn writes: > While visiting a file with just these two lines: > > * S > /s ()/ > > export to latex: C-c C-e p. > > Resulting tex file fails to compile due to the presence of: > > \emph{s ()\} > > instead of > > \emph{s ()} > > If you add a space to the beginning of the second line, then it works > as expected. I am using this work-around for now. I'm using emacs-24.2 > > Marijn > > PS Please CC me in responses, as I'm not subsscribed. I'm not able to reproduce the problem with Org-mode version 7.9.3b (release_7.9.3b-811-g0c9579 @ /Users/dk/.emacs.d/src/org-mode/lisp/). I don't think I have anything in my setup that accounts for the different result. Here is the exported file: % Created 2013-01-16 Wed 09:22 \documentclass[11pt]{article} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage{fixltx2e} \usepackage{graphicx} \usepackage{longtable} \usepackage{float} \usepackage{wrapfig} \usepackage{soul} \usepackage{textcomp} \usepackage{marvosym} \usepackage{wasysym} \usepackage{latexsym} \usepackage{amssymb} \usepackage{hyperref} \tolerance=1000 \providecommand{\alert}[1]{\textbf{#1}} \title{marijn} \author{Thomas Dye} \date{\today} \hypersetup{ pdfkeywords={}, pdfsubject={}, pdfcreator={Emacs Org-mode version 7.9.3b}} \begin{document} \maketitle \setcounter{tocdepth}{3} \tableofcontents \vspace*{1cm} \section{S} \label{sec-1} \emph{s ()} \end{document} All the best, Tom -- Thomas S. Dye http://www.tsdye.com