From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Re: What the difference between the non-source blocks? Date: Sat, 15 Jun 2013 15:28:18 +0200 Message-ID: <87r4g3ijv1.fsf@gmail.com> References: <87fvwjkbw9.fsf@gmail.com> <87bo77kbn3.fsf@gmail.com> <87d2rnk0ak.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46842) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UnqWt-0004H5-0l for emacs-orgmode@gnu.org; Sat, 15 Jun 2013 09:28:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UnqWs-0003si-3W for emacs-orgmode@gnu.org; Sat, 15 Jun 2013 09:28:30 -0400 Received: from plane.gmane.org ([80.91.229.3]:50795) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UnqWr-0003sa-TL for emacs-orgmode@gnu.org; Sat, 15 Jun 2013 09:28:30 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UnqWq-0001Jq-O3 for emacs-orgmode@gnu.org; Sat, 15 Jun 2013 15:28:28 +0200 Received: from g231232248.adsl.alicedsl.de ([92.231.232.248]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 15 Jun 2013 15:28:28 +0200 Received: from tjolitz by g231232248.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 15 Jun 2013 15:28:28 +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: emacs-orgmode@gnu.org Nicolas Goaziou writes: Hello, >> In section 15.2. Easy Templates I find >> >> | block | use for? | >> --------------------- >> |EXAMPLE | | >> |QUOTE | | >> |VERSE | | >> |CENTER | | >> >> Is this a complete list? What are the criteria to choose one or the >> other? >> >> Thanks for tips or a related link. > > From the most restrictive environment to the least one: > > - example block :: Indentation, blank lines (excepted at the beginning > and the end of the block) and line breaks are > preserved. No Org syntax whatsoever is recognized > within. This is like a source block without > a language (you can number lines...). > > - verse block :: Indentation, blank lines (excepted at the beginning > and the end of the block) and line breaks are > preserved. Org objects are recognized (e.g., > emphasis) but not elements (e.g., paragraphs) > > - quote block and center block :: They can contain anything, including > elements (e.g., paragraphs, lists...). Center blocks center their > contents (duh!) and Quote blocks make them stand out in some way. Thanks, thats valuable information. I asked myself what are the exact differences between these blocks quite often. Wouldn't this be important information for the user manual? -- cheers, Thorsten