diff options
Diffstat (limited to 'lisp/org/org-faces.el')
-rw-r--r-- | lisp/org/org-faces.el | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lisp/org/org-faces.el b/lisp/org/org-faces.el index e5e779e11eb..d8524713340 100644 --- a/lisp/org/org-faces.el +++ b/lisp/org/org-faces.el @@ -6,7 +6,7 @@ ;; Author: Carsten Dominik <carsten at orgmode dot org> ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.33c +;; Version: 6.33x ;; ;; This file is part of GNU Emacs. ;; @@ -44,6 +44,7 @@ (copy-face old-face new-face) (if (fboundp 'set-face-doc-string) (set-face-doc-string new-face docstring))))) +(put 'org-copy-face 'lisp-indent-function 2) (defgroup org-faces nil "Faces in Org-mode." @@ -468,6 +469,11 @@ changes." :group 'org-faces :version "22.1") +(org-copy-face 'org-block 'org-quote + "Face for #+BEGIN_QUOTE ... #+END_QUOTE blocks.") +(org-copy-face 'org-block 'org-verse + "Face for #+BEGIN_VERSE ... #+END_VERSE blocks.") + (defface org-clock-overlay ;; copied from secondary-selection (org-compatible-face nil '((((class color) (min-colors 88) (background light)) |