[O] [babel] evaluating ledger source block now scans large number of org files

2011-07-01 Thread Eric S Fraga
Hello, I don't know what has changed or when but, being the start of a new month, I am doing my finances. I use ledger for this and, of course, within org! Evaluating a ledger source code block now takes a significant amount of time. Babel seems to search org files throughout my disk for IDs.

Re: [O] [babel] evaluating ledger source block now scans large number of org files

2011-07-01 Thread Eric Schulte
Hi Eric, Thanks for pointing this out. IDs can be used to resolve code block references, however it appears that the `org-id-goto' function is attempting to re-scan all ID locations when a reference is not found. I've just pushed up a patch which side-steps this rescanning behavior. Best --