chenyanming / calibredb.el

Emacs calibre client - An Ebook Management Solution in Emacs.
GNU General Public License v3.0
323 stars 17 forks source link

is there a way to mention calibre file in org file? #33

Closed newusername2022 closed 3 years ago

newusername2022 commented 3 years ago

New to emacs/org here, found this awesome calibre client, thanks for creating this! This maybe a little off topic. But I'm wondering if there's a way to mention calibre books (by their id/title) when I'm outside of M-x calibredb using orgmode? For example when I'm writing a journal, I would want to include what I've read today and some thoughts. This could be helpful.

chenyanming commented 3 years ago

You can use develop branch which has org link support before releasing new version.

In *calibresb-search* buffer, press y y to copy, then paste to any org files.

Please notice, you need to (require 'calibredb) once before clicking the org link.

chenyanming commented 3 years ago

I guess the new version 2.9.0 already implemented this feature. Feel free to close it.

newusername2022 commented 3 years ago

Got it! Thank you very much.