All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Well, at least we try!
- Remove keybindigns in
org-roam-bibtex-mode-map
.
0.5.1 - 2021-05-07
- This is the last version of ORB that works with Org-roam v1. Future releases of ORB starting with v0.6 will work only with Org-roam v2 and will not be backwords compatible with ORB < v0.6. There will be no deprecation notices on functions and variables!
- Update README with the above notice.
- A basic setup for Eldev was added. No tests yet.
- Default keybindings for ORB commands were removed from
org-roam-bibtex-map
because they were non-essential conflicted with some other minor modes.
- Added Org-ref to
Package-Requires
declaration. - Issue a warning in
orb-process-file-field
instead of ignoring errors silently.
0.5.0 - 2021-03-17
- ORB PDF Scrapper export functionality was completely revisited. It can be now controlled by the user and allows for export of intermediate text and BibTeX data in addition to Org data. All the data can be exported into external files. There is also some preliminary key filtering when exporting BibTeX data to an existing bib file
- Save progress in ORB PDF Scrapper buffers using
C-x C-s
andC-x C-w
orb-pdf-scrapper-group-references
user option to control whether the references extracted by ORB PDF Scrapper should be sorted into different groups- ORB PDF Scrapper now supports different list styles including numbered lists
for Org output, see
orb-pdf-scrapper-list-style
andorb-pdf-scrapper-reference-numbers
for more details orb-pdf-scrapper-prompt-to-generate-keys
allows to suppress any (annoying) prompts asking to generate citation keys before proceeding to Org mode- New user option
orb-abbreviate-file-name
to force abbreviated file names retrieved byorb-process-file-field
, thanks @emacsbliss - ORB now automatically selects a template for capture if its the only one on the list.
- New issue and feature request templates for Github
- A link where you can buy me a coffee :)
Special thanks to @j-steinbach for the ideas of how to improve ORB PDF Scrapper and fruitful discussions on export, reference grouping and reference numbers!
orb-preformat-keywords
now supports only a list of strings, although cons cell values are supported for backward compatibility, they do not work as they used to previously.orb-bibtex-field-aliases
user option (former internalorb--virtual-fields-alist
) now controls the mapping between BibTeX (virtual) fields and ORB keywordsorb-file-field-extensions
now supports only a list of strings- README.md was split into a short README.md and a longer
orb-manual.org
- The main README file was revisited to clarify installation instructions
- Error messages in several places were improved
- Old variable names deprecated in v0.2 were removed
- The following symbols were marked as deprecated:
old | new |
---|---|
orb-insert-frontend |
orb-insert-interface |
orb-note-actions-frontend |
orb-note-actions-interface |
orb-pdf-scrapper-refsection-headings |
orb-pdf-scrapper-grouped-export |
orb-pdf-scrapper-export-fields |
orb-pdf-scrapper-table-export-fields |
- File layout of
org-roam-bibtex
package:orb-note-actions.el
was merged withorg-roam-bibtex.el
,ivy
andhelm
-related functions were isolated into separate files - Updated copyright year to 2021
- Other internal refactoring
- Buggy behaviour of
orb-process-file-field
, thanks @PhDyellow - Performance issue in
ivy-bibtex
andhelm-bibtex
caused by database queries inorb-find-note-file
, thanks to @MichielCottaar for pointing this out. Thanks to @cdlm for fixing another bug inorb-find-note-file
that was introduced when the previous bug was fixed - Buggy behaviour of
orb-edit-notes
in some case due to a typo, thanks @brabalan - Consistent formatting between Org headings in ORB PDF Scrapper export
- Maintenance badge in the README, thankgs @cdlm
0.4.0 - 2020-11-07
-
orb-insert
user command to insert links to bibliography notes. If a note does not exist, create it. Thanks @garrettdreyfus for the idea! -
user options associated with
orb-insert
:orb-insert-frontend
,orb-insert-follow-link
,orb-insert-link-description
,orb-insert-generic-candidates-format
. -
user option
orb-use-as-slug
to allow for specifying what should be used to expand the ${slug} keyword in templates. -
Default keybindings for
orb-insert
,orb-insert-non-ref
,orb-find-file-non-ref
,orb-note-actions
.
- Internals of
orb-edit-notes
. The original function was split into two. Template pre-selection happens inorb--edit-notes
, not inorg-capture
, which obviates the need to pre-format all the templates.
- Fix typo in
orb--autokey-format-field
leading to the function's incorrect behaviour in some cases. - Fix behaviour
orb-edit-notes
throwing an error when the BibTeX field "file" was not present.
0.3.1 - 2020-10-05
-
Smart ${file} and %^{file} wildcards If
orb-process-file-keyword
is non nil, process these wildcards withorb-process-file-field
. This allows to use${file}
instead of more verbose(orb-process-file-field \"${citekey}\")
in templates -
Only the files whose extensions match those specified in
orb-file-field-extensions
will be returned byorb-process-file-field
or all if this variable is nil. -
Functions listed
orb-ignore-bibtex-store-link-functions
will be forced to return nil during note taking with ORB, e.g. viaorg-ref
interface. This has been introduced to achieve a better user experience withorg-ref
, which causes two functions, nativeorg-ref-bibtex-store-link
andol-bibtex
'org-bibtex-store-link
to be defined at runtime. With two functions,org-capture
cannot decide which one to use and annoyingly prompts to choose one every timeorg-capture
is initiated from a BibTeX buffer
- Respect
org-roam-title-to-slug-function
, thanks to @Wetlize - Remove
org-roam--with-template-error
, which was removed from Org Roam - Improve ORB PDF Scrapper training session messages
- Broken link to Spacemacs instructions
- Ensure Anystyle receives absolute file paths
0.3.0 - 2020-07-29
-
Feature: ORB PDF Scrapper
ORB PDF Scrapper is an Emacs interface to
anystyle
reference parser integrated into ORB. ORB PDF Scrapper interactive process can be conveniently accessed via ORB Note Actions. -
Feature: ORB Anystyle
ORB Anystyle is an Emacs Lisp wrapper for
anystyle
command line program that allows to conveniently supply arguments and callanystyle
from Emacs Lisp programs. Its primary use is within ORB PDF Scrapper but it can be used freely elsewhere. -
Feature: ORB Autokey
ORB Autokey allows to generate citation keys from BibTeX data. Currently, its primary use is within ORB PDF Scrapper but the functionality is independent of it and can be used elsewhere.
-
Improved documentation (README)
- Installation instructions for Spacemacs and Doom
- Documentation for Note Actions
- Help me section
- Internal organization of
org-roam-bibtex
files and file inter-dependencies towards a more modular approach - Changes following
org-roam
upstream developments
- A couple of minor bugs
0.2.3 - 2020-05-10
-
orb--replace-virtual-fields
andorb--virtual-fields-alist
for mappingbibtex-completion
virtual field names to more conventional words, namely these:("=type=" . "type") ("=key=" . "citekey") ("=has-pdf=" . "pdf?") ("=has-note=" . "note?")
From now on,
type
,citekey
,pdf?
andnote?
are recognized as aliases of, respectively,=type=
,=key=
,=has-pdf?
and=has-note=
inorb-preformat-keywords
. -
Throw an error if an
orb-preformat-keywords
element is neither a string nor a cons cell. -
Github funding badge
- No more no less: the upstream URL! We are now a legit brethren of the Org-Roam family.
helm-bibtex
not showing the note indicator becauseorb-find-note-file
wasn't adjusted to the upstream changes inorg-roam--get-ref-path-completions
0.2.2 - 2020-05-06
- CHANGELOG (this document)
- Video demonstration of how to use org-roam-bibtex!
- Save citekey note action
- Bug in hydra frontend for note actions
0.2.1 - 2014-05-03
- Defaults for
orb-preformat-keywords
- Fixed bugs in note actions
- Fixed other bugs
0.2.0 - 2020-05-03
- New feature: note actions. A single interactive dispatcher command
to perform useful commands in the notes buffer. The command displays
a predefined set of actions using one of: Emacs default
completing-read
, Emacs built-inido
, third-partyhelm
,ivy
orhydra
interfaces. User note actions can be installed.
- The package's namespace
org-roam-bibtex
was abbreviated toorb
. The old namespace is retained only for the variables and functions matching.+-mode.*
names.
org-roam-bibtex
namespace
0.1.0 - 2020-04-26
- And so the journey begins...
- Meaning that it looks like a package, behaves like a package and is packaged like a package! On MELPA.
- The package is meant to connect org-roam (note management) and helm-bibtex/bibtex-completion (bibtex management).
- Expand org-roam-capture-templates using bibtex-completion as a backend for retrieving bibliographic information associated with #+ROAM_KEY:, which is supposed to be a valid citation key in a bibtex file.
- org-roam-bibtex-mode: a minor mode that performs initial setup
- Filter function for org-roam-find-file to retrieve non-bibliographic notes (those that do not have #+ROAM_KEY:) and interactive user functions to use the filter.
- Find note function for bibtex-completion
- Find note function for org-ref
- A few more things
- And an excellent documentation!