Open tad-lispy opened 1 year ago
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.
Org mode version 9.7 (9.7-??-e90a8a69a @ /home/tad/.config/emacs/.local/straight/build-29.1/org/)
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.