From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Salazar Subject: Re: block quotes in prose? Date: Thu, 24 Jan 2013 01:36:11 -0500 Message-ID: References: <877gn4rrvh.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b10d17bd9070904d4030611 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:53692) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TyGQ5-0005c7-KP for emacs-orgmode@gnu.org; Thu, 24 Jan 2013 01:36:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TyGQ1-0006vz-4o for emacs-orgmode@gnu.org; Thu, 24 Jan 2013 01:36:17 -0500 Received: from mail-pb0-f47.google.com ([209.85.160.47]:52502) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TyGQ0-0006vu-UK for emacs-orgmode@gnu.org; Thu, 24 Jan 2013 01:36:13 -0500 Received: by mail-pb0-f47.google.com with SMTP id wz17so5215324pbc.6 for ; Wed, 23 Jan 2013 22:36:11 -0800 (PST) In-Reply-To: <877gn4rrvh.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 --047d7b10d17bd9070904d4030611 Content-Type: text/plain; charset=ISO-8859-1 This is awesome, thank you. I'll play around with it! On Wed, Jan 23, 2013 at 7:44 AM, Bastien wrote: > Hi Peter, > > Peter Salazar 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 > --047d7b10d17bd9070904d4030611 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable This is awesome, thank you. I'll play around with it!


On Wed, Jan 23, 2013 at 7:44 AM, Bastien <bzg@altern.or= g> wrote:
Hi Peter,

Peter Salazar <cycleofsong@gmai= l.com> 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,

--
=A0Bastien

--047d7b10d17bd9070904d4030611--