emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* LaTeX export: problem with emphasis
@ 2009-08-25 23:42 Valentin Wüstholz
  2009-08-26  1:38 ` Nick Dokos
  0 siblings, 1 reply; 4+ messages in thread
From: Valentin Wüstholz @ 2009-08-25 23:42 UTC (permalink / raw)
  To: emacs-orgmode

Hi,

it seems to me like revision 0ba7d3d2f961a224d077e6806b804cde4c4a7726
broke the LaTeX export of emphasises (e.g. =foo=).

Is anybody else having the same problem?

Cheers

Valentin

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

* Re: LaTeX export: problem with emphasis
  2009-08-25 23:42 LaTeX export: problem with emphasis Valentin Wüstholz
@ 2009-08-26  1:38 ` Nick Dokos
  2009-08-27  8:29   ` Carsten Dominik
  0 siblings, 1 reply; 4+ messages in thread
From: Nick Dokos @ 2009-08-26  1:38 UTC (permalink / raw)
  To: Valentin Wüstholz; +Cc: emacs-orgmode

=?UTF-8?Q?Valentin_W=C3=BCstholz?= <wuestholz@gmail.com> wrote:

> Hi,
> 
> it seems to me like revision 0ba7d3d2f961a224d077e6806b804cde4c4a7726
> broke the LaTeX export of emphasises (e.g. =foo=).
> 
> Is anybody else having the same problem?
> 

Yes - my standard emphasis example

,----
| 
| * Emphasis and monospace
| 
|   - *bold*
| 
|   - /italic/
| 
|   - _underlined_
| 
|   - =code=
| 
|   - ~verbatim~
| 
|   - +strike-through+
| 
`----

exhibits the problem - LaTeX excerpt:

\item \textbf{bold}
\item \emph{italic}
\item \underline{underlined}
\item =code=
\item \~{}verbatim\~{}
\item \st{strike-through}

With the indicated commit reverted, the corresponding LaTeX excerpt looks
like this:

\item \textbf{bold}
\item \emph{italic}
\item \underline{underlined}
\item \texttt{code}
\item \texttt{verbatim}
\item \st{strike-through}

HTH,
Nick

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

* Re: LaTeX export: problem with emphasis
  2009-08-26  1:38 ` Nick Dokos
@ 2009-08-27  8:29   ` Carsten Dominik
  2009-08-27 13:25     ` Valentin Wüstholz
  0 siblings, 1 reply; 4+ messages in thread
From: Carsten Dominik @ 2009-08-27  8:29 UTC (permalink / raw)
  To: nicholas.dokos; +Cc: emacs-orgmode

I have reverted this commit, thanks.

- Carsten

On Aug 26, 2009, at 3:38 AM, Nick Dokos wrote:

> =?UTF-8?Q?Valentin_W=C3=BCstholz?= <wuestholz@gmail.com> wrote:
>
>> Hi,
>>
>> it seems to me like revision 0ba7d3d2f961a224d077e6806b804cde4c4a7726
>> broke the LaTeX export of emphasises (e.g. =foo=).
>>
>> Is anybody else having the same problem?
>>
>
> Yes - my standard emphasis example
>
> ,----
> |
> | * Emphasis and monospace
> |
> |   - *bold*
> |
> |   - /italic/
> |
> |   - _underlined_
> |
> |   - =code=
> |
> |   - ~verbatim~
> |
> |   - +strike-through+
> |
> `----
>
> exhibits the problem - LaTeX excerpt:
>
> \item \textbf{bold}
> \item \emph{italic}
> \item \underline{underlined}
> \item =code=
> \item \~{}verbatim\~{}
> \item \st{strike-through}
>
> With the indicated commit reverted, the corresponding LaTeX excerpt  
> looks
> like this:
>
> \item \textbf{bold}
> \item \emph{italic}
> \item \underline{underlined}
> \item \texttt{code}
> \item \texttt{verbatim}
> \item \st{strike-through}
>
> HTH,
> Nick
>
>
> _______________________________________________
> 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] 4+ messages in thread

* Re: LaTeX export: problem with emphasis
  2009-08-27  8:29   ` Carsten Dominik
@ 2009-08-27 13:25     ` Valentin Wüstholz
  0 siblings, 0 replies; 4+ messages in thread
From: Valentin Wüstholz @ 2009-08-27 13:25 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: emacs-orgmode

Great! Thanks!

Valentin


2009/8/27 Carsten Dominik <carsten.dominik@gmail.com>:
> I have reverted this commit, thanks.
>
> - Carsten
>

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

end of thread, other threads:[~2009-08-27 13:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-25 23:42 LaTeX export: problem with emphasis Valentin Wüstholz
2009-08-26  1:38 ` Nick Dokos
2009-08-27  8:29   ` Carsten Dominik
2009-08-27 13:25     ` Valentin Wüstholz

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).