diff options
author | Kyle Meyer <kyle@kyleam.com> | 2015-09-04 23:28:51 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2015-09-04 23:28:51 -0400 |
commit | 043d10573c707128b186e3b6755c2bf9478010b6 (patch) | |
tree | 1b1a61d2d3d84f0bce721977a6c1de17cd652706 /NEWS | |
parent | d13639c25647c22379c0b98939ed016947caddd4 (diff) | |
download | bog-043d10573c707128b186e3b6755c2bf9478010b6.tar.gz |
bog-create-combined-bib: Add option to avoid prompt
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -2,11 +2,23 @@ * master (unreleased) +** New features + +- New option ~bog-combined-bib-ignore-not-found~ controls whether + ~bog-create-combined-bib~ prompts to continue when a citekey's bib + file is missing. With a prefix argument to + ~bog-create-combined-bib~, the meaning of this option is reversed. + ** Other changes - ~bog-search-notes~ and ~bog-search-notes-for-citekey~ now ignore any agenda restriction locks. +- In Dired, ~bog-create-combined-bib~ now always acts on the marked + files (or, if there are none, the one at point) regardless of the + prefix argument, which is no longer interpreted by + ~dired-get-marked-files~. + * v1.0.0 ** New features |