Firmin Martin
Firmin Martin
Maybe is the `identify` program's issue again? #1815
I just tried again in case I got any updates. The issue is still there (with djvu, didn't try with png) with the following environment: ``` $ identify --version Version:...
I just upgraded `react-scripts` to v5 and hit #68. For now, I added temporarily `global.Buffer = global.Buffer || require('buffer').Buffer;` in my codebase, but would appreciate this PR be merged to...
Installation with [quelpa-use-package](https://github.com/quelpa/quelpa-use-package): ```elisp (use-package elegance :quelpa (elegance :fetcher github :repo "rougier/elegant-emacs") :ensure t :config (require 'elegance) ;; depending on whether or not you want sanity.el (require 'sanity)) ```
That's a bit annoying because I have the following groups : ```emacs-lisp (:name "TODAY NEXT STEP" :and (:priority "A" :todo "NEXT")) (:name "TODAY LATER" :and (:priority
Thank you for your answer! I'll make my own selector then.
Just to clarify a bit, if one does not configure `org-pdftools-link-prefix`, then `org-pdftools-setup-link` activates the default prefix `pdf:`. So `pdftools:` won't work.
I just had a look at the source code, it does seem fairly easy to achieve. Will look if I got time before next year... Thanks for the quick reply.
Thank you. Yes, it would be useful/fundamental for some package like [vuiet](https://github.com/mihaiolteanu/vuiet) to be able to jump around in a playlist. This PR comes from a [misunderstanding](https://github.com/mihaiolteanu/vuiet/issues/48) that any command...
I fixed the code to reflect your suggestions. I wasn't able to test the case whenever `playlist-pos` returns `-1`, because I don't know exactly how to remove the `current` flag....