Ramon Diaz-Uriarte
Ramon Diaz-Uriarte
Thanks, but it doesn't work. ```elisp Debugger entered--Lisp error: (error "epdfinfo: No such page 0") error("epdfinfo: %s" "No such page 0") pdf-info-query(pagesize "/home/ramon/Downloads/file1.pdf" nil) pdf-info-pagesize(nil) pdf-cache-pagesize(nil) pdf-view-desired-image-size() pdf-cache--prefetch-start(#) apply(pdf-cache--prefetch-start #)...
Should I try that change in addition to https://github.com/vedang/pdf-tools/issues/310#issuecomment-2572488191 , or instead of?
It works! Just the last change (https://github.com/vedang/pdf-tools/issues/310#issuecomment-2580995373) but also the last change plus any one of the two previous attempts ( https://github.com/vedang/pdf-tools/issues/310#issuecomment-2572488191 and https://github.com/vedang/pdf-tools/issues/310#issuecomment-2571682556 ).
I find that line confusing or ambiguous, just simply for the very first expression: Using what I think is a common definition of Jacobian (e.g., Scardapane, 2024, "Alice’s Adventures in...
Similar to the first question: if I add to `gptel-directives` an entry like ```elisp (setopt gptel-directives '((default . ....) (my-directiveA . "blablabla") ....))) ``` how can I make newly created...
Thanks a lot. I'll keep modifying `gptel-directives`. Since you mention > `(setf (alist-get 'default gptel-directives) "blablabla")` is there any benefit compared to `setopt` or `:custom`? Is that a better option...
Out of curiosity: do you have a pdf and note where this happens? I've never experienced this, and wanted to make sure I understood before adding your changes to my...
What is the status of this? I'd like to be able to filter using the name of my Zotero collections (which are exported as "groups" by BBT) and thought this...
Oh, sorry, I misread the PR then. And I also missed that I needed to modify the template. That was it!!! Thanks a lot!!! And sorry for this (there are...
For others that might search for this, I've added an entry to the wiki: https://github.com/emacs-citar/citar/wiki/Searching-using-Zotero's-collections I wasn't sure where to place or if it is placed correctly. Of course, feel...