* [babel] Bug with empty results
@ 2012-03-10 18:28 Thomas S. Dye
2012-03-12 15:57 ` Eric Schulte
0 siblings, 1 reply; 3+ messages in thread
From: Thomas S. Dye @ 2012-03-10 18:28 UTC (permalink / raw)
To: Org-mode
Aloha all,
BEGIN and END are transposed with empty results, as shown in the example
below. The results shown are from two evaluations of the source code
block.
I'm using Org-mode version 7.8.03 (release_7.8.03.575.g06a1b)
All the best,
Tom
* Empty results
#+begin_src emacs-lisp :results silent
(org-babel-do-load-languages
'org-babel-load-languages
'((R . t)
))
#+end_src
#+name: show-bug
#+header: :results output replace org
#+BEGIN_SRC R
#+END_SRC
#+results: show-bug
#+END_ORG
#+BEGIN_ORG
#+END_ORG
#+BEGIN_ORG
--
T.S. Dye & Colleagues, Archaeologists
735 Bishop St, Suite 315, Honolulu, HI 96813
Tel: 808-529-0866, Fax: 808-529-0884
http://www.tsdye.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [babel] Bug with empty results
2012-03-10 18:28 [babel] Bug with empty results Thomas S. Dye
@ 2012-03-12 15:57 ` Eric Schulte
2012-03-13 0:34 ` Thomas S. Dye
0 siblings, 1 reply; 3+ messages in thread
From: Eric Schulte @ 2012-03-12 15:57 UTC (permalink / raw)
To: Thomas S. Dye; +Cc: Org-mode
Fixed, Thanks for the report.
tsd@tsdye.com (Thomas S. Dye) writes:
> Aloha all,
>
> BEGIN and END are transposed with empty results, as shown in the example
> below. The results shown are from two evaluations of the source code
> block.
>
> I'm using Org-mode version 7.8.03 (release_7.8.03.575.g06a1b)
>
> All the best,
> Tom
>
> * Empty results
> #+begin_src emacs-lisp :results silent
> (org-babel-do-load-languages
> 'org-babel-load-languages
> '((R . t)
> ))
> #+end_src
> #+name: show-bug
> #+header: :results output replace org
> #+BEGIN_SRC R
> #+END_SRC
> #+results: show-bug
> #+END_ORG
> #+BEGIN_ORG
> #+END_ORG
> #+BEGIN_ORG
--
Eric Schulte
http://cs.unm.edu/~eschulte/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [babel] Bug with empty results
2012-03-12 15:57 ` Eric Schulte
@ 2012-03-13 0:34 ` Thomas S. Dye
0 siblings, 0 replies; 3+ messages in thread
From: Thomas S. Dye @ 2012-03-13 0:34 UTC (permalink / raw)
To: Eric Schulte; +Cc: Org-mode
Works here. Thanks.
Tom
Eric Schulte <eric.schulte@gmx.com> writes:
> Fixed, Thanks for the report.
>
> tsd@tsdye.com (Thomas S. Dye) writes:
>
>> Aloha all,
>>
>> BEGIN and END are transposed with empty results, as shown in the example
>> below. The results shown are from two evaluations of the source code
>> block.
>>
>> I'm using Org-mode version 7.8.03 (release_7.8.03.575.g06a1b)
>>
>> All the best,
>> Tom
>>
>> * Empty results
>> #+begin_src emacs-lisp :results silent
>> (org-babel-do-load-languages
>> 'org-babel-load-languages
>> '((R . t)
>> ))
>> #+end_src
>> #+name: show-bug
>> #+header: :results output replace org
>> #+BEGIN_SRC R
>> #+END_SRC
>> #+results: show-bug
>> #+END_ORG
>> #+BEGIN_ORG
>> #+END_ORG
>> #+BEGIN_ORG
--
Thomas S. Dye
http://www.tsdye.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-03-13 0:50 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-10 18:28 [babel] Bug with empty results Thomas S. Dye
2012-03-12 15:57 ` Eric Schulte
2012-03-13 0:34 ` Thomas S. Dye
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).