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 11:09:20 +0200 Message-ID: <87ehlp5ewv.fsf@bzg.ath.cx> References: <876271cjpb.fsf@bzg.ath.cx> <80haql8afw.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]:59876) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGncZ-0006KR-6c for emacs-orgmode@gnu.org; Wed, 26 Sep 2012 05:09:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TGncU-0000k9-UR for emacs-orgmode@gnu.org; Wed, 26 Sep 2012 05:09:31 -0400 Received: from plane.gmane.org ([80.91.229.3]:39181) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGncU-0000jw-MB for emacs-orgmode@gnu.org; Wed, 26 Sep 2012 05:09:26 -0400 Received: from public by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TGncV-0002o3-Fz for emacs-orgmode@gnu.org; Wed, 26 Sep 2012 11:09:27 +0200 In-Reply-To: <80haql8afw.fsf@somewhere.org> (Sebastien Vauban's message of "Wed, 26 Sep 2012 10:17:39 +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: >> 2) Support for ":results org" has been removed. > > Why don't we have anymore "#+begin/end_org" blocks while we still have > "#+begin_html" and "#+begin_LaTeX" blocks? Org as the language seemed normal > to insert blocks in Org-syntax. The only advantage of using #+BEGIN_ORG over a raw insert was to be able to fold the block. But that's already available with :results drawer. Beside, this was the only place were #+BEGIN_ORG was used, and there was questions on how to let the new exporter process these blocks. > How will Org constructs be supported, for example headlines in the old > "#+begin/end_org" blocks -- with the "," used for protecting the export? > > #+begin_src org > ,* This is an headline > ,This is some text. > #+end_src Mhh... yeah. I've pushed a change, this is what ":results org" will do now. I'll ping Eric and Nicolas so that they care review this. >> You can either insert the results with ":results raw" or "results drawer" >> if you need to tell the exporter to include/exclude the results (by >> including/excluding the :RESULTS: drawer from export.) > > Will ":RESULTS:" drawers be included by default, to mimic the current support > of "#+begin/end_org" blocks? You have ":results org" now. -- Bastien