From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephan Schmitt Subject: Bug when opening agenda buffer (org-agenda-list) Date: Wed, 07 Feb 2007 10:14:53 +0100 Message-ID: <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 1HEitm-0006Nn-Bj for emacs-orgmode@gnu.org; Wed, 07 Feb 2007 04:15:30 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HEitk-0006Nb-BA for emacs-orgmode@gnu.org; Wed, 07 Feb 2007 04:15:29 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HEitk-0006NY-5W for emacs-orgmode@gnu.org; Wed, 07 Feb 2007 04:15:28 -0500 Received: from mail.cs.tu-berlin.de ([130.149.17.13]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HEitj-0000UM-MG for emacs-orgmode@gnu.org; Wed, 07 Feb 2007 04:15:28 -0500 Received: from mailhost.cs.tu-berlin.de (mail.cs.tu-berlin.de [130.149.17.13]) by mail.cs.tu-berlin.de (8.9.3p2/8.9.3) with ESMTP id KAA03369 for ; Wed, 7 Feb 2007 10:15:25 +0100 (MET) Received: from localhost (localhost [127.0.0.1]) by mailhost.cs.tu-berlin.de (Postfix) with ESMTP id 799A9F263 for ; Wed, 7 Feb 2007 10:15:25 +0100 (MET) Received: from mailhost.cs.tu-berlin.de ([127.0.0.1]) by localhost (mail.cs.tu-berlin.de [127.0.0.1]) (amavisd-new, port 10224) with ESMTP id 29133-27 for ; Wed, 7 Feb 2007 10:15:25 +0100 (MET) 15052 Received: from [130.149.24.75] (algieba.ni.cs.tu-berlin.de [130.149.24.75]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: drmabuse) by mailhost.cs.tu-berlin.de (Postfix) with ESMTP for ; Wed, 7 Feb 2007 10:15:25 +0100 (MET) 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 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)) best regards, stephan