On 07/02/07, Stephan Schmitt <[EMAIL PROTECTED]> 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.
_______________________________________________
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode