Skip to content

Help adding back the '-add-pdf-to-library' functionality #522

Answered by apc
apc asked this question in Q&A
Discussion options

You must be logged in to vote

OK, I think I figured out what was missing. This seems to work now:

(use-package citar
  :bind (("C-c b" . citar-insert-citation)
         :map minibuffer-local-map
         ("M-b" . citar-insert-preset)
         :map citar-map
         ("a" . +citar-add-pdf-to-library))
  :after embark
  :init
  :custom
  (citar-bibliography '("~/bib/apcmain.bib"))
  (citar-library-paths '("~/Documents/Papers"))
  (citar-notes-paths '("~/org/notebook"))
  (org-cite-global-bibliography '("~/bib/apcmain.bib"))
  (org-cite-insert-processor 'citar)
  (org-cite-follow-processor 'citar)
  (org-cite-activate-processor 'citar)
  (citar-at-point-function 'embark-act)
  (citar-templates
      '((main . "${author e…

Replies: 2 comments 12 replies

Comment options

You must be logged in to vote
3 replies
@apc
Comment options

@bdarcus
Comment options

@apc
Comment options

Comment options

You must be logged in to vote
9 replies
@dschrempf
Comment options

@dschrempf
Comment options

@bdarcus
Comment options

@bdarcus
Comment options

@dschrempf
Comment options

Answer selected by bdarcus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants