Ken Huang
Ken Huang
Hi, You can try to turn debugging on with the below snippet: ```elisp (setq pdf-info-epdfinfo-error-filename "/tmp/pdf-tools-epdfinfo.log" ; for the server process pdf-info-log t) ; in the elisp side ``` To...
segfault on my Fedora too. In fact, it will segfault everywhere without argument.
Thanks for this tip, but with the lastest package, the error remains. Here is the package on my fedora box: # dnf list installed openssl-libs openssl Installed Packages openssl.x86_64 1:1.1.0g-1.fc26...
This symbol is a macro in openssl v1.1.0: openssl-1.1.0g $ ag CRYPTO_num_locks CHANGES 11112: *) New function "CRYPTO_num_locks" that returns CRYPTO_NUM_LOCKS. include/openssl/crypto.h 220:# define CRYPTO_num_locks() (1) And a function in...
Hi Markus, I'm not sure what a typical heading hierarchy looks like for =org-anki-sync-all=. For me, I'd like to put all node headings at the same level in a org-mode...
Hi, For me, it's more likely to start a new first level heading dedicated for Anki cards in an existed org file, and then add second level headings as cards....
~~I'm afraid that there is no way for org-anki to be aware of the movement of notes in this case.~~ It's possible to glue these 3 operations: 1. delete from...
I think using a marker could also resolve #55 , as we can get the target buffer using `marker-buffer`.
P.S. I observed that it used `multi` action even if there was only one action inside while I was debugging, is it normal?
Hi Markus, I think maybe there are 3 ways to delete the markers: 1. Set the marker to nil on every succ and error callback, but it's cumbersome and hard...