pyorg.io module

Read (and write) org mode data from JSON and other formats.

pyorg.io.agenda_item_from_json(data)[source]

Parse an agenda item from JSON data.

Parameters:data (dict) –
Returns:
Return type:OrgAgendaItem
pyorg.io.org_node_from_json(data)[source]

Parse an org AST node from JSON data.

Returns:
Return type:OrgNode