yuchen-lea / org-media-note

Taking interactive notes when watching videos or listening to audios in org-mode.
GNU General Public License v3.0
243 stars 35 forks source link

Symbol’s function definition is void: bibtex-completion-get-value-by-key #14

Closed emacsbliss closed 3 years ago

emacsbliss commented 3 years ago

seems couldn't find this function in helm-bibtex.

I think this works for me:

         (entry (bibtex-completion-get-entry key))
         (formats (bibtex-completion-get-value "formats" entry))
emacsbliss commented 3 years ago

thanks for prompt fixing!

yuchen-lea commented 3 years ago

Oh no...I didn't notice that it use my own customized functions when I make this a seperate package. org-ref integration is just for my personal use at first. Thanks for pointing this out! Now that there're other people using org-ref integration, I will improve the doc about this 😂