From mboxrd@z Thu Jan 1 00:00:00 1970 From: tsd@tsdye.com (Thomas S. Dye) Subject: Re: Lists, exports to LaTeX and cr/lf Date: Sun, 07 Jul 2013 12:55:34 -1000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42530) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UvxsM-0000Ak-Dw for emacs-orgmode@gnu.org; Sun, 07 Jul 2013 18:56:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UvxsJ-0001XF-J4 for emacs-orgmode@gnu.org; Sun, 07 Jul 2013 18:56:14 -0400 Received: from oproxy13-pub.unifiedlayer.com ([69.89.16.30]:53415) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1UvxsJ-0001UP-Bi for emacs-orgmode@gnu.org; Sun, 07 Jul 2013 18:56:11 -0400 In-Reply-To: (Fabrice Popineau's message of "Sun, 7 Jul 2013 21:52:13 +0200") 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: Fabrice Popineau Cc: "emacs-orgmode@gnu.org" Aloha Fabrice, Fabrice Popineau writes: > Hi, > > I have a question regarding lists and Org-mode 8.0.2 (the version I > currently use). > It seems that if I export this : > > - foo foo foo foo foo > bar bar bar bar > - foo foo foo foo foo > bar bar bar bar > > Then I get 2 itemize environments because I broke the line after foo. The line break is not terminating the itemize environment by itself. It is the lack of indentation on the "bar bar" lines that terminates the itemize environments in this case. The following should yield a single itemize environment when it is exported: - foo foo foo foo foo bar bar bar bar - foo foo foo foo foo bar bar bar bar > I don't remember that it was the case previously. > I would find it much more convenient if the end of the environment > was denoted by an empty line, ie: > > - foo foo foo foo foo > bar bar bar bar > > - foo foo foo foo foo > bar bar bar bar The end of the environment can be denoted by two (or more) empty lines. This way it is possible to have multi-paragraph (separated by single empty lines) items in lists. See section 2.7, Plain lists, in the Org-mode manual for a precise description of list indentation and ending. hth, Tom > > Any comment about this or did I miss something already explained on the > list? > > Thanks in advance, > > -- > Fabrice > Hi, > > I have a question regarding lists and Org-mode 8.0.2 (the version I > currently use). > It seems that if I export this : > > - foo foo foo foo foo > bar bar bar bar > - foo foo foo foo foo > bar bar bar bar > > Then I get 2 itemize environments because I broke the line after foo. > I don't remember that it was the case previously. > I would find it much more convenient if the end of the environment > was denoted by an empty line, ie: > > - foo foo foo foo foo > bar bar bar bar > > - foo foo foo foo foo > bar bar bar bar > > Any comment about this or did I miss something already explained on > the list? > > Thanks in advance, -- Thomas S. Dye http://www.tsdye.com