Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-29 | Remove unnecessary backquote substitution | Kyle Meyer | |
2015-01-29 | bog-list-orphan-citekeys: Fix docstring typo | Kyle Meyer | |
2015-01-29 | bog-create-combined-bib: Correct variable name | Kyle Meyer | |
2015-01-29 | Replace old version of a renamed function | Kyle Meyer | |
These should have been updated with commit ecf7cb67ae95cbd5031ecea6600395453dda3621. | |||
2015-01-29 | Explicitly require cl | Kyle Meyer | |
This is already being pulled in by Org. | |||
2015-01-22 | bog-heading-citekeys-in{-wide}-buffer: Use -non-nil | Kyle Meyer | |
2015-01-21 | Add command bog-list-duplicate-heading-citekeys | Kyle Meyer | |
2015-01-21 | bog-list-orphan-citekeys: Turn on Bog | Kyle Meyer | |
2015-01-19 | Escape character in bog-citekey-format docstring | Kyle Meyer | |
2015-01-19 | bog-list-orphan-citekeys: Raise buffer | Kyle Meyer | |
2015-01-19 | bog-create-combined-bib: Use pop-to-buffer | Kyle Meyer | |
2015-01-19 | Use erase-buffer instead of delete-region | Kyle Meyer | |
2015-01-11 | Decouple Bog search from Org agenda | Kyle Meyer | |
Previously, using bog-search-notes and bog-search-notes-for-citekey clobbered the existing agenda buffer. Make these commands output to a Bog-specific buffer and take care to restore org-lprops after executing. Unfortunately, this still relies heavily on Org agenda internals, but I don't see an obvious way around this. | |||
2015-01-11 | Rewrite bog-all-citekeys | Kyle Meyer | |
2015-01-11 | Reword some docstrings | 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-13 | Prefer 'citekeys' to 'refs' as variable name | Kyle Meyer | |
2014-12-11 | Add function to get citekeys in buffer | Kyle Meyer | |
2014-12-11 | bog-heading-citekeys-in-buffer: Fix docstring | Kyle Meyer | |
2014-12-11 | Add command to list orphan citekeys | Kyle Meyer | |
2014-12-11 | bog-heading-citekeys-in-file: Remove unneeded setq | Kyle Meyer | |
2014-12-11 | bog-citekeys-in-file: Don't load Org mode | 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 | Fix specification of defcustom variables | Kyle Meyer | |
- Fix a few places where the group or type was missing. - Use 'directory' or 'file' instead of 'string' when appropriate. | |||
2014-12-11 | Clarify bog-citekey-file-name-separators docstring | 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-10 | Modify bog-citekey-format docstring | Kyle Meyer | |
2014-12-10 | Remove leading digits from bog-citekey-format | Kyle Meyer | |
I originally allowed leading digits to account for a case where a consortium's name started with a number. However, looking back at this, I don't think it makes sense to change the default format for such a rare case. | |||
2014-12-10 | Make all citekey searches case-sensitive | Kyle Meyer | |
While this was implied in the docstring of `bog-citekey-format', it wasn't actually true. | |||
2014-12-10 | Fix case typos in example bib | Kyle Meyer | |
2014-12-09 | bog-citekey-p: Return string-match-p result directly | Kyle Meyer | |
2014-12-09 | Replace some when's with and's | Kyle Meyer | |
2014-12-08 | Avoid ambiguous use of 'notes' | Kyle Meyer | |
In general, 'notes' are used to refer to Org file in `bog-note-directory'. Rename `bog-citekey-from-notes' (and related selection functions), which refer to the context around the point in an Org file, not the collection of note files. | |||
2014-12-08 | Refer to notes consistently | Kyle Meyer | |
2014-12-07 | Use '/' after directory names | Kyle Meyer | |
2014-12-07 | Cancel TODO | Kyle Meyer | |
2014-12-07 | Update commander for upstream changes | Kyle Meyer | |
See Projectile commit 2fd7ec96465aea135ff9017ce7f2001f870f7765. | |||
2014-12-07 | Add notes example | Kyle Meyer | |
2014-12-07 | Remove invisible/autosave files from notes list | Kyle Meyer | |
2014-12-07 | bog-notes-files: Correct docstring | Kyle Meyer | |
2014-12-07 | Follow Emacs convention for spacing after periods | Kyle Meyer | |
2014-11-27 | Add MELPA badge | Kyle Meyer | |
2014-11-27 | Set up Travis CI | Kyle Meyer | |
Thanks to Renan Ranelli for setting up the tests to run from the command line (PR #4) and for providing the .travis.yml file. | |||
2014-11-27 | Remove mode variable from README | Kyle Meyer | |
After rename from 'README' to 'README.org' [1], this is no longer useful [1] 060e5d1997b32f646a95419924dd41fd7bf6d9b7 | |||
2014-11-24 | Merge pull request #3 from rranelli/master | Kyle Meyer | |
Rename README to README.org | |||
2014-11-24 | Don't believe org-up-heading-safe (yet) | Kyle Meyer | |
In Org mode 8.2.10 (built-in version with Emacs 24.4), this function will still throw an error if it is before the first heading. This was fixed in Org mode commit 9ba9f916e87297d863c197cb87199adbb39da894. | |||
2014-11-24 | Merge pull request #4 from rranelli/tests-with-makefile | Kyle Meyer | |
Before merging, Makefile code specific for maven-test-mode was removed. | |||
2014-11-24 | Add Makefile and test target | renan-ranelli | |