From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Two modifications for source blocks processing (will be in 7.9.2) Date: Wed, 26 Sep 2012 23:54:58 +0200 Message-ID: <87pq58tpot.fsf@bzg.ath.cx> References: <876271cjpb.fsf@bzg.ath.cx> <80haql8afw.fsf@somewhere.org> <807grgmt8n.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:51802) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGzZV-0002Mb-BA for emacs-orgmode@gnu.org; Wed, 26 Sep 2012 17:55:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TGzZU-0005Q5-3u for emacs-orgmode@gnu.org; Wed, 26 Sep 2012 17:55:09 -0400 Received: from plane.gmane.org ([80.91.229.3]:45182) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGzZT-0005PD-UH for emacs-orgmode@gnu.org; Wed, 26 Sep 2012 17:55:08 -0400 Received: from public by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TGzZU-0001RZ-SM for emacs-orgmode@gnu.org; Wed, 26 Sep 2012 23:55:08 +0200 In-Reply-To: <807grgmt8n.fsf@somewhere.org> (Sebastien Vauban's message of "Wed, 26 Sep 2012 22:20:08 +0200") 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 Hi Sébastien, "Sebastien Vauban" writes: > With :results org, raw Org mode results will be harmlessly *wrapped in a Org > mode block*. The "#+begin/end_org" block wrapper makes it possible for the > entirety of the results to be clearly located and replaced upon code block > re-evaluation. So from now on, you'll enjoy all this with #+BEGIN_SRC org instead of #+BEGIN_ORG. > - "wrap" will disappear (renamed as "drawer"), It *has* been deprecated. Meaning that you can still use "wrap" and get the same results than with "drawer", but it is not documented. It will surely be removed for Org 8.0. > - "drawer" is not the same as the old "org" option (as the results gets > inserted into a drawer, not into a block). Confirmed. "Drawer" means... use a drawer. And Org means use an Org source block. The only thing that has been removed is the notion of an "Org block", which was not clear enough (see Nicolas explanations in this thread.) -- Bastien