From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Lander Subject: Bug: Problem with LaTeX export of bold email address [6.33trans (release_6.33c.10.ga7fb)] Date: Mon, 16 Nov 2009 13:08:59 -0500 Message-ID: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NA60i-0005D0-L0 for emacs-orgmode@gnu.org; Mon, 16 Nov 2009 13:09:08 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NA60h-0005Bn-G1 for emacs-orgmode@gnu.org; Mon, 16 Nov 2009 13:09:07 -0500 Received: from [199.232.76.173] (port=37778 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NA60h-0005BX-1U for emacs-orgmode@gnu.org; Mon, 16 Nov 2009 13:09:07 -0500 Received: from smtp106.prem.mail.ac4.yahoo.com ([76.13.13.45]:21347) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1NA60g-0005Ci-LG for emacs-orgmode@gnu.org; Mon, 16 Nov 2009 13:09:06 -0500 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. ------------------------------------------------------------------------ There seems to be a small output bug in the LaTeX export. Given this org file: * test - send mail to *foo@bar.org* I get the following in the exported .tex with C-c C-e l (I've omitted the top part of the document): \section{test} \label{sec-1} \begin{itemize} \item send mail to \textbf{foo@bar.org\} \end{itemize} I don't know why the \ gets emitted before }, but it renders the LaTeX invalid, since the \textbf isn't closed properly. Regards, -Anthony Emacs : GNU Emacs 22.3.1 (i386-apple-darwin9.7.0, Carbon Version 1.6.0) of 2009-07-25 on gs674-seijiz.local Package: Org-mode version 6.33trans (release_6.33c.10.ga7fb)