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
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode