emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] block quotes in prose?


From: Bastien
Subject: Re: [O] block quotes in prose?
Date: Sat, 23 Feb 2013 10:54:26 +0100
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux)

Hi Peter,

Peter Salazar <address@hidden> writes:

> What about John Hendy's suggestion of finding a face I like, and then
> adding "^> text..." to the list of things org fontifies with that
> style? ('In other words, add "^> text" regexp to the existing hunt
> for lines that start with #+ in order to get src code fontification
> applied.') 
>
> Is this feasible?

Use this somewhere in your configuration:

  (font-lock-add-keywords
       'org-mode '(("^\\(:+\\) " 1 (compose-region (match-beginning 1) 
(match-end 1) ?> ) nil)))

M-x org-mode RET in an org-mode buffer if you evaluate this sexp after
you visited the file, otherwise the change will not be visible.

HTH,

-- 
 Bastien



reply via email to

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