[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
org.el 4.10
From: |
Giorgos Keramidas |
Subject: |
org.el 4.10 |
Date: |
Wed, 15 Mar 2006 20:52:51 -0800 |
| @@ -5,7 +5,7 @@
| ;; Author: Carsten Dominik <dominik at science dot uva dot nl>
| ;; Keywords: outlines, hypermedia, calendar, wp
| ;; Homepage: http://www.astro.uva.nl/~dominik/Tools/org/
| -;; Version: 4.09
| +;; Version: 4.10
| ;;
| ;; This file is part of GNU Emacs.
| ;;
| [...]
| @@ -1739,10 +1742,11 @@
| :type 'boolean)
|
| (defface org-hide
| - '((((type tty) (class color)) (:foreground "blue" :weight bold))
| + '(
| + (((type tty) (class color)) (:foreground "white"))
| (((class color) (background light)) (:foreground "white"))
| (((class color) (background dark)) (:foreground "black"))
| -; (((class color) (background light)) (:foreground "grey90"))
| +; (((class color) (backgro6und light)) (:foreground "grey90"))
| ; (((class color) (background dark)) (:foreground "grey10"))
| (t (:inverse-video nil)))
| "Face used for level 1 headlines."
`backgro6und' looks like a typo in org.el 4.10, right?
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- org.el 4.10,
Giorgos Keramidas <=