From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ista Zahn Subject: Re: Source block processing changes Date: Tue, 6 Nov 2012 13:30:02 -0500 Message-ID: References: <87pq3qlvbt.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:54671) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TVnus-0002mM-Gk for emacs-orgmode@gnu.org; Tue, 06 Nov 2012 13:30:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TVnuq-0005ZV-0x for emacs-orgmode@gnu.org; Tue, 06 Nov 2012 13:30:26 -0500 Received: from mail-vc0-f169.google.com ([209.85.220.169]:53797) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TVnup-0005Z0-Hc for emacs-orgmode@gnu.org; Tue, 06 Nov 2012 13:30:23 -0500 Received: by mail-vc0-f169.google.com with SMTP id fl17so830935vcb.0 for ; Tue, 06 Nov 2012 10:30:22 -0800 (PST) In-Reply-To: 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: Eric Schulte Cc: emacs-orgmode Mailinglist On Tue, Nov 6, 2012 at 12:48 PM, Ista Zahn wrote: > On Tue, Nov 6, 2012 at 8:22 AM, Eric Schulte wrote: >> Ista Zahn writes: > >>> Using ':results >>> drawer' or ':results org' gives me verbatim export >> >> This was a bug in ":results drawer", which should *not* escape its >> results. I've just pushed up a fix for this so ":results drawer" should >> now be a drop-in replacement for your previous use-case of ":results >> org" (as was the original intent of this change). > > I'm still getting escaped results with ':results drawer', unless I > generate a headline, which Nicolas tells me is illegal. Can you take > another look at this? Clarification: ':results drawer' exports correctly using the new exporter (accessed through M-x org-export-dispatch). However, when exporting using the old exporter (C-c-e) the results drawer is escaped so that it is formatted as an example or source block. For example a buffer with this content #+name: setup #+begin_src emacs-lisp :results drawer :exports both (message "hello world") #+end_src #+RESULTS: setup :RESULTS: hello world :END: exported to html with 'C-c-e h' gives me 'hello world' in a box with boarders and a gray rectangle. Exporting to html with 'M-x org-export-dispatch h h' gives me "hello world" as regular text. I guess this is the push I need to start using the new exporter! Best, Ista > > Thanks! > Ista > >> >> Best, >> >> -- >> Eric Schulte >> http://cs.unm.edu/~eschulte