diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-05-01 21:56:46 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-05-01 22:47:39 -0400 |
commit | 058b3a82ee42327fb86257949dca5cf4ab9ee1bd (patch) | |
tree | f6f3e5c8ffc02e7bd2f576b214f0eb415e96128a /bog-tests.el | |
parent | f2fe3d4946f5d6e3beacc47f72250c96ac2d5905 (diff) | |
download | bog-058b3a82ee42327fb86257949dca5cf4ab9ee1bd.tar.gz |
Citekey selection macros
Diffstat (limited to 'bog-tests.el')
-rw-r--r-- | bog-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bog-tests.el b/bog-tests.el index 42fab5c..0ce46ad 100644 --- a/bog-tests.el +++ b/bog-tests.el @@ -145,7 +145,7 @@ (insert "\n* top level\n\n** second\n\n") (org-mode) (show-all) - (should-error (bog-citekey-from-notes)))) + (should-not (bog-citekey-from-notes)))) ;;; File functions |