Sanjib Sikder <sanjibju2...@gmail.com> wrote:

> When using report class in org-mode and having the following structure
> ---------------------------------------
> * Another Part of my report
> ** Chapter Heading
> *** Heading 1
> **** Subheading 1
> ---------------------------------------
> The subheading (****) is pdf exporting as paragraph having bullets. The 
> result is like following for
> example
> ---------------------------------------
> Part IV
> Chapter 4 Chapter heading
> 4.1 Hading 1
> 
>   *  Subheading 1
> 
> -------------------------------------
> I need the subheading to be considered as numbered subsections (4.1.1). like 
> below
> Part IV
> Chapter 4 Chapter heading
> 4.1 Hading 1
> 4.1.1 Subheading 1
> ---------------------------------------
> 
> How can I achieve this ?

#+OPTIONS: H:4

See

         (info "(org) Export options")

Nick


Reply via email to