Re: [Orgmode] [babel] Is ":results output inline" possible

2009-10-23 Thread emailorama
>>> -- Is it possible to use #+lob: with ":results output org" ? >>> -- Is it possible for #+lob: to take a string argument ? >> >> Both these were bugs, which are fixed in my development branch -- they >> should be merged into org-core by Eric soon. > > Those changes are in the main org git repo

Re: [Orgmode] [babel] Is ":results output inline" possible

2009-10-19 Thread emailorama
Thanks very much for your reply Eric. So the ":results org" feature was there all along. Searching for "raw" in "org-babel.el" shows it's nicely explained in the doc-string for "org-babel-insert-result". (maybe I should have done that sooner) I also noticed the ":results html

Re: [Orgmode] [babel] Is ":results output inline" possible

2009-10-19 Thread emailorama
Thanks very much for your reply Eric. So the ":results org" feature was there all along. Searching for "raw" in "org-babel.el" shows it's nicely explained in the doc-string for "org-babel-insert-result". (maybe I should have done that sooner) I also noticed the ":results html

[Orgmode] [babel] Is ":results output inline" possible ?

2009-10-18 Thread emailorama
The org-babel package looks very nice. Thanks to Eric for doing this. It seems to have so many possibilities. I wonder, is it possible to get "inline" output ? It seems to be very close to the existing option ":results output" but would just put the output "inline" rather than in a quoted bloc