Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-04 | bog-clear-citekey-cache: Add all option to prompt | Kyle Meyer | |
2016-03-04 | bog-clear-citekey-cache: Abort if cache is empty | Kyle Meyer | |
2016-01-24 | Replace org-icompleting-read with completing-read | Kyle Meyer | |
The development version of Org (what will be 9.0) has marked org-icompleting-read as obsolete. | |||
2016-01-24 | Add bog-dired-jump-to-citekey-file command | Kyle Meyer | |
2016-01-24 | bog-combined-bib-ignore-not-found: Add package-version | Kyle Meyer | |
2016-01-24 | Remove unneeded define-minor-mode keywords | Kyle Meyer | |
2016-01-24 | Rely on implicit group for defcustom's | Kyle Meyer | |
2016-01-24 | Explicitly bind nil-value for case-fold-search | Kyle Meyer | |
2016-01-24 | Move a few functions | Kyle Meyer | |
2016-01-23 | bog--with-citekey-cache: Use uninterned symbol | Kyle Meyer | |
2016-01-22 | Don't assume font-lock-ensure is defined | Kyle Meyer | |
Fixes #5. Also, * Use font-lock-flush instead of font-lock-ensure, which wasn't removing Bog-related highlighting when turning off bog-mode. * Check that font-lock-mode is enabled before calling font-lock function. | |||
2016-01-20 | bog-list-orphan-citekeys: Fix sorting in Emacs 25 | Kyle Meyer | |
2016-01-20 | bog-clear-citekey-cache: Fix indentation | Kyle Meyer | |
2016-01-20 | bog-clear-citekey-cache: Cosmetics | Kyle Meyer | |
2016-01-17 | Bump versionv1.1.0 | Kyle Meyer | |
2016-01-17 | NEWS: Add header | Kyle Meyer | |
2016-01-17 | bog-todo: Delete file | Kyle Meyer | |
2016-01-06 | Update copyright years | Kyle Meyer | |
2016-01-06 | bog-tests.el: Rename some tests and macros | Kyle Meyer | |
2016-01-06 | bog-tests.el: Fix some leftover concats | 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-12-24 | .travis.yml: Disable emacs-snapshot | Kyle Meyer | |
org-agenda-prepare-buffers is broken in the Emacs repo (as of 3a5f751), but fixed in Org (44c8cd7). Disable the emacs-snapshot tests until Org is synced with Emacs. | |||
2015-12-13 | bog-list-orphan-citekeys: Remove unused variable | Kyle Meyer | |
2015-12-13 | Makefile: Simplify | Kyle Meyer | |
2015-09-18 | bog--prepare-bib-file: Set dialect | Kyle Meyer | |
Otherwise, if this has not already been done globally (e.g., by visiting a .bib file), bibtex-entry-head is not set and bibtex-valid-entry fails with a type error. | |||
2015-09-05 | goto-citekey-heading: Prefer current indirect buffer | Kyle Meyer | |
When in an indirect buffer for a file in bog-notes, jump to the heading in the indirect buffer instead of the base buffer. | |||
2015-09-05 | bog-goto-citekey-heading-in-notes: Cosmetics | Kyle Meyer | |
2015-09-05 | bog-{previous,next}-non-heading-citekey: Cosmetics | Kyle Meyer | |
2015-09-04 | Fix Emacs 25 compilation warnings | Kyle Meyer | |
2015-09-04 | bog-create-combined-bib: Add option to avoid prompt | Kyle Meyer | |
2015-09-04 | bog-create-combined-bib: Correct docstring | Kyle Meyer | |
2015-08-13 | bog-file-ask-on-conflict: Use base name in prompt | Kyle Meyer | |
2015-08-13 | search: Ignore restriction locks | Kyle Meyer | |
2015-08-13 | NEWS: Use code tags | Kyle Meyer | |
2015-08-13 | bog-citekey-p: Use string, not line, bounds | Kyle Meyer | |
2015-05-22 | Pass alists directly to completing-read | Kyle Meyer | |
Doh, I didn't know you could do that. Also, use assoc-string instead of assoc. | |||
2015-05-22 | README.org: Update link to Org-ref | Kyle Meyer | |
2015-05-22 | README.org: Fix grammar | Kyle Meyer | |
2015-05-04 | Bump versionv1.0.0 | Kyle Meyer | |
2015-04-11 | bog-staged-files: Don't return backup files | Kyle Meyer | |
2015-04-11 | Use rx to construct bog-citekey-format | 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-16 | Make context-functions check if in Org mode | Kyle Meyer | |
This will allow commands that use the context functions to work outside of Org. | |||
2015-03-16 | Autoload all commands in bog-mode-map | Kyle Meyer | |
2015-03-06 | Merge branch 'remove-notes-goto' | Kyle Meyer | |
2015-03-06 | Move bog-goto-citekey-heading-in-notes | Kyle Meyer | |
Join helper functions that used to be positioned near bog-goto-citekey-heading-in-buffer [1] with bog-goto-citekey-heading-in-notes helper functions. [1] 6baf69ba88998595940daab8896724ba430a4d2a | |||
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-03-06 | Avoid infinite recursion when exit Bog View mode | Kyle Meyer | |