From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Re: How to signal end of a section or subsection Date: Wed, 22 Jan 2014 12:16:59 -0800 Message-ID: References: <87y5299tiy.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56134) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W64Ec-0007Zz-Gs for emacs-orgmode@gnu.org; Wed, 22 Jan 2014 15:17:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W64EW-0007YJ-DL for emacs-orgmode@gnu.org; Wed, 22 Jan 2014 15:17:14 -0500 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:50994) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W64EW-0007Xt-6N for emacs-orgmode@gnu.org; Wed, 22 Jan 2014 15:17:08 -0500 In-Reply-To: <87y5299tiy.fsf@ucl.ac.uk> (Eric S. Fraga's message of "Tue, 21 Jan 2014 16:41:41 +0000") 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: Skip Collins Cc: Org-mode Eric S Fraga writes: > I guess you can find plenty of discussions on this list on this topic so > I won't rehash. Just to say that there has never been a convincing use > case that is not easily addressed with description lists and inline > tasks. The former can be made to look like encapsulated sections on > export with appropriate customisation of the various export targets. > > I suggest you check out the list and think about your actual use case. I have a use case for beamer export, where I have had to use latex blocks to solve it. If I want: ,---- | blah blah | | \begin{block}{Theorem} | foo bar | \end{block} | | more blah blah `---- I don't know how to do it using the org machinery without going back to latex. Alan