Hi Hsiu,

looks like there is a bug in the LaTeX exporter when
the very first line of the file is already a headline.
I do not right now see an easy way to fix this, and Bastien
does not seem to have time.  So for the time being,
just leave the first line of a file empty - that should
help.

- Carsten

On Oct 3, 2008, at 3:04 AM, Hsiu-Khuern Tang wrote:

I'm new to Org-Mode, and I'm getting to like it a lot!

I am running Org 6.07b.  I have this simple Org file:

----------------------------------------
* top level

** second level
 test
----------------------------------------

If I run M-x org-export-region-as-latex, I get this output:

----------------------------------------
% Created 2008-10-02 Thu 17:58
\documentclass[11pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{hyperref}


\title{* top level}
\author{Tang Hsiu Khuern}
\date{02 October 2008}

\begin{document}

\maketitle

\setcounter{tocdepth}{3}
\tableofcontents


** second level
 test
\section{second level}

 test

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

As you can see, there are extra lines between \tableofcontents and \section, which I think shouldn't be there. If I select the whole file as the region and
run M-x org-export-region-as-latex, the extra lines get _duplicated_:

----------------------------------------
...
\tableofcontents


** second level
 test

** second level
 test
\section{second level}
...
----------------------------------------

--
Best,
Hsiu-Khuern.


_______________________________________________
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