summaryrefslogtreecommitdiff
path: root/bog-todo
AgeCommit message (Collapse)Author
2015-05-04Bump versionv1.0.0Kyle Meyer
2014-12-13Extend goto functions to support citekey propertiesKyle Meyer
bog-goto-citekey-heading-in-buffer gives preference to citekeys as heading titles over citekeys as properties. The order of preference for bog-goto-citekey-heading-in-notes is the citekey as a heading title in the current buffer, the citekey as a property in the current buffer, the citekey as heading title in notes, and, finally, the citekey as property in notes.
2014-12-13Support creating combined bib from multiple filesKyle Meyer
Before, bog-create-combined-bib only collected citekeys from a single buffer. Extend it so that it also works with marked files in Dired. In addition - Rename combined bib buffer so that it includes "Bog" in the name. - Offer to skip missing bib files instead of failing. - Remove bog-collect-references and bog-collect-unique-references, which overlap with the newer bog-citekeys-in-buffer [1] and should have been removed when that function was added. [1] ce74785920d6234072eb2ebef63bd140a25534c2
2014-12-11Add command to list orphan citekeysKyle Meyer
2014-12-07Cancel TODOKyle Meyer
2014-12-07Follow Emacs convention for spacing after periodsKyle Meyer
2014-11-24Add Makefile and test targetrenan-ranelli
2014-11-23Rename bog-todo.org to bog-todoKyle Meyer