From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Re: Error with :wrap org in babel and 8.0-pre Date: Tue, 16 Apr 2013 23:06:29 +0200 Message-ID: References: <87li8ncqzq.fsf@gmail.com> <87li8jfysj.fsf@gmail.com> <87y5cjy3du.fsf@gmail.com> <87txn7y2hb.fsf@gmail.com> <874nf7fsix.fsf@gmail.com> <87sj2re7xl.fsf@gmail.com> <87obdfe5mo.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:42305) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USD30-000547-AI for emacs-orgmode@gnu.org; Tue, 16 Apr 2013 17:04:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1USD2y-0000UQ-U8 for emacs-orgmode@gnu.org; Tue, 16 Apr 2013 17:04:14 -0400 Received: from mail2.b1.hitrost.net ([91.185.211.205]:19048) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USD2y-0000SO-No for emacs-orgmode@gnu.org; Tue, 16 Apr 2013 17:04:12 -0400 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: John Hendy Cc: Nicolas Goaziou , emacs-orgmode , Eric Schulte Hi, John, My apologies; the question/suggestion below was meant for Eric and concerned a possible change in Babel that might help. It was not meant as a tip to you about something you could try now. In any case, Eric has replied that drawers are the preferred solution, so I suppose something along the lines of my suggestion /has/ been considered and rejected, and I'll leave it there. Yours, Christian John Hendy writes: > On Tue, Apr 16, 2013 at 3:23 AM, Christian Moe wrote: > [...] >> I suppose you've considered delimiting results in general with e.g. a >> line like #+END_RESULTS? >> > > As in compiling with simply =:results output raw= and then adding my > own #+end_results line after the block? > > If so, I haven't tried that. But :wrap with no second argument creates > #+begin/end_results, which doesn't export correctly. >