From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sean O'Halpin" Subject: Re: #+end_src interfering with :results raw Date: Sat, 14 May 2011 11:27:09 +0100 Message-ID: References: <5FC4197E-B1CC-4218-9B02-68C0240706BA@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:52655) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QLC42-0003ox-9K for emacs-orgmode@gnu.org; Sat, 14 May 2011 06:27:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QLC41-0002FH-4M for emacs-orgmode@gnu.org; Sat, 14 May 2011 06:27:14 -0400 Received: from mail-bw0-f41.google.com ([209.85.214.41]:35260) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QLC40-0002FA-Va for emacs-orgmode@gnu.org; Sat, 14 May 2011 06:27:13 -0400 Received: by bwz17 with SMTP id 17so3408232bwz.0 for ; Sat, 14 May 2011 03:27:11 -0700 (PDT) In-Reply-To: <5FC4197E-B1CC-4218-9B02-68C0240706BA@gmail.com> 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 Sat, May 14, 2011 at 7:49 AM, Mark Cox wrote: > Hi, > > I have an org file like this one, > > #+TITLE: An issue with #+end_src > > #+srcname: no_issue() > #+begin_src sh :results output > echo '#+begin_src' > #+end_src > > #+call: no_issue() :results raw > > #+srcname: the_issue() > #+begin_src sh :results output > echo '#+end_src' > #+end_src > > #+call: the_issue() :results raw > > When C-c C-c on the line containing "#+call: no_issue() :results raw", the following lines are inserted: > #+results: no_issue() > #+begin_src > > When C-c C-c on the line containing "#+call: the_issue() :results raw", the following unexpected lines are inserted: > #+results: the_issue() > nil > > I am currently running a2f29de86. > > Thanks > Mark Cox > Looks like you've run into the same issue as me. See http://patchwork.newartisans.com/patch/715/ for a patch. Regards, Sean