Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-17 | Add option to store citekey files in subdirectories | Kyle Meyer | |
2015-01-30 | Add command bog-open-citekey-link | Kyle Meyer | |
This allows any link under a citekey heading to be opened, not just the first. | |||
2015-01-29 | Add command bog-jump-to-topic-heading | Kyle Meyer | |
2015-01-29 | Add NEWS entry for bog-list-duplicate-heading-citekeys | Kyle Meyer | |
2014-12-13 | Extend goto functions to support citekey properties | Kyle 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-13 | Support creating combined bib from multiple files | Kyle 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-11 | Add command to list orphan citekeys | Kyle Meyer | |
2014-12-11 | Make citekey groups for web search customizable | Kyle Meyer | |
2014-12-11 | Add commands bog-{next,previous}-non-heading-citekey | Kyle Meyer | |
2014-12-11 | Anchor and restrict citekey regular expression | Kyle Meyer | |
Limit the characters that are allowed in the citekey to letters, digits, underscores, and hyphens. This allows the citekey to be treated as a word (temporarily expanding word constituents to include underscore and hyphen), as opposed to explicitly specifying the characters that can come before a citekey. | |||
2014-12-08 | Refer to notes consistently | Kyle Meyer | |
2014-12-07 | Follow Emacs convention for spacing after periods | Kyle Meyer | |
2014-11-23 | Add command to open first citekey heading link | Kyle Meyer | |
2014-11-23 | Expand some NEWS items | Kyle Meyer | |
2014-10-15 | Use cache for bog-all{-heading}-citekeys | Kyle Meyer | |
2014-05-07 | Fix typo in NEWS | Kyle Meyer | |
2014-05-07 | Add bog-citekey-tree-to-indirect-buffer | Kyle Meyer | |
2014-05-06 | Widen if needed in goto-heading functions | Kyle Meyer | |
Widen the buffer if the heading is outside the currently narrowed region. | |||
2014-05-01 | Add NEWS for Bog commander | Kyle Meyer | |
2014-05-01 | Add NEWS for new citekey selection behavior | Kyle Meyer | |
2014-05-01 | Changes item spacing in NEWS | Kyle Meyer | |
2014-04-26 | Generalize PDF functions to any file type | Kyle Meyer | |
2014-04-26 | Rename changelog.org to NEWS | Kyle Meyer | |