diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-02-07 23:25:00 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-02-07 23:25:00 -0500 |
commit | 100e0b452319eb75c51b47bdac63c12768954cd4 (patch) | |
tree | 916536f54539d48be8fc8f533fd39a1c15e45fcf /bog.el | |
parent | 706cd9860da81161e68f3c5ac0e214abaf31d019 (diff) | |
download | bog-100e0b452319eb75c51b47bdac63c12768954cd4.tar.gz |
MNT: Limit Bog parent customization group to Org
Diffstat (limited to 'bog.el')
-rw-r--r-- | bog.el | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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]+\\)" |