summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-13Bump versionv1.3.1Kyle Meyer
2018-01-12Typo fix and minor aestheticsBasil L. Contovounesios
Suggest the equivalent 'infty in place of nil for bibtex-autokey-titleword-length as per the variable's custom-type.
2018-01-12Minor optimisationsBasil L. Contovounesios
2018-01-12Touch-up regexpsBasil L. Contovounesios
Fix quoting; remove redundancies; and prefer bos and eos to bol and eol anchors, respectively, for filenames.
2017-11-26Merge branch 'bc/readme' [#6]Kyle Meyer
2017-11-26README.org: Quote bog-mode as a functionBasil L. Contovounesios
2017-11-26README.org: Fix grammarBasil L. Contovounesios
2017-11-26README.org: Update MELPA URLBasil L. Contovounesios
2016-11-09Bump versionv1.3.0Kyle Meyer
2016-10-24Add bog-clean-bib-hookKyle Meyer
2016-07-25bog-file-secondary-name: Use period instead of hyphenKyle 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-14bog-select-citekey: Add citekey history listKyle Meyer
2016-06-14bog-select-citekey: Require matchKyle Meyer
2016-06-13bog-file-ask-on-conflict: Remove bogus read-string argumentKyle Meyer
2016-05-23Add bog-citekey-format-allow-at optionKyle Meyer
2016-05-23bog-citekey-format: Clarify allowed boundariesKyle Meyer
2016-05-23Add quote to docstring variableKyle Meyer
2016-05-23bog-citekey-syntax-table: Inherit text-mode-syntax-tableKyle 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-23Use bog-fontify-non-heading-citekeys in non-Org buffersKyle Meyer
2016-05-23Specify syntax table around all citekey regexp usesKyle Meyer
2016-05-17Bump versionv1.2.0Kyle Meyer
2016-05-17Don't pass keymap to define-minor-modeKyle Meyer
2016-03-07Replace org-iread-file-name with read-file-nameKyle Meyer
The development version of Org (what will be 9.0) has marked org-iread-file-name as obsolete.
2016-03-06bog-citekey-tree-to-indirect-buffer: Use base-bufferKyle 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-06bog-citekey-tree-to-indirect-buffer: CosmeticsKyle Meyer
2016-03-06Add command to list orphan bibsKyle Meyer
2016-03-06Make cl-set-difference compatibility functionKyle Meyer
2016-03-04bog-clear-citekey-cache: Add all option to promptKyle Meyer
2016-03-04bog-clear-citekey-cache: Abort if cache is emptyKyle Meyer
2016-01-24Replace org-icompleting-read with completing-readKyle Meyer
The development version of Org (what will be 9.0) has marked org-icompleting-read as obsolete.
2016-01-24Add bog-dired-jump-to-citekey-file commandKyle Meyer
2016-01-24bog-combined-bib-ignore-not-found: Add package-versionKyle Meyer
2016-01-24Remove unneeded define-minor-mode keywordsKyle Meyer
2016-01-24Rely on implicit group for defcustom'sKyle Meyer
2016-01-24Explicitly bind nil-value for case-fold-searchKyle Meyer
2016-01-24Move a few functionsKyle Meyer
2016-01-23bog--with-citekey-cache: Use uninterned symbolKyle Meyer
2016-01-22Don't assume font-lock-ensure is definedKyle 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-20bog-list-orphan-citekeys: Fix sorting in Emacs 25Kyle Meyer
2016-01-20bog-clear-citekey-cache: Fix indentationKyle Meyer
2016-01-20bog-clear-citekey-cache: CosmeticsKyle Meyer
2016-01-17Bump versionv1.1.0Kyle Meyer
2016-01-17NEWS: Add headerKyle Meyer
2016-01-17bog-todo: Delete fileKyle Meyer
2016-01-06Update copyright yearsKyle Meyer
2016-01-06bog-tests.el: Rename some tests and macrosKyle Meyer
2016-01-06bog-tests.el: Fix some leftover concatsKyle Meyer
2015-12-30Add command to find files with no heading citekeyKyle Meyer
2015-12-30Add command to rename existing citekey fileKyle Meyer
2015-12-24.travis.yml: Disable emacs-snapshotKyle 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.