Skip to content

orb-insert

Compare
Choose a tag to compare
@myshevchuk myshevchuk released this 07 Nov 12:32

[0.4.0] - 2020-11-07

Added

  • orb-insert user command to insert links to bibliography notes. If a note does
    not exist, create it. Thanks to @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.

Changed

  • Internals of orb-edit-notes. The original function was split into two.
    Template pre-selection happens in orb--edit-notes, not in org-capture,
    which obviates the need to pre-format all the templates.

Fixed

  • 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.