From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Salazar Subject: Re: block quotes in prose? Date: Sun, 24 Feb 2013 14:45:10 -0500 Message-ID: References: <87liaug81s.fsf@bzg.ath.cx> <87wqtz2tn9.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=e89a8fb1f8d087a70c04d67da960 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:33734) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9hVZ-00043q-EA for emacs-orgmode@gnu.org; Sun, 24 Feb 2013 14:45:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U9hVX-0000rm-NH for emacs-orgmode@gnu.org; Sun, 24 Feb 2013 14:45:13 -0500 Received: from mail-oa0-f51.google.com ([209.85.219.51]:63833) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9hVX-0000rR-Fk for emacs-orgmode@gnu.org; Sun, 24 Feb 2013 14:45:11 -0500 Received: by mail-oa0-f51.google.com with SMTP id h2so2219372oag.10 for ; Sun, 24 Feb 2013 11:45:10 -0800 (PST) In-Reply-To: <87wqtz2tn9.fsf@bzg.ath.cx> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: org-mode --e89a8fb1f8d087a70c04d67da960 Content-Type: text/plain; charset=ISO-8859-1 Excellent! Thank you so much! :-) On Sat, Feb 23, 2013 at 4:54 AM, Bastien wrote: > Hi Peter, > > Peter Salazar 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 > --e89a8fb1f8d087a70c04d67da960 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Excellent! Thank you so much! :-)


On= Sat, Feb 23, 2013 at 4:54 AM, Bastien <bzg@altern.org> wrote:<= br>
Hi Peter,

Peter Salazar <cycleofsong@gmai= l.com> writes:

> What about John Hendy's suggestion of find= ing a face I like, and then
> adding "^> text..." to the list of things org fontifies w= ith 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.')=A0
>
> Is this feasible?

Use this somewhere in your configuration:

=A0 (font-lock-add-keywords
=A0 =A0 =A0 =A0'org-mode '(("^\\(:+\\) " 1 (compose-regio= n=A0(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,

--
=A0Bastien

--e89a8fb1f8d087a70c04d67da960--