Eric Schulte writes:
> Nick Dokos writes:
>
>> Daimrod 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)
>
Nick Dokos writes:
> Daimrod 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-lis
Nick Dokos writes:
> Daimrod 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-lis
Daimrod 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 block I
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
Thou