From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ilya Shlyakhter Subject: Re: suggestion for the manual: mention the "#+BEGIN_SRC org" trick when describing drawers and plainlists Date: Thu, 08 Mar 2012 07:53:59 -0500 Message-ID: References: <80r4x3eef3.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:32913) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5crk-0004vE-8V for emacs-orgmode@gnu.org; Thu, 08 Mar 2012 07:54:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S5crO-0007sJ-TZ for emacs-orgmode@gnu.org; Thu, 08 Mar 2012 07:54:43 -0500 Received: from plane.gmane.org ([80.91.229.3]:60547) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5crO-0007pP-MV for emacs-orgmode@gnu.org; Thu, 08 Mar 2012 07:54:22 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1S5crH-0005hf-4g for emacs-orgmode@gnu.org; Thu, 08 Mar 2012 13:54:15 +0100 Received: from pool-74-104-39-131.bstnma.east.verizon.net ([74.104.39.131]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 08 Mar 2012 13:54:15 +0100 Received: from ilya_shl by pool-74-104-39-131.bstnma.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 08 Mar 2012 13:54:15 +0100 In-Reply-To: <80r4x3eef3.fsf@somewhere.org> 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 On 3/8/2012 2:32 AM, Sebastien Vauban wrote: >> In Org, entry text can't have substructure (other than drawers and plain >> lists): you can't have an entry that >> has some text, then a subtree, then more text. > > Take a look at "inline tasks". I think that's more what you're after... Thanks -- looked at inline tasks and at http://orgmode.org/worg/org-faq.html#closing-outline-sections but that's not quite what I want. I really do want a "nested org" -- something like a drawer or a plainlist, which is fully part of the entry and can be org-cycled but has substructure. Inline tasks do not nest. Using #+BEGIN_SRC org / #+END_SRC does exactly what I want during editing -- lets me enter a "side note" that can be easily folded away (like a drawer), is completely within the entry (unlike solutions from org-faq that add extra headlines), can have substructure (like plain lists) but is a full-featured org without plainlists' limitations. Two problems with this so far: - org-store-link does not work when editing this nested org block under C-' . Ideally, it would store a link that when followed would open this source block for editing in its native org-mode (as with C-') and then find the link within that. - when exporting to HTML, I want to run the HTML exporter on the nested org buffer and insert its results -- rather than inserting a boxed version of the Org source. (This boxed version shows the hidden asterisks in outlines, and its colors do not quite match the ones in the Emacs buffer, among other things.) thanks for help, ilya