emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Babel ':session ' bug?
@ 2010-11-21  0:51 Charles C. Berry
  2010-11-21  2:57 ` Charles C. Berry
  0 siblings, 1 reply; 9+ messages in thread
From: Charles C. Berry @ 2010-11-21  0:51 UTC (permalink / raw)
  To: emacs-orgmode

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 
| xyz
| #+END_SRC
`----

If I put point after 'xyz'  in the first block and do

    M-x eval-expression RET (org-babel-get-src-block-info) RET

I get

("R" "xyz
" ((:colname-names) (:rowname-names) (:result-params "output" "replace") (:result-type . output) (:comments . "") (:shebang . "") (:cache . "no") (:noweb . "no") (:tangle . "no") (:exports . "code") (:results . "output replace") (::session\ \ ) ...) "" nil 0)

Note '(::session\ \ ).

Whilst putting point in the second block leads to

("R" "xyz
" ((:colname-names) (:rowname-names) (:result-params "output" "replace") (:result-type . output) (:comments . "") (:shebang . "") (:cache . "no") (:noweb . "no") (:tangle . "no") (:exports . "code") (:results . "output replace") (:session . "*R*") ...) "" nil 0)


Chuck


Charles C. Berry                            Dept of Family/Preventive Medicine
cberry@tajo.ucsd.edu			    UC San Diego
http://famprevmed.ucsd.edu/faculty/cberry/  La Jolla, San Diego 92093-0901

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2010-11-23 16:40 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-21  0:51 Babel ':session ' bug? Charles C. Berry
2010-11-21  2:57 ` Charles C. Berry
2010-11-21  4:01   ` Nick Dokos
2010-11-21 20:09     ` Charles C. Berry
2010-11-22 13:44   ` Eric Schulte
2010-11-22 21:27     ` Charles C. Berry
2010-11-22 21:47       ` Eric Schulte
2010-11-23  0:27         ` Charles C. Berry
2010-11-23 16:40           ` Eric Schulte

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).