From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Hofer Subject: Re: latex export - skipping lvls breaks export Date: Tue, 22 Jun 2010 16:43:10 +0200 Message-ID: <87vd9bku0x.wl%sebhofer@gmail.com> References: <874ogwmfx1.wl%sebhofer@gmail.com> <834ogvjsyl.fsf@yahoo.it> <8739wfmigm.wl%sebhofer@gmail.com> <4C20B1E0.7040606@freylax.de> 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=47781 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OR4hC-0004Ut-I1 for emacs-orgmode@gnu.org; Tue, 22 Jun 2010 10:43:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OR4hB-0004zT-BQ for emacs-orgmode@gnu.org; Tue, 22 Jun 2010 10:43:26 -0400 Received: from lo.gmane.org ([80.91.229.12]:51753) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OR4hA-0004zM-RJ for emacs-orgmode@gnu.org; Tue, 22 Jun 2010 10:43:25 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OR4h8-0005ve-PV for emacs-orgmode@gnu.org; Tue, 22 Jun 2010 16:43:22 +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 ; Tue, 22 Jun 2010 16:43:22 +0200 Received: from sebhofer by pz4-c705.uibk.ac.at with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Jun 2010 16:43:22 +0200 In-Reply-To: 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 Cc: emacs-orgmode@gnu.org At Tue, 22 Jun 2010 15:06:08 +0200, Carsten Dominik wrote: > > > 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... > I will try to come up with one, but I'm not sure I can do it as my lisp skills are still quite basic. So if anyone else wants to take a shot at this, I'm thankful for any help! Thanks for the clarification though! Cheers, Sebastian