From mboxrd@z Thu Jan 1 00:00:00 1970 From: "iminet@ymail.com" Subject: Re: result of code evaluation Date: Fri, 19 Aug 2011 22:02:16 +0200 Message-ID: <4E4EC148.9090103@ymail.com> References: <4E4EC0F1.5070809@ymail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:56020) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QuVGm-00052E-K8 for emacs-orgmode@gnu.org; Fri, 19 Aug 2011 16:02:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QuVGl-0005MD-He for emacs-orgmode@gnu.org; Fri, 19 Aug 2011 16:02:20 -0400 Received: from nm8.bullet.mail.ne1.yahoo.com ([98.138.90.71]:25212) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1QuVGl-0005M0-9H for emacs-orgmode@gnu.org; Fri, 19 Aug 2011 16:02:19 -0400 In-Reply-To: <4E4EC0F1.5070809@ymail.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 Am 19.08.2011 21:06, schrieb Henri-Paul Indiogine: > Greetings! > > I am just now starting to use babel in my org-mode files. I am > intrigued by its capabilities, but I encountered a strange phenomenon: > > --------8<------------------------------->8------------- > #+srcname: test > #+begin_src sh :results value > #!/bin/bash > > echo "hello" > > #+end_src > > #+results: test > : hello > -------8<--------------------------------->8------------ > > Why is there a ":" at the beginning of the results line? Can I get rid of it? > > Thanks, > Henri-Paul I dont know, but the example on http://orgmode.org/guide/Working-With-Source-Code.html also includes a ':' at the beginning of the line.