From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: How to signal end of a section or subsection Date: Thu, 23 Jan 2014 12:14:45 +0100 Message-ID: <87a9enueze.fsf@gmail.com> References: <87y5299tiy.fsf@ucl.ac.uk> <87vbxbvk9x.fsf@gmail.com> <86a9enr929.fsf@somewhere.org> <87mwinvetw.fsf@gmail.com> <86ob333yeo.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58202) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6IFC-000877-2C for emacs-orgmode@gnu.org; Thu, 23 Jan 2014 06:14:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W6IF4-0002YT-0F for emacs-orgmode@gnu.org; Thu, 23 Jan 2014 06:14:45 -0500 Received: from plane.gmane.org ([80.91.229.3]:47948) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6IF3-0002YF-PG for emacs-orgmode@gnu.org; Thu, 23 Jan 2014 06:14:37 -0500 Received: from public by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W6IF2-0003RH-Aj for emacs-orgmode@gnu.org; Thu, 23 Jan 2014 12:14:36 +0100 In-Reply-To: <86ob333yeo.fsf@somewhere.org> (Sebastien Vauban's message of "Thu, 23 Jan 2014 09:17:19 +0100") 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: Sebastien Vauban Cc: public-emacs-orgmode-mXXj517/zsQ@plane.gmane.org "Sebastien Vauban" writes: > Is the simpler solution valid on all types of block environments? > > To enumerate them (extensively, AFAICT): > > - structureenv > - alertblock > - exampleblock > - definition > - example > - proof > - beamercolorbox > - verse > - quotation > - quote The "simpler solution" is just a consequence of special blocks handling in LaTeX export back-ends. So, it will work for any special block. You can rule out verse, example and quote, which have their own type in Org syntax. Regards, -- Nicolas Goaziou