Eric S. sent this to me :

>
> I use [^\000]+ for a multiline regexp (learned this from the org-mode
> code actually).  It seems to match pretty much everything.

In that case something like this should work as a regexp value for
M-x hi-lock-face-buffer:

^#\+BEGIN_QUOTE[^\000]+?\+END_QUOTE

face: italic

... should work, but it only matches the first time for me, not every
time as I would expect.

Scot


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to