From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Deeper sectioning in report class Date: Wed, 24 Oct 2012 23:55:16 -0400 Message-ID: <5864.1351137316@alphaville> References: Reply-To: nicholas.dokos@hp.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:35641) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TREXT-0006gH-Og for emacs-orgmode@gnu.org; Wed, 24 Oct 2012 23:55:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TREXP-0005T0-0S for emacs-orgmode@gnu.org; Wed, 24 Oct 2012 23:55:23 -0400 Received: from g4t0016.houston.hp.com ([15.201.24.19]:17359) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TREXO-0005Sq-Ry for emacs-orgmode@gnu.org; Wed, 24 Oct 2012 23:55:18 -0400 In-Reply-To: Message from Sanjib Sikder of "Thu\, 25 Oct 2012 09\:13\:28 +0530." List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Sanjib Sikder Cc: emacs-orgmode@gnu.org Sanjib Sikder 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 r= esult is like following for > example > --------------------------------------- > Part IV > Chapter 4 Chapter heading > 4.1 Hading 1 >=20 > * =C2=A0Subheading 1 >=20 > ------------------------------------- > I need the subheading to be considered as numbered subsections (4.1.1). l= ike below > Part IV > Chapter 4 Chapter heading > 4.1 Hading 1 > 4.1.1 Subheading 1 > --------------------------------------- >=20 > How can I achieve this ? #+OPTIONS: H:4 See (info "(org) Export options") Nick