jlumpe / ox-json

JSON export back end for Emacs Org mode
MIT License
80 stars 6 forks source link

Fix compilation warnings and a runtime error #2

Closed spacebat closed 4 years ago

spacebat commented 4 years ago

I was excited to see ox-json this morning but found that I could not use it for export due to a bug. Here's what I fixed, ox-json.el now compiles with no warnings on my system. Thanks for the code!

clarete commented 4 years ago

I just stumbled upon a bug while trying ox-json and I was happy to see that @spacebat got a PR ready to go! Thank you for that \o/ I can confirm it works!

jlumpe commented 4 years ago

Thanks for the PR! Do you mind sharing the error you were both getting?

jlumpe commented 4 years ago

Actually, I just took the time to re-familiarize myself with this code after not touching it for a couple of months. These fixes all look great.