From mboxrd@z Thu Jan 1 00:00:00 1970 From: Karl Voit Subject: org-agenda-write taking very long (probably because of babel) Date: Wed, 27 Feb 2013 17:58:16 +0100 Message-ID: <2013-02-27T17-53-25@devnull.Karl-Voit.at> 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]:33335) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAkLT-0006xT-EM for emacs-orgmode@gnu.org; Wed, 27 Feb 2013 11:59:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UAkL5-0001ye-NF for emacs-orgmode@gnu.org; Wed, 27 Feb 2013 11:59:01 -0500 Received: from plane.gmane.org ([80.91.229.3]:40691) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAkL5-0001wP-GW for emacs-orgmode@gnu.org; Wed, 27 Feb 2013 11:58:43 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UAkLG-0000Dz-IF for emacs-orgmode@gnu.org; Wed, 27 Feb 2013 17:58:54 +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 ; Wed, 27 Feb 2013 17:58:54 +0100 Received: from news1142 by mail.michael-prokop.at with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 27 Feb 2013 17:58:54 +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! 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 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 result graphics which did not happen before. Was there a change in the default settings or is this a bug? Thanks! -- Karl Voit