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

Reply via email to