[O] org-babel-execute-src-block deletes its src block.

2012-03-03 Thread Daimrod
Hi, I've recently switched from Org 7.4 to the master branch on the git repository, and I've encountered this weird situation. #+name: foo #+begin_src emacs-lisp (defun foo () 42) (foo) #+end_src emacs-lisp If I evaluate this block I get: #+name: foo =42 =emacs-lisp

Re: [O] org-babel-execute-src-block deletes its src block.

2012-03-03 Thread Nick Dokos
Daimrod daim...@gmail.com wrote: Hi, I've recently switched from Org 7.4 to the master branch on the git repository, and I've encountered this weird situation. #+name: foo #+begin_src emacs-lisp (defun foo () 42) (foo) #+end_src emacs-lisp If I evaluate this

Re: [O] org-babel-execute-src-block deletes its src block.

2012-03-03 Thread Daimrod
Nick Dokos nicholas.do...@hp.com writes: Daimrod daim...@gmail.com wrote: Hi, I've recently switched from Org 7.4 to the master branch on the git repository, and I've encountered this weird situation. #+name: foo #+begin_src emacs-lisp (defun foo () 42) (foo)

Re: [O] org-babel-execute-src-block deletes its src block.

2012-03-03 Thread Eric Schulte
Nick Dokos nicholas.do...@hp.com writes: Daimrod daim...@gmail.com wrote: Hi, I've recently switched from Org 7.4 to the master branch on the git repository, and I've encountered this weird situation. #+name: foo #+begin_src emacs-lisp (defun foo () 42) (foo)

Re: [O] org-babel-execute-src-block deletes its src block.

2012-03-03 Thread Daimrod
Eric Schulte eric.schu...@gmx.com writes: Nick Dokos nicholas.do...@hp.com writes: Daimrod daim...@gmail.com wrote: Hi, I've recently switched from Org 7.4 to the master branch on the git repository, and I've encountered this weird situation. #+name: foo #+begin_src emacs-lisp