emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug when opening agenda buffer (org-agenda-list)
@ 2007-02-07  9:14 Stephan Schmitt
  2007-02-09  9:36 ` Tim O'Callaghan
  0 siblings, 1 reply; 2+ messages in thread
From: Stephan Schmitt @ 2007-02-07  9:14 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-02-09  9:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-07  9:14 Bug when opening agenda buffer (org-agenda-list) Stephan Schmitt
2007-02-09  9:36 ` Tim O'Callaghan

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).