emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Stephan Schmitt
Subject: [Orgmode] Bug when opening agenda buffer (org-agenda-list)
Date: Wed, 07 Feb 2007 10:14:53 +0100
User-agent: Thunderbird 1.5.0.9 (X11/20061222)

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






reply via email to

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