On 10/4/10 5:06 PM, Eric Schulte wrote:
Similar,
I think this thread is also related
http://thread.gmane.org/gmane.emacs.orgmode/31312/focus=31392
either way the issue should be fixed in the latest Org-mode. Please let
me know if that is not the case.
Yes, it works with today's org version.
Similar,
I think this thread is also related
http://thread.gmane.org/gmane.emacs.orgmode/31312/focus=31392
either way the issue should be fixed in the latest Org-mode. Please let
me know if that is not the case.
Best -- Eric
Jörg Hagmann writes:
> This might be the same problem I discussed
This might be the same problem I discussed recently?
See this thread:
http://thread.gmane.org/gmane.emacs.orgmode/31241/focus=31289
Jörg
On 10/4/10 3:48 PM, Eric Schulte wrote:
"Eric Schulte" writes:
[...]
"Giovanni Moretti" writes:
I'm just starting with Babel and have been puzzled ab
"Eric Schulte" writes:
[...]
>
> "Giovanni Moretti" writes:
>
>> I'm just starting with Babel and have been puzzled about why one file
>> worked and another didn't.
>>
>> I have been playing in a new file without any headers at all (no lines
>> starting with '*') and while I could execute the co
Hi Giovanni,
I'm unable to reproduce your bug. I can successfully export the
following to html w/o issue.
--8<---cut here---start->8---
Now let's see what happens:
#+begin_src python :results output :exports both
print "Babel"
limits = [1,2,3,4,5,6,7,8,9,10]
I'm just starting with Babel and have been puzzled about why one file
worked and another didn't.
I have been playing in a new file without any headers at all (no lines
starting with '*') and while I could execute the code in the buffer,
exporting to HTML always failed with:
No such file: c:/or
Hi, Eric,
Yes, the file is saved, and is the one I'm trying to export from.
If neither you nor Noorul can reproduce it, I may have messed up
something. But I can't think what.
It looks like the problem arises in this part of org-babel-exp-src-blocks
(link (org-make-link-string
Hi Christian,
Thanks for the complete bug report and reproduction information.
Unfortunately I was unable to reproduce the error you described. Does
the file /Users/CM/org/test2.org exist on your system? Presumably that
is the file from which you are exporting. Is it saved before you
export?
T
Christian Moe writes:
> Hi,
>
> Selecting a subtree only, export to html fails if the subtree contains
> a src block. Using 7.01trans, freshly pulled, on Emacs 23.
>
> Example
>
> file: test2.org
> ---
>
> * Heading 1
>
> Text
>
> * Heading 2
>
> Text
>
> #+begin_src emacs-lis