Re: [Orgmode] Bug in org-babel-load-file

2010-02-07 Thread Eric Schulte
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

Re: [Orgmode] Bug in org-babel-load-file

2010-02-06 Thread Dan Davison
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

[Orgmode] Bug in org-babel-load-file

2010-02-06 Thread Andrew Hyatt
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