Hi Andrew,
I just applied a slight variation of Dan's patch which should fix this
issue. Thanks for the bug report, and please let us know if you have
any further issues.
Cheers -- Eric
Dan Davison writes:
> Andrew Hyatt writes:
>
>> Hi guys,
>>
>> There appears to be a bug in org-babel-load
Andrew Hyatt writes:
> Hi guys,
>
> There appears to be a bug in org-babel-load-file, where it calls
> org-babel-tangle-file with file and base-name. Instead of using
> base-name, it should probably use the exported-file. This causes an
> issue where the elisp I am extracting is put in "foo.ba
Hi guys,
There appears to be a bug in org-babel-load-file, where it calls
org-babel-tangle-file with file and base-name. Instead of using
base-name, it should probably use the exported-file. This causes an
issue where the elisp I am extracting is put in "foo.bar" instead of
"foo.bar.el". Stran