Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-23 | Add bog-citekey-format-allow-at option | Kyle Meyer | |
2016-05-17 | Bump versionv1.2.0 | Kyle Meyer | |
2016-03-06 | Add command to list orphan bibs | Kyle Meyer | |
2016-01-24 | Add bog-dired-jump-to-citekey-file command | Kyle Meyer | |
2016-01-17 | Bump versionv1.1.0 | Kyle Meyer | |
2016-01-17 | NEWS: Add header | Kyle Meyer | |
2015-12-30 | Add command to find files with no heading citekey | Kyle Meyer | |
2015-12-30 | Add command to rename existing citekey file | Kyle Meyer | |
2015-09-04 | bog-create-combined-bib: Add option to avoid prompt | Kyle Meyer | |
2015-08-13 | search: Ignore restriction locks | Kyle Meyer | |
2015-08-13 | NEWS: Use code tags | Kyle Meyer | |
2015-05-04 | Bump versionv1.0.0 | Kyle Meyer | |
2015-03-16 | Support highlighting citekeys in non-Org buffers | Kyle Meyer | |
2015-03-16 | Replace commander with prefix map | Kyle Meyer | |
2015-03-06 | Remove bog-goto-citekey-heading-in-buffer | Kyle Meyer | |
This command wasn't too useful because, within a buffer, a citekey heading can easily be jumped to with the standard org-goto interface. Also, bog-goto-citekey-heading-in-notes will check the current file first, so it behaves the same as bog-goto-citekey-heading-in-buffer, except that it prompts with all citekeys instead of just those in the current buffer. Because a prompt limited to citekeys from the current buffer can be useful, make this prompt available with a double C-u. | |||
2015-02-17 | Add view mode for Bog | Kyle Meyer | |
2015-02-17 | Use regexp for bog-citekey-file-name-separators | Kyle Meyer | |
Use regular expression to specify separators. This allows more flexibility in customizing citekey file names and is easily fed to directory-files. | |||
2015-02-17 | Expand NEWS entry | Kyle Meyer | |
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 | |