-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error on inline code elements #8
Comments
Hi @tad-lispy, thanks for your interest in this package. Unfortunately at this point I do not have any plans to develop or maintain it further. I ultimately decided that org mode and Emacs are too much trouble and have switched to Obsidian for all my note taking needs. |
Ok. Thanks for the heads up. It is quite a lot of hassle sometimes. I guess someone else or I will have to fork it and take it from where you left off. Somewhat funny, I was in the middle of writing my update when I saw your response, so I hope you don't mind me leaving it here for future reference. Looks like the problem is related to the breaking changes introduced in Org Mode 9.7, which although not released yet, somehow found it's way into my Emacs.
The changes are described here: https://list.orgmode.org/874jnudps5.fsf@localhost/ The key seems to be getting the data from deferred nodes. |
In case anyone else is interested in this, here is my fork adapted to Org 9.7: https://gitlab.com/tad-lispy/ox-json. At the moment it's a hack, but it seems to be working. |
Well I got back into this a little just to convert my old library of notes to markdown, ended up taking the time to at least make a proper new release with all the changes since 0.2.0. Now that I've re-familiarized myself with it a bit I'll take a look into this. |
Hi! I'm experimenting with ox-json with the intention of exporting my Org documents for processing with external tools. Your package is very promising. Thanks you for the effort you put into it. Unfortunately I ran into a problem.
With this minimal Org document:
I'm getting this JSON in place of the inline code:
I'm using Doom Emacs.
Below is the whole pretty printed JSON document.
The text was updated successfully, but these errors were encountered: