Hi Matt,

well, if I export that exact same document, then I get

-------------------------------------------------------------------
\title{Test}
\author{Carsten Dominik}
\date{30 March 2009}

\begin{document}

\maketitle

\setcounter{tocdepth}{3}
\tableofcontents
\vspace*{1cm}

This is a footnote.\footnote{\emph{Test.} }



\end{document}
------------------------------------------------

- Carsten


On Mar 30, 2009, at 4:56 PM, Matthew Lundin wrote:


Hi Carsten,

Carsten Dominik <carsten.domi...@gmail.com> writes:

Fixed, thanks.

- Carsten


I installed the most recent org from the git repo and footnotes that
begin with italics markup are still not converted to \emph in LaTeX.
(See example below.)

Thanks,
Matt

On Mar 28, 2009, at 7:29 PM, Matthew Lundin wrote:

Hi Carsten,

When I export a footnote that begins with emphasis/italics markup, the
markup is not converted to \emph in the LaTeX output.

E.g., the following source...

--8<---------------cut here---------------start------------->8---
#+title: Test

This is a footnote.[fn:footnote]

[fn:footnote] /Test./
--8<---------------cut here---------------end--------------->8---

Is exported as (some of preamble omitted):

,----
| \title{Test}
| \author{Matthew Lundin}
| \date{March 28, 2009}
|
| \begin{document}
|
| \maketitle
|
| \setcounter{tocdepth}{3}
| \tableofcontents
| \vspace*{1cm}
|
|
| This is a footnote.\footnote{/Test./ }
|
|
|
| \end{document}
`----

Any advice would be greatly appreciated.

Thanks,
Matt


_______________________________________________
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



_______________________________________________
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

Reply via email to