summaryrefslogtreecommitdiff
path: root/bog-tests.el
AgeCommit message (Collapse)Author
2014-02-12BUG: Fix logic in citekey selectionKyle Meyer
`bog-citekey-action' should not try to select a citekey from the note context when ASK-FUNC returns non-nil.
2014-02-12TST: Remove use of obsolete `flet` in testsKyle Meyer
2014-02-06ENH: Allow citekeys to be propertiesKyle Meyer
Now citekeys can be taken either from properties or from headings. This provides greater compatibility with org-bibtex.el.
2014-02-06Reposition misplaced test headingKyle Meyer
2014-02-05Rename bog-citekey-headingKyle Meyer
New name, `bog-citekey-from-heading-title', provides a clearer indication of what it is doing.
2014-02-03Add function to create combined BibTeX fileKyle Meyer
2014-02-03Add function to rename and clean new BibTeX fileKyle Meyer
2014-02-03Add core citekey functionsKyle Meyer