From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Closing a subheadline Date: Mon, 03 Feb 2014 15:49:43 +0100 Message-ID: <878utss12w.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52411) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAKqR-0004Uc-2d for emacs-orgmode@gnu.org; Mon, 03 Feb 2014 09:50:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WAKqI-0004vK-MK for emacs-orgmode@gnu.org; Mon, 03 Feb 2014 09:49:55 -0500 Received: from mail-we0-x22b.google.com ([2a00:1450:400c:c03::22b]:37500) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAKqI-0004vD-FR for emacs-orgmode@gnu.org; Mon, 03 Feb 2014 09:49:46 -0500 Received: by mail-we0-f171.google.com with SMTP id u56so2334733wes.30 for ; Mon, 03 Feb 2014 06:49:45 -0800 (PST) In-Reply-To: (Davide Mazzi's message of "Mon, 3 Feb 2014 15:31:46 +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: Davide Mazzi Cc: emacs-orgmode@gnu.org Hi Davide, Davide Mazzi writes: > So, that when exporting (to html or pdf/tex) the digression would > appear more indented, ore maybe even boxed. And below it the > Subheading would continue as normal. > I guess this is not the right way to do it, and shouldn't use a > subsubheading for a digression like that. So how do I do it? Not sure it really fits your needs, but it sounds like you are looking for inline tasks. (require 'org-inlinetask) then `C-c C-x t' in an Org document. HTH, -- Bastien