emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: buffer-substring-filters again


From: Carsten Dominik
Subject: [Orgmode] Re: buffer-substring-filters again
Date: Fri, 26 Jan 2007 10:55:47 +0100

Hi Ed,

thanks for looking into this. I have replaced the 4.63 release with a version that contains this fix. New download required for xemacs users.

- Carsten

On Jan 25, 2007, at 22:33, Ed Hirgelt wrote:

Oops, my fix wasn't completely correct either.  This one is and is less redundant although it doesn't keep with the spirit of org-set-local

  (org-set-local 'buffer-substring-filters
         (cons (lambda (x) (set-text-properties 0 (length x) nil x) x)
               (if (boundp 'buffer-substring-filters) buffer-substring-filters nil)))


--
Ed Hirgelt 

Life is too short to read bad books.

--
Carsten Dominik
Sterrenkundig Instituut "Anton Pannekoek"
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477





reply via email to

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