Hi Scot,
The following regexp[1] was able to highlight the first two blocks for
me in this buffer
test.org
Description: Binary data
It would be nice if there was a way to only highlight the contents of
the blocks, rather than the blocks themselves, or if there was an easy
way to match both ca
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:
I have managed to do multiple-line fontification in Emacs (and I think in
org) using hi-lock mode:
M-x hi-lock-face-buffer RET
italic RET
But I can't for the life of me get that regex back which could span multiple
lines. I was sure I grouped '.' and the newline character somehow, but I
can't re
On May 12, 2009, at 3:38 PM, Julien Barnier wrote:
Hi,
And first of all, thanks to everybody for this really great piece of
work that org-mode is. I think I discover a new feature almost every
day. :-)
I've got one little question : is there a simple way to customize the
face of some «environ
Hi,
And first of all, thanks to everybody for this really great piece of
work that org-mode is. I think I discover a new feature almost every
day. :-)
I've got one little question : is there a simple way to customize the
face of some «environments» inside Emacs ? More precisely, I'd like to
make