From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Hofer Subject: latex export - skipping lvls breaks export Date: Mon, 21 Jun 2010 19:52:42 +0200 Message-ID: <874ogwmfx1.wl%sebhofer@gmail.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from [140.186.70.92] (port=55169 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OQlB2-0000jW-T8 for emacs-orgmode@gnu.org; Mon, 21 Jun 2010 13:52:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OQlB1-000497-TD for emacs-orgmode@gnu.org; Mon, 21 Jun 2010 13:52:56 -0400 Received: from lo.gmane.org ([80.91.229.12]:59218) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OQlB1-00048v-Nx for emacs-orgmode@gnu.org; Mon, 21 Jun 2010 13:52:55 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OQlB0-0006XM-0W for emacs-orgmode@gnu.org; Mon, 21 Jun 2010 19:52:54 +0200 Received: from pz4-c705.uibk.ac.at ([138.232.67.187]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 21 Jun 2010 19:52:54 +0200 Received: from sebhofer by pz4-c705.uibk.ac.at with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 21 Jun 2010 19:52:54 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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