[Orgmode] Re: buffer-substring-filters again

2007-01-26 Thread Carsten Dominik

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



___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] buffer-substring-filters and emacs 21

2007-01-26 Thread Eric J Haywiser

On Fri, 26 Jan 2007, Carsten Dominik wrote:
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.


Actually, I had the buffer-substring-filters problem under
emacs 21.2.1 too.  A new download may also be required for emacs
pre 22 users.

The 4.63 with Ed's correction works for me.


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


Oops, my fix wasn't completely correct either



___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode