From mboxrd@z Thu Jan 1 00:00:00 1970 From: William Beard Subject: Re: Trouble with ordered list start number Date: Sun, 26 Jun 2011 14:45:50 +0900 Message-ID: References: <878vsqrnm1.fsf@norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:54752) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QaiAp-0002Wa-AY for emacs-orgmode@gnu.org; Sun, 26 Jun 2011 01:46:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QaiAo-0003ci-3P for emacs-orgmode@gnu.org; Sun, 26 Jun 2011 01:46:23 -0400 Received: from mail-ey0-f169.google.com ([209.85.215.169]:60439) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QaiAn-0003cd-Tx for emacs-orgmode@gnu.org; Sun, 26 Jun 2011 01:46:22 -0400 Received: by eyd9 with SMTP id 9so1412381eyd.0 for ; Sat, 25 Jun 2011 22:46:21 -0700 (PDT) In-Reply-To: <878vsqrnm1.fsf@norang.ca> 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: emacs-orgmode@gnu.org Cc: Bernt Hansen Excellent, thank you. Chris On Sat, Jun 25, 2011 at 11:29 PM, Bernt Hansen wrote: > William Beard writes: > >> I see in the manual >> http://orgmode.org/manual/Plain-lists.html >> that with ordered lists, you can for example start one with the number >> 20 by starting the "text of the item with [@20]" >> I assume this means I can just have a newline that looks like this >> >> [@20] some text for this item >> >> and hit M-Return after typing the text for the item, and have a `21. ' >> appear below it. But when I do, it gives me the top header (`*') >> instead. >> What am I doing wrong? > > It needs to be a list. > > =A01. [@20] some text for this item > > then M-RET turns it into this > > =A020. [@20] some text for this item > =A021. > > -- > Bernt >