emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug: Problem with LaTeX export of bold email address [6.33trans (release_6.33c.10.ga7fb)]
@ 2009-11-16 18:08 Anthony Lander
  2009-11-18 22:54 ` Carsten Dominik
  0 siblings, 1 reply; 3+ messages in thread
From: Anthony Lander @ 2009-11-16 18:08 UTC (permalink / raw)
  To: emacs-orgmode


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)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Bug: Problem with LaTeX export of bold email address [6.33trans (release_6.33c.10.ga7fb)]
  2009-11-16 18:08 Bug: Problem with LaTeX export of bold email address [6.33trans (release_6.33c.10.ga7fb)] Anthony Lander
@ 2009-11-18 22:54 ` Carsten Dominik
  2009-11-19 10:41   ` Bjørn Arild Mæland
  0 siblings, 1 reply; 3+ messages in thread
From: Carsten Dominik @ 2009-11-18 22:54 UTC (permalink / raw)
  To: Anthony Lander; +Cc: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Bug: Problem with LaTeX export of bold email address [6.33trans (release_6.33c.10.ga7fb)]
  2009-11-18 22:54 ` Carsten Dominik
@ 2009-11-19 10:41   ` Bjørn Arild Mæland
  0 siblings, 0 replies; 3+ messages in thread
From: Bjørn Arild Mæland @ 2009-11-19 10:41 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: emacs-orgmode

I ran into this bug as well - its present in all of the 6.33 releases.
Downgrading to 6.32b (or latest trunk it seems) solves the problem,
until a new release is made.

-Bjørn

2009/11/18 Carsten Dominik <carsten.dominik@gmail.com>:
> 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
>
>
>
>
>
> _______________________________________________
> 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
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-11-19 10:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-16 18:08 Bug: Problem with LaTeX export of bold email address [6.33trans (release_6.33c.10.ga7fb)] Anthony Lander
2009-11-18 22:54 ` Carsten Dominik
2009-11-19 10:41   ` Bjørn Arild Mæland

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).