Justin Silverman

Results 68 comments of Justin Silverman

Update, there doesn't seem to be any issue when I add a breakpoint to the function and step through it. If history is any lesson, I am going to guess...

Just tested the new branch. Not sure if it fixes the issues but I will note that I am now getting the following error on starting emacs. ``` Error (use-package):...

Thanks this helps. Still having some issues with importing from doi. Here is a doi: 10.1038/s41576-021-00434-9 running `org-bib-new-from-doi` gives bibtex-end-of-entry: Wrong type argument: stringp, nil Thanks!

``` (pdf-drop-validate-doi "10.1038/s41576-021-00434-9") ``` output: t ``` (pdf-drop--bibtex-from-doi "10.1038/s41576-021-00434-9") ``` output: ``` " @article{2021, title={Navigating the pitfalls of applying machine learning in genomics}, volume={23}, ISSN={1471-0064}, url={http://dx.doi.org/10.1038/s41576-021-00434-9}, DOI={10.1038/s41576-021-00434-9}, number={3}, journal={Nature Reviews...

Ahhh... just realized, it does work if I have org-bib-mode active but it doesn't work when bound to a global key binding...

Yes (sorry for delay)

So here is a reproducible example with a reproducible example. Note my entire ebib configuration is the line `(use-package ebib)`. Create a new file `foo.bib` ``` @Article{george55:_why_boy_georg, journal = {Annals...

I think that would be a good idea to add. At least personally, here is my use case: I am an accademic with multiple graduate students each writing various papers....

So beyond `evil-tex--select-math` it seems like `evil-tex--select-delimiter` was also causing problems. I am not sure why but anywhere but it almost seems like (at least on my machine) evil-select-paren is...

Ok I am going to guess the issue seems to be related to this change in evil that occured in the past few weeks: https://github.com/emacs-evil/evil/pull/1673 Ses like they changed the...