From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephan Schmitt Subject: Re: Re: Tagging a region of text without creating a branch Date: Fri, 09 Oct 2009 16:43:45 +0200 Message-ID: <4ACF4C21.4040107@cs.tu-berlin.de> References: <87r5tc919n.wl@imapmail.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MwGmv-0003NS-0m for emacs-orgmode@gnu.org; Fri, 09 Oct 2009 10:49:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MwGmq-0003DP-4q for emacs-orgmode@gnu.org; Fri, 09 Oct 2009 10:49:44 -0400 Received: from [199.232.76.173] (port=43981 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MwGmp-0003D6-VU for emacs-orgmode@gnu.org; Fri, 09 Oct 2009 10:49:39 -0400 Received: from mail.cs.tu-berlin.de ([130.149.17.13]:34548) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MwGmp-0000Pp-Gt for emacs-orgmode@gnu.org; Fri, 09 Oct 2009 10:49:39 -0400 Received: from localhost (localhost [127.0.0.1]) by localhost-12225.cs.tu-berlin.de (Postfix) with ESMTP id B7BBF6B for ; Fri, 9 Oct 2009 16:49:37 +0200 (MEST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: bar tomas Cc: Matt Lundin , Org Mode List bar tomas wrote: > Thanks very much for your reply and your help. > I also think in terms of containers, but I was trying to figure out if > it is possible to have a container that has both subcontainers and > content that is not contained in a subcontainer. > For instance, in XML, this is the notion of an element with 'mixed > content'(subelements+character content). For example: > > > > general stuff about item1 > about subItem1 > more general stuff about item1 > > > I suppose, this kind of structure is not possible in orgmode? > you'd have to create 'artificial' subheadings: > > * item1 [#A] > ** general stuff item1 > general stuff about item1 > **subItem1 > about subItem1 > ** general stuff item1 > more general stuff about item1 > > So, a container in orgmode can have either subcontainers or text but > not a mixture of both? Is this right? > To be exact, a heading (container) can have both text and subheadings (subcontainers), but the subheadings have to follow the text. You can't close a subheading and go back to the previous outline level without a new heading. I guess, that is a limitation of org-mode (inherited from outline-mode) you have to deal with. Greetings, Stephan