From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: latex export - skipping lvls breaks export Date: Tue, 22 Jun 2010 15:06:08 +0200 Message-ID: References: <874ogwmfx1.wl%sebhofer@gmail.com> <834ogvjsyl.fsf@yahoo.it> <8739wfmigm.wl%sebhofer@gmail.com> <4C20B1E0.7040606@freylax.de> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=35629 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OR3B7-0005Jb-E7 for emacs-orgmode@gnu.org; Tue, 22 Jun 2010 09:06:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OR3B6-0005Aj-8C for emacs-orgmode@gnu.org; Tue, 22 Jun 2010 09:06:13 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:39129) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OR3B6-0005AY-1g for emacs-orgmode@gnu.org; Tue, 22 Jun 2010 09:06:12 -0400 Received: by wyf28 with SMTP id 28so3756672wyf.0 for ; Tue, 22 Jun 2010 06:06:11 -0700 (PDT) In-Reply-To: <4C20B1E0.7040606@freylax.de> 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: Robert Hennig Cc: emacs-orgmode@gnu.org On Jun 22, 2010, at 2:51 PM, Robert Hennig wrote: > Sebastian Hofer wrote: >> At Tue, 22 Jun 2010 11:51:30 +0200, >> Giovanni Ridolfi wrote: >>> Sebastian Hofer writes: >>> >>>> I'm working on a customized latex-export-class for a CV. >>> nice! >>>> 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 >>> IIRC it depends in how is written the LaTeX export. >>> (I thought I've read recently this answer by Carsten, but, >>> unfortunately, >>> I can't find the citation in the list archive) >>> >>>> or could this be changed easily? >>> IMHO skipping a level it's a bit illogical >>> ;-) >> I guess it depends on the situation, it may or may not be illogical. >> Anyway, I don't see a reason why the user should not be allowed to >> decide himself or herself to skip a level. >> >> Cheers, >> Sebastian >> > > I'm working on the translation of a book and the Table of Contents > has a > odd structure. I would also appreciate if skipping a level in the > structure could be possible. One reason to have this working is > if you want to have a itemized outline at several levels. I have nothing against skipping levels - the HTML exporter allows it. But, the LaTeX exporter does not. If someone can come up with a good patch, I'd consider putting it in. The patch may not be trivial though... - Carsten