emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Chapter headings


From: Scott Randby
Subject: Re: [O] Chapter headings
Date: Fri, 28 Mar 2014 16:41:06 -0400
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.4.0

On 03/28/2014 04:08 PM, Steven Arntson wrote:
> Hello, I'm a beginning org-mode user.
>
> I'm writing a book with many chapters, each chapter as a top-level
> header (*). Is there a way to assign chapter numbers automatically, such
> that I might get a result along the lines of:
>
> * 1. This is a chapter containing thousands of words.
>
> * 2. This is the next chapter, with many words.
>
> * 3. And so on.
>
> Thank you!
> steven arntson
>
>
>

Chapter numbers are automatically assigned when you export to LaTeX
unless you turn off numbering. You can also control numbering with the
following code.

#+OPTIONS: num:t

#+OPTIONS: num:nil

The first line turns on numbering of exported headlines, and the second
line turns off numbering of exported headlines. You can then eliminate
the numbers in the headlines of your org file.

See the following link for more information about export options.

http://orgmode.org/manual/Export-settings.html

Scott Randby



reply via email to

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