zotxt-emacs
zotxt-emacs copied to clipboard
Hi again, Sorry for being a pest. I notice that `org-zotxt-insert-reference-links-to-items` explicitly adds a newline, and then moves point another line forwards. This is a bit awkward, as I'm using...
Hi, By default, zotero links have the `follow` parameter set to the function `org-zotxt--link-follow`. This doesn't do anything for me - pressing enter with point on a link, nothing happens....
Here are the steps to reproduce: 1. Create empty org file 2. Create heading "* Test heading" 3. `M-x org-zotxt-noter`, select PDF with contents/annotations 4. `M-x org-noter-create-skeleton` Nothing happens. Am...
see https://github.com/egh/zotxt-emacs/issues/16 Using ivy (at first) support selecting multiple citations and bulk inserting.
Windows 10, set up to use utf-8 with (set-language-environment "UTF-8"). When inserting a reference from zotero, the smart quotes are displayed as â\200\230 and â\200/231. I use the zotero better...
Is it possible to customize the format of strings inserted with `org-zotxt-insert-reference-link`? Or would it be possible for this function to call [Zotero's Quick Copy](https://www.zotero.org/support/creating_bibliographies) mechanism from within Emacs? That...
So I use the following code so that zotero:// links will show up in my html exports from org ``` emacs-lisp ; zotero link type ; this so that zotxt...