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.