emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Bastien <bzg@altern.org>
To: Peter Salazar <cycleofsong@gmail.com>
Cc: org-mode <emacs-orgmode@gnu.org>
Subject: Re: block quotes in prose?
Date: Wed, 23 Jan 2013 13:44:18 +0100	[thread overview]
Message-ID: <877gn4rrvh.fsf@bzg.ath.cx> (raw)
In-Reply-To: <CAE+_6TwVDtqyqwp9NONoKdkuxdzr1gMag4zDrcBqhDQAVpS0aA@mail.gmail.com> (Peter Salazar's message of "Tue, 22 Jan 2013 19:13:32 -0500")

Hi Peter,

Peter Salazar <cycleofsong@gmail.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,

-- 
 Bastien

  parent reply	other threads:[~2013-01-23 12:44 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-23  0:13 block quotes in prose? Peter Salazar
2013-01-23  5:03 ` John Hendy
2013-02-05  4:10   ` Peter Salazar
2013-02-11 15:54     ` Bastien
2013-02-11 16:01       ` Sebastien Vauban
2013-02-16 20:27       ` Peter Salazar
2013-02-23  9:54         ` Bastien
2013-02-24 19:45           ` Peter Salazar
2013-01-23 12:44 ` Bastien [this message]
2013-01-24  6:36   ` Peter Salazar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=877gn4rrvh.fsf@bzg.ath.cx \
    --to=bzg@altern.org \
    --cc=cycleofsong@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).