From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Re: Numbered list counting down? Date: Mon, 22 Feb 2016 13:03:32 +0100 Message-ID: References: <56CAF611.8040007@pfdstudio.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37567) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aXpBv-0002Ot-Gw for emacs-orgmode@gnu.org; Mon, 22 Feb 2016 07:02:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aXpBq-0003wU-D0 for emacs-orgmode@gnu.org; Mon, 22 Feb 2016 07:02:15 -0500 Received: from mail2.b1.hitrost.net ([91.185.211.205]:42230) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aXpBq-0003v4-7P for emacs-orgmode@gnu.org; Mon, 22 Feb 2016 07:02:10 -0500 In-reply-to: <56CAF611.8040007@pfdstudio.com> 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: Peter Davis Cc: "emacs-orgmode@gnu.org" Hi, This will work: 1. [@3] Third 2. [@2] Second 3. [@1] First Yours, Christian Peter Davis writes: > I'm trying to create a numbered list where the numbers count down > instead of up. As I understand this: > , the following should work: > > -------- > * Countdown list > > [@3] Third > [@2] Second > [@1] First > -------- > > But in fact, I just get a paragraph like with all the list elements run > together. > > Am I misunderstanding this? > > Thanks, > -pd