emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Bug when opening agenda buffer (org-agenda-list)


From: Tim O'Callaghan
Subject: Re: [Orgmode] Bug when opening agenda buffer (org-agenda-list)
Date: Fri, 9 Feb 2007 10:36:50 +0100

On 07/02/07, Stephan Schmitt <address@hidden> 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]