branch: elpa/toc-org
commit 9c5861ceeeeab12936439c06c702dd731953751b
Author: Sergei Nosov <[email protected]>
Commit: Sergei Nosov <[email protected]>
add parent group to fix compilation warning
---
org-toc.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/org-toc.el b/org-toc.el
index a51127fcf1..82630dc402 100644
--- a/org-toc.el
+++ b/org-toc.el
@@ -44,7 +44,8 @@
(defgroup org-toc nil
"org-toc is a utility to have an up-to-date table of contents
in the org files without exporting (useful primarily for readme
-files on GitHub)")
+files on GitHub)"
+ :group 'org)
;; just in case, simple regexp "^*.*:toc:\\($\\|[^ ]*:$\\)"
(defconst org-toc-org-toc-regexp
"^*.*:toc\\(@[0-9]\\|\\(@[0-9]@[a-zA-Z]+\\)\\)?:\\($\\|[^ ]*:$\\)"