Re: [O] [PATCH] org-babel-exp-lob-one-liners should not parse the entire buffer.

2011-11-25 Thread Eric Schulte
> > 2. The other is in ob-exp : the org-babel-exp-lob-one-liners parse to >the end of the buffer instead of the region given as arguments. On my >"big" file it results in 50 seconds execution of the >org-babel-exp-lob-one-liners function. With the patch it only takes >0.871 seconds

Re: [O] [PATCH] org-babel-exp-lob-one-liners should not parse the entire buffer.

2011-11-24 Thread Jérémy Compostella
Jambunathan K writes: >> All, >> >> I'm currently generating a road book for a trip from different Org-Mode >> file and other data. It results in a 13 thousands lines Org-Mode file >> and I have some performance issues. Using the ELP package, I isolated >> the two main bottlenecks. >> >> 1. One is

Re: [O] [PATCH] org-babel-exp-lob-one-liners should not parse the entire buffer.

2011-11-24 Thread Jambunathan K
> All, > > I'm currently generating a road book for a trip from different Org-Mode > file and other data. It results in a 13 thousands lines Org-Mode file > and I have some performance issues. Using the ELP package, I isolated > the two main bottlenecks. > > 1. One is in org-odt : the org-odt-writ

[O] [PATCH] org-babel-exp-lob-one-liners should not parse the entire buffer.

2011-11-24 Thread Jérémy Compostella
All, I'm currently generating a road book for a trip from different Org-Mode file and other data. It results in a 13 thousands lines Org-Mode file and I have some performance issues. Using the ELP package, I isolated the two main bottlenecks. 1. One is in org-odt : the org-odt-write-manifest-file