On Tue, 22 Mar 2011 14:26:14 +0000
Lawrence Mitchell <[email protected]> wrote:
> * lisp/org-latex.el (org-export-latex-subcontent): Deal specially with
> the case that NUM is an integer.
>
> We would sometimes like to have numbered \sections in LaTeX export but
> unnumbered \subsections and so forth. That is, use the starred
> equivalents for all sectioning commands below a certain level.
> Previously, the num: option specification could only specify whether
> sections should be numbered or unnumbered at all levels. We now treat
> an integer value specially, if num:N is supplied then the highest N
> levels are numbered, and lower levels are exported without numbering.
> ---
> lisp/org-latex.el | 7 ++++++-
> 1 files changed, 6 insertions(+), 1 deletions(-)
>
> [...]
> Wouldn't it be nice if #+OPTIONS: num:2 exported
> \section{foo}
> \subsection{bar}
> \subsubsection*{baz}
>
> It turns out the patch is relatively straightforward. I haven't
> included a doc update, but could do so if required.
>
This works perfectly. Thanks a lot Lawrence. :)
--
Suvayu
Open source is the future. It sets us free.