Results 74 comments of Oleksii Shmalko
trafficstars

Also notice that #+TODO is not scoped to a heading but to a file (the doc calls them "file-local").

Do you necessarily need to preserve the original spelling? Would having an option in uniorg-stringify to select uppercase/lowercase spelling work for you? I'm just worrying that allowing any case would...

Just checked and the current behavior is also consistent with `org-elements` (the reference parser in emacs-lisp). Given the following org document: ```org #+test: blah ``` it produces the following AST:...

Yes, it's org syntax. is a radio target and [[a]] is a radio link. These are currently not implemented indeed

Hey @leoortizz. Increasing the timeout doesn't sound like a solution. It surely decreases the chance of failure but I still don't like that there is a 0.1% chance that it...

Thank you! Could you please reopen the issue meanwhile?

@leoortizz could you reopen or should I open a new issue?

I have applied the workaround locally (added esbuild to my dependencies), so I cannot comment on whether the issue has been fixed or not.

I no longer work on that project, so I cannot test. I looked through #7395 and it looks like it fixes the issue by removing timeout. The worrying catch[1] that...