Hi chuck,
I just pushed up a change (and an exercising unit test) which should now
finally actually fix this issue. Thanks for persistently pointing out
the problem.
Best -- Eric
"Charles C. Berry" writes:
> On Mon, 22 Nov 2010, Eric Schulte wrote:
>
>> Hi,
>>
>> I get the following when call
On Mon, 22 Nov 2010, Eric Schulte wrote:
Hi,
I get the following when calling (org-babel-get-src-block-info) on the
following code block
#+BEGIN_SRC R :session :results output
xyz
#+END_SRC
("R" "xyz
" ((:colname-names) (:rowname-names) (:result-params "output" "replace")
(:result-type . outp
Hi,
I get the following when calling (org-babel-get-src-block-info) on the
following code block
#+BEGIN_SRC R :session :results output
xyz
#+END_SRC
("R" "xyz
" ((:colname-names) (:rowname-names) (:result-params "output" "replace")
(:result-type . output) (:comments . "") (:shebang . "") (:cach
On Mon, 22 Nov 2010, Eric Schulte wrote:
Hi Charles,
I've just pushed up a change which should fix this issue.
Thanks.
':session' has the right number of colons, but is followed by '\ \ ', and
no session was started.
i.e.,
M-x eval-expression RET (org-babel-get-src-block-info) R
Hi Charles,
I've just pushed up a change which should fix this issue.
Thanks for the report -- Eric
"Charles C. Berry" writes:
> Correction in line below. CCB
>
> On Sat, 20 Nov 2010, Charles C. Berry wrote:
>
>> I think :session without passing a string used to start a session, but
>> now it
On Sat, 20 Nov 2010, Nick Dokos wrote:
Charles C. Berry wrote:
Correction in line below. CCB
On Sat, 20 Nov 2010, Charles C. Berry wrote:
I think :session without passing a string used to start a session, but
now it does not. I think this is a bug. Details:
I ran into this too: see the
Charles C. Berry wrote:
>
> Correction in line below. CCB
>
> On Sat, 20 Nov 2010, Charles C. Berry wrote:
>
> > I think :session without passing a string used to start a session, but
> > now it does not. I think this is a bug. Details:
> >
I ran into this too: see the footnote in
http://
Correction in line below. CCB
On Sat, 20 Nov 2010, Charles C. Berry wrote:
I think :session without passing a string used to start a session, but
now it does not. I think this is a bug. Details:
Just did git pull and now with this:
,
| #+BEGIN_SRC R :session :results output xyz
| #+E
I think :session without passing a string used to start a session, but
now it does not. I think this is a bug. Details:
Just did git pull and now with this:
,
| #+BEGIN_SRC R :session :results output
| xyz
| #+END_SRC
|
| #+results:
|
| #+BEGIN_SRC R :session *R* :results output
| xy
Hi Tom,
"Thomas S. Dye" writes:
> Aloha all,
>
> In org-babel.org one of the R examples uses a header argument :session that
> is not otherwise documented.
>
What a glaring omission, we will have to add this to the documentation.
Thanks for pointing this out.
> I don't trust my Lisp understa
Aloha all,
In org-babel.org one of the R examples uses a header argument :session
that is not otherwise documented. I don't trust my Lisp understanding
enough to learn about it from the source code. Would it be possible
to add it to the documentation?
org-babel is lots of fun--many, man
11 matches
Mail list logo