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




_______________________________________________
Emacs-orgmode mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to