pyorg icon indicating copy to clipboard operation
pyorg copied to clipboard

Agenda as Python object

Open holocronweaver opened this issue 2 years ago • 1 comments

First off, very cool project!

I would like to export org agenda as a Python object for use in a REST API web server.

It appears there was some limited support for exposing org agenda as a Python object, but it was removed. Is all agenda related functionality gone? I notice ox-json indicates agenda export as being TODO, so I am guessing this never worked, but wanted to double check.

I'm guessing to do this, ox-json would need to be updated to export agendas, then pyorg can be updated to restore the agenda class and make use of the output from the ox-json extension.

I'm willing to do the work myself if it is reasonably straightforward, but wanted to double check on my approach before starting.

holocronweaver avatar May 25 '22 03:05 holocronweaver

This is definitely something I would like to do, but I've been totally swamped with other stuff and unfortunately haven't had the time.

jlumpe avatar May 26 '22 00:05 jlumpe