Re: [Orgmode] Re: [SOLVED] [org-babel] References Not Expanding

2010-08-25 Thread Eric Schulte
Thanks for this patch, I've just applied it. -- Eric aditya siram writes: > The last patch is formatted for email. Here's the correct one. Sorry. > -deech > > On Sun, Aug 22, 2010 at 4:21 PM, aditya siram wrote: > >> The function that loads the code block into the interpreter >> org-babel-load-i

[Orgmode] Re: [SOLVED] [org-babel] References Not Expanding

2010-08-22 Thread aditya siram
The function that loads the code block into the interpreter org-babel-load-in-session does not do noweb reference expansion. I have included a git patch that adds that functionality. -deech On Sat, Aug 21, 2010 at 4:42 PM, aditya siram wrote: > Hi all, > I have the development version of org-mo

[Orgmode] Re: [SOLVED] [org-babel] References Not Expanding

2010-08-22 Thread aditya siram
The last patch is formatted for email. Here's the correct one. Sorry. -deech On Sun, Aug 22, 2010 at 4:21 PM, aditya siram wrote: > The function that loads the code block into the interpreter > org-babel-load-in-session does not do noweb reference expansion. > > I have included a git patch that a