From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Tim O'Callaghan" Subject: Re: Bug when opening agenda buffer (org-agenda-list) Date: Fri, 9 Feb 2007 10:36:50 +0100 Message-ID: <3d6808890702090136n1aabfb1ala22cb112e6847765@mail.gmail.com> References: <45C9988D.5090508@cs.tu-berlin.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HFSBb-0002EJ-Ct for emacs-orgmode@gnu.org; Fri, 09 Feb 2007 04:36:55 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HFSBY-0002DO-NL for Emacs-orgmode@gnu.org; Fri, 09 Feb 2007 04:36:54 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HFSBY-0002DB-ED for Emacs-orgmode@gnu.org; Fri, 09 Feb 2007 04:36:52 -0500 Received: from ug-out-1314.google.com ([66.249.92.168]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HFSBY-0001ML-3G for Emacs-orgmode@gnu.org; Fri, 09 Feb 2007 04:36:52 -0500 Received: by ug-out-1314.google.com with SMTP id j3so788793ugf for ; Fri, 09 Feb 2007 01:36:51 -0800 (PST) In-Reply-To: <45C9988D.5090508@cs.tu-berlin.de> Content-Disposition: inline List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Emacs-orgmode@gnu.org On 07/02/07, Stephan Schmitt wrote: > hello, > > i just downloaded org-mode 4.64 and > got an error when i tried to open > the org agenda buffer (C-c a a). > > i added line 12488 from version 4.63, > that fixed the problem: > > org-4.64 $ diff org.el org.el~ > 12488,12492c12488,12490 > < (when (boundp 'buffer-substring-filters) > < (org-set-local 'buffer-substring-filters > < (cons (lambda (x) > < (set-text-properties 0 (length x) nil x) x) > < buffer-substring-filters))) > --- > > (org-set-local 'buffer-substring-filters > > (cons (lambda (x) (set-text-properties 0 (length x) nil x) x) > > buffer-substring-filters)) > > Fixes the problem for me also. Are you running XEmacs? Tim.