Marc Baaden

Results 5 comments of Marc Baaden

Same observed here, yet trying to reproduce it voluntarily fails.. In my case the dialog panel remained open quite a while before I tried to press cancel. The debug log...

In Monterey, you even cannot select the rider2emacs binary, it restricts you to Applications with .app extension. That can be worked around by creating a pseudo-app wrapping the binary via...

For what it's worth, here the little bash shell script I wrapped into an application, so you get at least the possibility to open source code files, even though not...

Here are the two files I modified to achieve what I wanted. [LinkParsing.zip](https://github.com/novoid/lazyblorg/files/14519874/LinkParsing.zip) An example org file would have eg ``` :PROPERTIES: #+LINK: lb-readme-w https://github.com/novoid/lazyblorg/blob/master/README.org #+LINK: general-el-git-w https://github.com/noctuid/general.el :END: ```...

Thank you. I have now been working on this. I implemented error checking as you suggested with critical stop if there are inconsistencies. A `LINKDEFS_STRICT_CHECKING` boolean allows to raise an...