Hey there!
I'm very happy to see someone work on a stand-alone org implementation. I've wanted to be able to generate org-mode to HTML in CI for ages, but running emacs in CI can be a real pain.
Unfortunately this project doesn't seem to handle #+INCLUDE: directives yet (I'm not very well versed in what exactly this is called in org... I had a look at the code but couldn't really figure out an obvious place to add it.
Did you already have plans on adding this? If not, could you give me some pointers as to where you'd add this feature? I found the parser code kinda hard to navigate (I'm mostly used to nom parsers...)
Cheers!
Hey there!
I'm very happy to see someone work on a stand-alone org implementation. I've wanted to be able to generate org-mode to HTML in CI for ages, but running emacs in CI can be a real pain.
Unfortunately this project doesn't seem to handle
#+INCLUDE:directives yet (I'm not very well versed in what exactly this is called in org... I had a look at the code but couldn't really figure out an obvious place to add it.Did you already have plans on adding this? If not, could you give me some pointers as to where you'd add this feature? I found the parser code kinda hard to navigate (I'm mostly used to
nomparsers...)Cheers!