From mboxrd@z Thu Jan 1 00:00:00 1970 From: Karl Voit Subject: Re: org-agenda-write taking very long (probably because of babel) Date: Fri, 8 Mar 2013 20:11:19 +0100 Message-ID: <2013-03-08T20-01-25@devnull.Karl-Voit.at> References: <2013-02-27T17-53-25@devnull.Karl-Voit.at> <87y5e9icwc.fsf@Rainer.invalid> Reply-To: news1142@Karl-Voit.at Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:35681) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UE2hd-0004Dz-MZ for emacs-orgmode@gnu.org; Fri, 08 Mar 2013 14:11:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UE2hY-0005bP-Co for emacs-orgmode@gnu.org; Fri, 08 Mar 2013 14:11:37 -0500 Received: from plane.gmane.org ([80.91.229.3]:36169) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UE2hY-0005bC-66 for emacs-orgmode@gnu.org; Fri, 08 Mar 2013 14:11:32 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UE2hs-0006Vr-IS for emacs-orgmode@gnu.org; Fri, 08 Mar 2013 20:11:52 +0100 Received: from mail.michael-prokop.at ([88.198.6.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Mar 2013 20:11:52 +0100 Received: from news1142 by mail.michael-prokop.at with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Mar 2013 20:11:52 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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 default settings or is this a bug? > > Yes there was, sorry for that. I missed something that was going on in > an otherwise inconspicously named function and that unintentionally > changed the conditions for when source blocks are eligible for > evaluation. Since your setup was affected, may I ask you to apply this > patch after the next update (which should include 302d3780ec) and report > if this fixes the issue you had? I updated to 50226db65d5cb176f3f5e027d668ef5de4937bde and tried to apply your patch. Either because I never applied patch files before (or I don't remember) or the code changed in between, I could not apply it without getting errors. So I tried to do the patch manually and I hope, I did not break something. You can find the ob-core.el I generated on [1]. Org mode compiled and Emacs started without any error message. When I exported my agenda, I got: org-babel-exp processing... [24 times] org-babel-execute-src-block: Symbol's function definition is void: cache-p The pop-up window with generated bar charts did not appear this time. But some test.png from one gnuplot (of three) was re-generated. HTH Please reply if I can check something else for you. 1. https://gist.github.com/novoid/6bace66e0e8c6a4d2a7f -- Karl Voit