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: Wed, 23 Jan 2013 13:44:18 +0100
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux)

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]