From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: can't enforce numbering of ordered list inside unordered list when exporting to PDF Date: Mon, 04 Mar 2013 09:10:10 +0100 Message-ID: <876217vb4t.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52194) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCQTY-0002MY-Ts for emacs-orgmode@gnu.org; Mon, 04 Mar 2013 03:10:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UCQTX-00085y-O3 for emacs-orgmode@gnu.org; Mon, 04 Mar 2013 03:10:24 -0500 Received: from mail-we0-x234.google.com ([2a00:1450:400c:c03::234]:53961) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCQTX-00085n-H4 for emacs-orgmode@gnu.org; Mon, 04 Mar 2013 03:10:23 -0500 Received: by mail-we0-f180.google.com with SMTP id k14so4219506wer.11 for ; Mon, 04 Mar 2013 00:10:22 -0800 (PST) In-Reply-To: (Hiroshi Saito's message of "Mon, 4 Mar 2013 04:06:55 +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: Hiroshi Saito Cc: emacs-orgmode@gnu.org Hello, Hiroshi Saito writes: > Although I enforced a staring value of the ordered list inside > unordered list, the list in exported PDF starts from 1. > I attached an example file. When it is exported to PDF, numbering of > the ordered list would be incorrect. It's a limitation of old export framework with mixed type lists (as in your example when you start with an unordered list then an ordered one.) which probably won't be fixed. I fixed it in master, with the new export framework. Thank you for your report. Regards, -- Nicolas Goaziou