summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Davison <davison@stats.ox.ac.uk>2010-03-31 13:16:08 -0400
committerDan Davison <davison@stats.ox.ac.uk>2010-03-31 13:16:08 -0400
commit79fa926af3bab9038cb15b572217e1af774f6824 (patch)
tree881dd5315d93fa45f58f6568722e5b4b4041a441
parent18a1f8e98aa0b8b844952a2fb1e90c525af0f2f3 (diff)
downloadorg-mode-79fa926af3bab9038cb15b572217e1af774f6824.tar.gz
Change Customize group name.
Change Customize group variable name from org-font-lock to org-appearance, and change group tag from "Org Font Lock" to "Org Appearance".
-rwxr-xr-xlisp/ChangeLog19
-rw-r--r--lisp/org-faces.el2
-rw-r--r--lisp/org.el28
3 files changed, 34 insertions, 15 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 23e2426..6c65e1f 100755
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,22 @@
+2010-03-31 Dan Davison <davison@stats.ox.ac.uk>
+
+ * org.el (org-appearance): Change Customize group variable name
+ from org-font-lock to org-appearance, and change tag from "Org
+ Font Lock" to "Org Appearance"
+ (org-odd-levels-only): Change Customize group variable name
+ (org-level-color-stars-only): Change Customize group variable name
+ (org-hide-leading-stars): Change Customize group variable name
+ (org-hidden-keywords): Change Customize group variable name
+ (org-fontify-done-headline): Change Customize group variable name
+ (org-fontify-emphasized-text): Change Customize group variable name
+ (org-fontify-whole-heading-line): Change Customize group variable name
+ (org-highlight-latex-fragments-and-specials): Change Customize group variable name
+ (org-hide-emphasis-markers): Change Customize group variable name
+ (org-emphasis-alist): Change Customize group variable name
+ (org-emphasis-regexp-components): Change Customize group variable name
+
+ * org-faces.el (org-faces): Change Customize group variable name
+
2010-03-29 Carsten Dominik <carsten.dominik@gmail.com>
* org-agenda.el (org-diary-last-run-time): New variable.
diff --git a/lisp/org-faces.el b/lisp/org-faces.el
index 8ec7ce1..9407ab1 100644
--- a/lisp/org-faces.el
+++ b/lisp/org-faces.el
@@ -49,7 +49,7 @@
(defgroup org-faces nil
"Faces in Org-mode."
:tag "Org Faces"
- :group 'org-font-lock)
+ :group 'org-appearance)
(defface org-hide
'((((background light)) (:foreground "white"))
diff --git a/lisp/org.el b/lisp/org.el
index 08dcb68..fe12545 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -791,7 +791,7 @@ lines to the buffer:
#+STARTUP: odd
#+STARTUP: oddeven"
:group 'org-edit-structure
- :group 'org-font-lock
+ :group 'org-appearance
:type 'boolean)
(defcustom org-adapt-indentation t
@@ -2946,9 +2946,9 @@ Each cell is of the format \( \"option\" . \"package\" \)."
(string :tag "option")
(string :tag "package"))))
-(defgroup org-font-lock nil
- "Font-lock settings for highlighting in Org-mode."
- :tag "Org Font Lock"
+(defgroup org-appearance nil
+ "Settings for Org-mode appearance."
+ :tag "Org Appearance"
:group 'org)
(defcustom org-level-color-stars-only nil
@@ -2956,7 +2956,7 @@ Each cell is of the format \( \"option\" . \"package\" \)."
When nil, the entire headline is fontified.
Changing it requires restart of `font-lock-mode' to become effective
also in regions already fontified."
- :group 'org-font-lock
+ :group 'org-appearance
:type 'boolean)
(defcustom org-hide-leading-stars nil
@@ -2972,7 +2972,7 @@ lines to the buffer:
#+STARTUP: hidestars
#+STARTUP: showstars"
- :group 'org-font-lock
+ :group 'org-appearance
:type 'boolean)
(defcustom org-hidden-keywords nil
@@ -2980,7 +2980,7 @@ lines to the buffer:
For example, add #+TITLE to this list in order to make the
document title appear in the buffer without the initial #+TITLE:
keyword."
- :group 'org-font-lock
+ :group 'org-appearance
:type '(set (const :tag "#+AUTHOR" author)
(const :tag "#+DATE" date)
(const :tag "#+EMAIL" email)
@@ -2991,30 +2991,30 @@ keyword."
Normally, only the TODO/DONE keyword indicates the state of a headline.
When this is non-nil, the headline after the keyword is set to the
`org-headline-done' as an additional indication."
- :group 'org-font-lock
+ :group 'org-appearance
:type 'boolean)
(defcustom org-fontify-emphasized-text t
"Non-nil means fontify *bold*, /italic/ and _underlined_ text.
Changing this variable requires a restart of Emacs to take effect."
- :group 'org-font-lock
+ :group 'org-appearance
:type 'boolean)
(defcustom org-fontify-whole-heading-line nil
"Non-nil means fontify the whole line for headings.
This is useful when setting a background color for the
org-level-* faces."
- :group 'org-font-lock
+ :group 'org-appearance
:type 'boolean)
(defcustom org-highlight-latex-fragments-and-specials nil
"Non-nil means fontify what is treated specially by the exporters."
- :group 'org-font-lock
+ :group 'org-appearance
:type 'boolean)
(defcustom org-hide-emphasis-markers nil
"Non-nil mean font-lock should hide the emphasis marker characters."
- :group 'org-font-lock
+ :group 'org-appearance
:type 'boolean)
(defvar org-emph-re nil
@@ -3095,7 +3095,7 @@ body-regexp A regexp like \".\" to match a body character. Don't use
newline The maximum number of newlines allowed in an emphasis exp.
Use customize to modify this, or restart Emacs after changing it."
- :group 'org-font-lock
+ :group 'org-appearance
:set 'org-set-emph-re
:type '(list
(sexp :tag "Allowed chars in pre ")
@@ -3121,7 +3121,7 @@ characters, the face to be used by font-lock for highlighting in Org-mode
Emacs buffers, and the HTML tags to be used for this.
For LaTeX export, see the variable `org-export-latex-emphasis-alist'.
Use customize to modify this, or restart Emacs after changing it."
- :group 'org-font-lock
+ :group 'org-appearance
:set 'org-set-emph-re
:type '(repeat
(list