From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Trouble with ordered list start number Date: Sat, 25 Jun 2011 10:29:10 -0400 Message-ID: <878vsqrnm1.fsf@norang.ca> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:40000) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QaTrO-0008De-93 for emacs-orgmode@gnu.org; Sat, 25 Jun 2011 10:29:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QaTrM-0000yu-LU for emacs-orgmode@gnu.org; Sat, 25 Jun 2011 10:29:22 -0400 Received: from mho-04-ewr.mailhop.org ([204.13.248.74]:14632 helo=mho-02-ewr.mailhop.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QaTrM-0000y7-Ca for emacs-orgmode@gnu.org; Sat, 25 Jun 2011 10:29:20 -0400 In-Reply-To: (William Beard's message of "Sat, 25 Jun 2011 22:37:06 +0900") 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: William Beard Cc: emacs-orgmode@gnu.org 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. 1. [@20] some text for this item then M-RET turns it into this 20. [@20] some text for this item 21. -- Bernt