emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Re: unnumbered subsections in latex export


From: Sébastien Vauban
Subject: [O] Re: unnumbered subsections in latex export
Date: Tue, 22 Mar 2011 13:56:07 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (windows-nt)

Hi Suvayu,

Suvayu Ali wrote:
> On Tue, 22 Mar 2011 13:20:29 +0100
> Sébastien Vauban <address@hidden> wrote:
>> >
>> > I was wondering whether there is some way to export the attached org file
>> > to latex such that headlines beyond level 2 (3 and onwards) can be
>> > exported as unnumbered subsections or subsubsections like this,
>> > \subsection*{}, instead of enclosing them within itemize.
>> >
>> > The file uses the following options header:
>> >
>> > #+OPTIONS:   H:2 num:t toc:t ::t |:t ^:t -:t f:t *:t <:nil
>> 
>> Using H:3 num:2? Untested... But that should do the work.
>
> That didn't work. It exports the same as the following options
>
> #+OPTIONS:   H:3 num:t toc:t ::t |:t ^:t -:t f:t *:t <:nil
>
> I think the num option is a boolean. The manual says the following:
>
>      num:       turn on/off section-numbers

You're right. I mixed that usage with what's possible for `toc':

--8<---------------cut here---------------start------------->8---
 H:         set the number of headline levels for export
 num:       turn on/off section-numbers
 toc:       turn on/off table of contents, or set level limit (integer)
--8<---------------cut here---------------end--------------->8---

> Would it be a worthwhile feature request to allow numbers for that
> option? Then one could have finer control on the numbering.

I think that'd be a good addition.

Best regards,
  Seb

-- 
Sébastien Vauban




reply via email to

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