From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Bug: Problem with LaTeX export of bold email address [6.33trans (release_6.33c.10.ga7fb)] Date: Wed, 18 Nov 2009 23:54:16 +0100 Message-ID: <4ABB7FEF-923E-4D74-A4F3-64556AEF1C28@gmail.com> References: 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 1NAtPy-0007Hh-Lz for emacs-orgmode@gnu.org; Wed, 18 Nov 2009 17:54:30 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NAtPw-0007FF-3B for emacs-orgmode@gnu.org; Wed, 18 Nov 2009 17:54:30 -0500 Received: from [199.232.76.173] (port=43014 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NAtPv-0007F0-TD for emacs-orgmode@gnu.org; Wed, 18 Nov 2009 17:54:27 -0500 Received: from postduif.ic.uva.nl ([145.18.40.180]:48455) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NAtPv-0003wP-B5 for emacs-orgmode@gnu.org; Wed, 18 Nov 2009 17:54:27 -0500 In-Reply-To: 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: Anthony Lander Cc: emacs-orgmode@gnu.org Hi Anthony, thanks for the report, this is a bug that was recently introduced. It has nothing to do with the email address, but is caused by the act that the bold emphasis is at the end of the line. Fixed now, thanks. - Carsten On Nov 16, 2009, at 7:08 PM, Anthony Lander wrote: > > 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) > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten