nobiot
nobiot
Thank you. Do you need to do something to get winget working? Or every Windows 11 installation comes with it?
Okay, thank you. I’ll see if I have it. If it works, I’ll consider switching over. I’d also see if this way works for pdf-tools (msys2 works).
is this the same as #2257?
Thank you. No no hook yet but happy to add one. Would you mind sharing your slightly modified version?
Would you mind testing the branch named "[hook](https://github.com/nobiot/org-remark/tree/hook)", please? As noted in the customizing documentation for `org-remark-open-hook`, the current-buffer should be the note's buffer -- so you don't need to...
I have a little bit of hard time to really reproduce the issue, but I think I got what you are doing -- I don't use `org-toggle-inline-images` often and every...
How about this solution? https://stackoverflow.com/questions/11670654/how-to-resize-images-in-org-mode/69339844#69339844 You should be able to add #+attr* before specific transclusion keywords
How about trying either of the hooks below? `org-export-before-parsing-hook` `org-export-before-processing-hook` I think you could either call `org-transclusion-add-all-in-buffer` or `org-transclusion-mode +1`, something along these lines?
Hmmm.. This seems to indicate that the function is not called, but the definition of it is. I don't know why that is the case -- it does not look...
Hi Uwe @ouboub For Org syntax, it's a [keyword](https://orgmode.org/worg/dev/org-syntax.html#Keywords); I don't think it can be a link at the same time. Nevertheless, you can click on the link part and...