From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: LaTeX export of lists Date: Wed, 24 Aug 2011 20:59:25 +0200 Message-ID: <87boveoctu.fsf@gmail.com> References: <87r55fa6oe.fsf@gmail.com> <87mxg2aguo.fsf@gmail.com> <87hb56deux.fsf@ucl.ac.uk> <87k4a2olgj.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:45685) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwIgG-0000s5-3E for emacs-orgmode@gnu.org; Wed, 24 Aug 2011 15:00:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QwIgE-0001ZP-JZ for emacs-orgmode@gnu.org; Wed, 24 Aug 2011 15:00:04 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:52908) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwIgE-0001ZI-Dr for emacs-orgmode@gnu.org; Wed, 24 Aug 2011 15:00:02 -0400 Received: by wwf10 with SMTP id 10so1273106wwf.30 for ; Wed, 24 Aug 2011 12:00:01 -0700 (PDT) In-Reply-To: (Thomas S. Dye's message of "Wed, 24 Aug 2011 07:39:18 -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 tsd@tsdye.com (Thomas S. Dye) writes: > I've just browsed the Document Structure chapter of the Org-mode manual: > paragraphs aren't mentioned! They are in "11.1 Structural markup elements" > I'm not trying to be pedantic here and hold out for the presence or > absence of blank lines to indicate a paragraph break in Org-mode. For > the use case of lists set within a paragraph some other mechanism might > be more appropriate. I would suggest #+begin_latex #+end_latex for such specific needs (paralist). > But this circles back to the more general question of how paragraphs are > indicated in Org-mode. Is it the blank line alone, or the blank line and > other mechanisms? There is no strict definition of a paragraph in Org core, yet. That's why every exporter comes out with its own. Though, a blank line is definitely seen as a paragraph break, as any paragraph starter. So, what are these paragraph starters? Here are some: - any line starting with #+, maybe indented. That includes keywords, blocks, comments... - fixed-width lines - items - headlines. Now, defining a paragraph in Org wouldn't necessary be a bad thing for exporters. This would just add information they could deliberately throw away. That's why, again, keeping the exact number of blank lines is important (for when they will throw the information away). Regards, -- Nicolas Goaziou