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: Peter Salazar
Subject: Re: [O] block quotes in prose?
Date: Thu, 24 Jan 2013 01:36:11 -0500

This is awesome, thank you. I'll play around with it!


On Wed, Jan 23, 2013 at 7:44 AM, Bastien <address@hidden> wrote:
Hi Peter,

Peter Salazar <address@hidden> writes:

> 1. What's the best way to demarcate block quotes in org-mode?

(setq org-fontify-quote-and-verse-blocks t)

This uses the org-quote face, which inherits its properties from the
org-block face -- M-x customize-face RET org-quote RET to customize
the org-quote face.

> 2. It would also be cool to find a way to make bulleted lists appear
> in a different color if possible, or a workaround to simulate this.

You can play around with this

(highlight-regexp (org-item-re))

or

(highlight-regexp (org-item-re) 'org-quote)

or

(highlight-regexp org-list-full-item-re 'org-quote)

...

But this is hackish, temporary and half-satisfactory.

HTH,

--
 Bastien


reply via email to

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