Re: [O] org-agenda-write taking very long (probably because of babel)

2013-04-10 Thread Bastien
Hi Karl and Achim, Achim Gratz writes: > I have worked with Karl to try and find what caused this change in > behaviour and it wasn't anything to do with my patch or even recently, > but the switch from the old to the new exporter framework for producing > the iCalendar files. The patch in ques

Re: [O] org-agenda-write taking very long (probably because of babel)

2013-03-10 Thread Achim Gratz
Karl Voit writes: > Since my Org-mode update from today (from > 5d467d6f8affc0afe34922e885ac6e2492ddd091 Fri Feb 15 15:28:35 2013 > +0100) it takes very long to export the ics file. > > I guess this relates to ... > > org-babel-exp processing... [25 times] > > ... which also pops up some babel re

Re: [O] org-agenda-write taking very long (probably because of babel)

2013-03-08 Thread Karl Voit
Hi Achim! Sorry, I was away from Org a couple of days. * Achim Gratz wrote: > > Karl Voit writes: >> I guess this relates to ... >> >> org-babel-exp processing... [25 times] >> >> ... which also pops up some babel result graphics which did not >> happen before. >> >> Was there a change in the

Re: [O] org-agenda-write taking very long (probably because of babel)

2013-03-02 Thread Bastien
Hi Achim, Achim Gratz writes: > So I'll cut the changelog after the first sentence and relegate the rest of > the > explanation to the commit message (if the patch works, of course) -- OK? Yes. Feel free to add all the useful information in the git commit log, after the Emacs-ready change log

Re: [O] org-agenda-write taking very long (probably because of babel)

2013-02-28 Thread Achim Gratz
Bastien altern.org> writes: > Sorry to nitpick on this but please keep the Emacs-like change log > small, if not terse. I've thought about this, but then decided that the change does some seemingly superfluous things and I'd better explain why they are necessary. > Additionnal details are more

Re: [O] org-agenda-write taking very long (probably because of babel)

2013-02-28 Thread Bastien
Hi Achim, Achim Gratz writes: > * lisp/ob-core.el (org-babel-execute-src-block): Do not ask for > confirmation if the cached result is current. Since > `org-babel-confirm-evaluate´ does additional things besides asking > for confirmation, call it first with `org-confirm-babel-evaluate´ >

Re: [O] org-agenda-write taking very long (probably because of babel)

2013-02-27 Thread Achim Gratz
Karl Voit writes: > I guess this relates to ... > > org-babel-exp processing... [25 times] > > ... which also pops up some babel result graphics which did not > happen before. > > Was there a change in the default settings or is this a bug? Yes there was, sorry for that. I missed something that

Re: [O] org-agenda-write taking very long (probably because of babel)

2013-02-27 Thread Bastien
Achim Gratz writes: > Bastien writes: >> Maybe this change: >> http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=091bf02 > > I think I see where this is coming from, org-babel-confirm-evaluate does > some additional things beyond what it's name implies. I'm reverting the > original commit(s) f

Re: [O] org-agenda-write taking very long (probably because of babel)

2013-02-27 Thread Achim Gratz
Bastien writes: > Maybe this change: > http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=091bf02 I think I see where this is coming from, org-babel-confirm-evaluate does some additional things beyond what it's name implies. I'm reverting the original commit(s) for now until I've implemented thi

Re: [O] org-agenda-write taking very long (probably because of babel)

2013-02-27 Thread Achim Gratz
Achim Gratz writes: > I cannot see how. In fact I cannot even see how creating the agenda would run any src block at all… Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ Samples for the Waldorf Blofeld: http://Synth.Stromeko.net/Downloads.html#BlofeldSam

Re: [O] org-agenda-write taking very long (probably because of babel)

2013-02-27 Thread Achim Gratz
Bastien writes: >> Was there a change in the default settings or is this a bug? > > Maybe this change: > http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=091bf02 I cannot see how. If the cache is current, the new code does _less_ work than it would have before the change. If the cache was sta

Re: [O] org-agenda-write taking very long (probably because of babel)

2013-02-27 Thread Bastien
Hi Karl, Karl Voit writes: > Was there a change in the default settings or is this a bug? Maybe this change: http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=091bf02 Achim? -- Bastien

Re: [O] org-agenda-write taking very long (probably because of babel)

2013-02-27 Thread Karl Voit
* Karl Voit wrote: > Hi! > > Org-mode 7.9.3f (692f053d8 Wed Feb 27 14:49:46 2013 +0100) > > I am using these two lines to export an agenda to an iCal file: > (org-agenda-list nil nil 60) > (org-agenda-write "~/share/all/org-mode/org-export.ics") > > Since my Org-mode update from today (from >

[O] org-agenda-write taking very long (probably because of babel)

2013-02-27 Thread Karl Voit
Hi! Org-mode 7.9.3f (692f053d8 Wed Feb 27 14:49:46 2013 +0100) I am using these two lines to export an agenda to an iCal file: (org-agenda-list nil nil 60) (org-agenda-write "~/share/all/org-mode/org-export.ics") Since my Org-mode update from today (from 5d467d6f8affc0afe34922e885ac6e2492ddd