From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Subject: Re: Set the beginning section number Date: Mon, 14 Mar 2011 07:53:57 +0100 Message-ID: <87ei6anqey.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=55981 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pz1fC-0005IH-SM for emacs-orgmode@gnu.org; Mon, 14 Mar 2011 02:53:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pz1fB-0000pb-Ht for emacs-orgmode@gnu.org; Mon, 14 Mar 2011 02:53:58 -0400 Received: from mail-fx0-f41.google.com ([209.85.161.41]:63904) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pz1fB-0000pR-6u for emacs-orgmode@gnu.org; Mon, 14 Mar 2011 02:53:57 -0400 Received: by fxm18 with SMTP id 18so3001057fxm.0 for ; Sun, 13 Mar 2011 23:53:56 -0700 (PDT) In-Reply-To: (lbmlist@hethcote.com's message of "Sun, 13 Mar 2011 20:48:51 -0600 (MDT)") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: lbmlist@hethcote.com Cc: emacs-orgmode@gnu.org Hello, lbmlist@hethcote.com writes: > I may have not read sufficiently, but I have not yet found how to set > the beginning number when exporting to HTML and I'm desiring to start > with a number other than 1. > > * This > ** is the example > *** that I play > *** with > > Exports to: > > 1 This > 1.1 is the example > 1.1.1 that I play > 1.1.2 with > > What I would like to do is set the initial number so that the exported > reads as: > > 33 This > 33.1 is the example > 33.1.1 that I play > 33.1.2 with This may not be exactly what you're looking after, but lists can do something like this: #+title: Say 33 33. [@33] This 1. is the example 1. that I play 2. with Regards, -- Nicolas