mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2025-01-01 11:15:00 +00:00
Fix group name tag for org-indent
This commit is contained in:
parent
d70fb6fdba
commit
a42326f57b
@ -1,3 +1,7 @@
|
||||
2010-03-23 Carsten Dominik <carsten.dominik@gmail.com>
|
||||
|
||||
* org-indent.el (org-indent): Fix group name.
|
||||
|
||||
2010-03-21 Carsten Dominik <carsten.dominik@gmail.com>
|
||||
|
||||
* org-table.el (org-table-goto-column): Fix forcing a non-existing
|
||||
|
@ -38,7 +38,7 @@
|
||||
|
||||
(defgroup org-indent nil
|
||||
"Options concerning dynamic virtual outline indentation."
|
||||
:tag "Org Structure"
|
||||
:tag "Org Indent"
|
||||
:group 'org)
|
||||
|
||||
(defconst org-indent-max 40
|
||||
|
Loading…
Reference in New Issue
Block a user