emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* buffer-substring-filters again
@ 2007-01-25 21:33 Ed Hirgelt
  2007-01-26  9:55 ` Carsten Dominik
  0 siblings, 1 reply; 3+ messages in thread
From: Ed Hirgelt @ 2007-01-25 21:33 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 396 bytes --]

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.

[-- Attachment #1.2: Type: text/html, Size: 567 bytes --]

[-- Attachment #2: Type: text/plain, Size: 149 bytes --]

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

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

end of thread, other threads:[~2007-01-26 16:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-25 21:33 buffer-substring-filters again Ed Hirgelt
2007-01-26  9:55 ` Carsten Dominik
2007-01-26 16:09   ` buffer-substring-filters and emacs 21 Eric J Haywiser

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).