From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: LaTeX export of lists Date: Mon, 25 Jul 2011 10:45:35 +0200 Message-ID: <87mxg2aguo.fsf@gmail.com> References: <87r55fa6oe.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:43976) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QlGnH-000765-2p for emacs-orgmode@gnu.org; Mon, 25 Jul 2011 04:45:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QlGnF-0001Yk-RV for emacs-orgmode@gnu.org; Mon, 25 Jul 2011 04:45:43 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:54961) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QlGnF-0001Yd-Ji for emacs-orgmode@gnu.org; Mon, 25 Jul 2011 04:45:41 -0400 Received: by wwf22 with SMTP id 22so3050120wwf.30 for ; Mon, 25 Jul 2011 01:45:40 -0700 (PDT) In-Reply-To: (Thomas S. Dye's message of "Sun, 24 Jul 2011 09:18:48 -1000") 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: "Thomas S. Dye" Cc: Org-mode Hello, tsd@tsdye.com (Thomas S. Dye) writes: > Nicolas Goaziou writes: >> That raises an interesting question: can a list belong to a paragraph in >> Org? According to paragraph-related regexps, it can't, for now. And your >> request is more a "LaTeXism" than an "Orgism" (!). > I probably don't understand your question fully, but it seems obvious to > me that a list can either belong to a paragraph or it can be separate. > I'm not certain why Org-mode would want to choose one over the other. It isn't obvious. For example, in HTML, a list within a paragraph doesn't even make sense[1]. There's no harm in it, but you're basically faking Org and its LaTeX exporter, as lists and paragraphs are two distinct entities[2]. Regards, Footnotes: [1] You can't have
    within

    , according to http://www.w3.org/TR/html401/struct/text.html#h-9.3.1 [2] If you try to `mark-paragraph' in your file, it won't mark both the text and the list in one go. -- Nicolas Goaziou