emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] latex export - skipping lvls breaks export


From: Sebastian Hofer
Subject: [Orgmode] latex export - skipping lvls breaks export
Date: Mon, 21 Jun 2010 19:52:42 +0200
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.7 Emacs/24.0.50 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

Hi,

I'm working on a customized latex-export-class for a CV.
I noticed that if you skip a level in the outline structure (cf. example below) 
it is not exported to latex. Is there a reason for this or could this be 
changed easily? If so I would appreciate it a lot!

Example:

* Section
** Subsection
*** Subsubsection

* Section
*** Subsubsection

* Section

exports to

\section{Section}
\subsection{Subsection}
\subsubsection{Subsubsection}

\section{Section}

\section{Section}

TIA
Sebastian




reply via email to

[Prev in Thread] Current Thread [Next in Thread]