Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-24 | Add bog-clean-bib-hook | Kyle Meyer | |
2016-07-25 | bog-file-secondary-name: Use period instead of hyphen | Kyle Meyer | |
A hyphen is considered a word character according to bog-citekey-syntax-table, which makes bog-list-orphan-files falsely recognize secondary files as orphans. This has been an issue since 0e685a3 (Specify syntax table around all citekey regexp uses, 2016-05-23). | |||
2016-06-14 | bog-select-citekey: Add citekey history list | Kyle Meyer | |
2016-06-14 | bog-select-citekey: Require match | Kyle Meyer | |
2016-06-13 | bog-file-ask-on-conflict: Remove bogus read-string argument | Kyle Meyer | |
2016-05-23 | Add bog-citekey-format-allow-at option | Kyle Meyer | |
2016-05-23 | bog-citekey-format: Clarify allowed boundaries | Kyle Meyer | |
2016-05-23 | Add quote to docstring variable | Kyle Meyer | |
2016-05-23 | bog-citekey-syntax-table: Inherit text-mode-syntax-table | Kyle Meyer | |
Org mode makes its syntax table modifications in the body of the define-derived-mode call. As a result, if bog-citekey-syntax-table inherits org-mode-syntax-table, bog-citekey-syntax-table will be different depending on whether the function org-mode has been called (which in most cases corresponds to whether an Org buffer has been visited). To avoid this, use text-mode-syntax-table directly, mirroring Org's modifications. | |||
2016-05-23 | Use bog-fontify-non-heading-citekeys in non-Org buffers | Kyle Meyer | |
2016-05-23 | Specify syntax table around all citekey regexp uses | Kyle Meyer | |
2016-05-17 | Bump versionv1.2.0 | Kyle Meyer | |
2016-05-17 | Don't pass keymap to define-minor-mode | Kyle Meyer | |
2016-03-07 | Replace org-iread-file-name with read-file-name | Kyle Meyer | |
The development version of Org (what will be 9.0) has marked org-iread-file-name as obsolete. | |||
2016-03-06 | bog-citekey-tree-to-indirect-buffer: Use base-buffer | Kyle Meyer | |
org-tree-to-indirect-buffer fails if it is called from the indirect buffer create by the previous org-tree-to-indirect-buffer call. Using the base-buffer to find the citekey heading avoids this error. Even if the error is fixed on Org's side, this change has the advantage of preventing the name from appending the indirect buffer name rather than the original note buffer's names. | |||
2016-03-06 | bog-citekey-tree-to-indirect-buffer: Cosmetics | Kyle Meyer | |
2016-03-06 | Add command to list orphan bibs | Kyle Meyer | |
2016-03-06 | Make cl-set-difference compatibility function | Kyle Meyer | |
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-06 | Update copyright years | 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-13 | bog-list-orphan-citekeys: Remove unused variable | 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 | 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-04 | Bump versionv1.0.0 | Kyle Meyer | |
2015-04-11 | bog-staged-files: Don't return backup files | Kyle Meyer | |