summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-02-07 23:25:00 -0500
committerKyle Meyer <kyle@kyleam.com>2014-02-07 23:25:00 -0500
commit100e0b452319eb75c51b47bdac63c12768954cd4 (patch)
tree916536f54539d48be8fc8f533fd39a1c15e45fcf
parent706cd9860da81161e68f3c5ac0e214abaf31d019 (diff)
downloadbog-100e0b452319eb75c51b47bdac63c12768954cd4.tar.gz
MNT: Limit Bog parent customization group to Org
-rw-r--r--bog.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/bog.el b/bog.el
index b35b72b..67fe9c9 100644
--- a/bog.el
+++ b/bog.el
@@ -36,8 +36,7 @@
(defgroup bog nil
"Extensions for research notes in Org mode"
- :group 'tools
- :group 'convenience)
+ :group 'org)
(defcustom bog-citekey-format
"\\([0-9]*[a-z]+[-a-z]*\\)\\([0-9]\\{4\\}\\)\\([a-z]+\\)"