From mboxrd@z Thu Jan 1 00:00:00 1970 From: Baoqiu Cui Subject: Re: Patch to fix two bugs in HTML/DocBook exporters Date: Thu, 09 Apr 2009 01:06:27 -0700 Message-ID: References: <6BB5BE3D-4B4D-4D14-BB8C-2F955A93E041@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LrpHj-00019L-JB for emacs-orgmode@gnu.org; Thu, 09 Apr 2009 04:06:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LrpHe-000198-EI for emacs-orgmode@gnu.org; Thu, 09 Apr 2009 04:06:54 -0400 Received: from [199.232.76.173] (port=41677 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LrpHe-000195-2r for emacs-orgmode@gnu.org; Thu, 09 Apr 2009 04:06:50 -0400 Received: from main.gmane.org ([80.91.229.2]:59398 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LrpHd-0000LG-IP for emacs-orgmode@gnu.org; Thu, 09 Apr 2009 04:06:49 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LrpHU-0003IN-Vj for emacs-orgmode@gnu.org; Thu, 09 Apr 2009 08:06:40 +0000 Received: from nat-dip6.cfw-a-gci.corp.yahoo.com ([209.131.62.115]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 09 Apr 2009 08:06:40 +0000 Received: from cbaoqiu by nat-dip6.cfw-a-gci.corp.yahoo.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 09 Apr 2009 08:06:40 +0000 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: emacs-orgmode@gnu.org Hi Leo, Leo writes: >>>> 1. Ordered List Item 1 >>>> 2. Ordered List Item 2 >>>> >>>> - Itemized List Item 1 >>>> - Itemized List Item 2 >>>> - Itemized List Item 3 > mixing lists is easy to do. Just use Alt + to > decrease/increase the item's indentation. Increasing the indentation of the 2nd list (itemized list) makes it part of item 2 of the ordered list, doesn't it? So, instead of having two lists at the same level, we will end up having only one list -- the ordered list. If these two lists are not nested in another outer, higher level list, decreasing the indentation of 2nd list would work, but it won't look very good. > I think a way to terminate list is quite important, particularly when > embedding list inside an article. I always found it difficult to start a > new paragrah after a list because when you type TAB on the first line of > the new paragraph it indents it to the level that shows it is part of > the last list item. > > How about making double blank line do that? I don't have the habit of hitting TAB to start a new paragraph, so I don't have this problem. :-) Nevertheless, having an option to disable indentation based on a list two-blank line above seems useful. Baoqiu