Daniel Otto
Daniel Otto
I am experimenting with having pdf-tools links in anki that are clickable and allow you to open to a position in `pdf-tools`. The link format for these links is an...
I am trying to implement an 'incremental reading' system using `org-noter`, `org-brain` and `org-drill` (as well as Anki). Currently I read a given PDF, highlighting portions of the text I...
Hi lepisma, this config is really cool! It took me ages to realize I had to pare down to (mostly) just the config.el (I believe there is some org beatifying...
#### Description Attempting to install SuperMemoAssistant in a Wine prefix using Lutris. #### Expected behavior Be able to run SuperMemoAssistant.exe in a Wine prefix. The installer completes when the prefix...
I'm attempting to sort an `org-ql-search` by priority using numerical values instead of the default alpha system: ``` (org-ql-search (org-agenda-files) '(todo "TODO") :sort '(priority) :title "Todo List") ``` And at...
[Incrementally reading PDFs](https://www.masterhowtolearn.com/2019-08-06-supermemos-incremental-reading-explained/) would be a huge boon to many academics using Emacs (of which I believe there are many), and would bring us one step closer to an integrated...
https://github.com/fuxialexander/doom-emacs-private-xfu/blob/459407d4b05822c706513ee49d162750ec9a5611/modules/lang/org-private/autoload/org-babel.el#L20 If you used `(concat org-babel-noweb-wrap-start x org-babel-noweb-wrap-end "\n")` instead of hard-coding the syntax the command would respect file local variable settings for those cases where `""` would interfere with...
I'm trying to make use of the [org-transclusion](https://github.com/nobiot/org-transclusion) package, which allows one to include content from other org files via links. I was hoping to do this as a means...
I’m working to try and wrangle the x-windows of a wine program. I have some regexes that capture the `exwm-titles` and rename the buffers to what is seen below. As...
Is it possible to edit the `shrface` rendered card in its Emacs buffer and have the results write back to the Anki database?