emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] buffer-substring-filters again


From: Ed Hirgelt
Subject: [Orgmode] buffer-substring-filters again
Date: Thu, 25 Jan 2007 13:33:54 -0800

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.
reply via email to

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