From mboxrd@z Thu Jan 1 00:00:00 1970 From: david@adboyd.com (J. David Boyd) Subject: Re: Org-mode release 7.9.3 Date: Tue, 08 Jan 2013 12:02:53 -0500 Message-ID: <878v83li9u.fsf@adboyd.com> References: <878v83lxlw.fsf@bzg.ath.cx> <87zk0j8vym.fsf@adboyd.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:38741) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tsca7-0001jt-Hi for emacs-orgmode@gnu.org; Tue, 08 Jan 2013 12:03:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tsca6-00058W-A2 for emacs-orgmode@gnu.org; Tue, 08 Jan 2013 12:03:19 -0500 Received: from plane.gmane.org ([80.91.229.3]:47573) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tsca6-00058K-3g for emacs-orgmode@gnu.org; Tue, 08 Jan 2013 12:03:18 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TscaH-000878-Br for emacs-orgmode@gnu.org; Tue, 08 Jan 2013 18:03:29 +0100 Received: from 72.185.97.240 ([72.185.97.240]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 Jan 2013 18:03:29 +0100 Received: from david by 72.185.97.240 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 Jan 2013 18:03:29 +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 david@adboyd.com (J. David Boyd) writes: > Bastien writes: > >> Hi everyone, >> >> I just released 7.9.3, which is a bugfix release but not only: >> I tried hard to speed up the agenda generation, and I hope you >> will see some progress in this area. >> >> As a test, try (setq org-agenda-use-tag-inheritance nil) and >> see how your TODO agenda are doing... >> >> Details about this on the list of changes: >> http://orgmode.org/Changes.html#sec-1 >> >> You can get Org 7.9.3 by downloading the package here: >> >> http://orgmode.org/org-7.9.3.zip >> http://orgmode.org/org-7.9.3.tar.gz >> >> This will most probably be the version included in Emacs 24.3, >> which is still in pretest. >> >> I cannot insist enough: *thanks* to everyone who contributed >> to this release and who contributes actively to Org 8.0, we >> are making the Emacs world better! >> >> Cheers, > > Thanks for working so hard on this. > > Now however, I can't export my mobile-org data. It writes nothing to > my define mobile-org directory. I'll see if I can find some time to > dig into it a little deeper.. > > Dave Without knowing any elisp, one symptom I see is that while preparing the export, the status line says org-agenda-finalize: Buffer is read-only: # then the export stops. I've tried deleting the SUMO buffer, and running it again, but the same thing happens. If I go back to version 7.9.2, it works as it should... Dave