From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: outline numbering (similar to Orgmode manual) Date: Tue, 12 Apr 2011 10:01:32 -0400 Message-ID: <87ipuj1scj.fsf@fastmail.fm> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:50368) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9eAJ-00085S-8l for emacs-orgmode@gnu.org; Tue, 12 Apr 2011 10:02:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q9eAI-0002l5-6X for emacs-orgmode@gnu.org; Tue, 12 Apr 2011 10:01:59 -0400 Received: from out2.smtp.messagingengine.com ([66.111.4.26]:46773) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9eAH-0002c1-Sv for emacs-orgmode@gnu.org; Tue, 12 Apr 2011 10:01:58 -0400 Received: from compute3.internal (compute3.nyi.mail.srv.osa [10.202.2.43]) by gateway1.messagingengine.com (Postfix) with ESMTP id 77E8B203BE for ; Tue, 12 Apr 2011 10:01:33 -0400 (EDT) In-Reply-To: (Erwin Panen's message of "Mon, 11 Apr 2011 14:16:24 +0200") 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: erwinpanen@fastmail.fm Cc: emacs-orgmode@gnu.org Erwin Panen writes: > Is there any (easy) way to convert headlines to numbering? > What I'm thinking of is similar to the Orgmode manual, where you have > the numbered structure representing sections/paragraphs etc. > > Reasoning behind this: > - easily export pdf or printed report material Although the orgmode manual is written in texinfo rather than org, orgmode outline headlines will be converted to numbered sections when exporting to LaTeX, ascii, or html. For instance, if LaTeX is installed on your system, you can simply type C-c C-e d to export a file to pdf. Best, Matt