diff --git a/parse_orgmode_to_json.mjs b/parse_orgmode_to_json.mjs index 27348f7..123ceba 100644 --- a/parse_orgmode_to_json.mjs +++ b/parse_orgmode_to_json.mjs @@ -65,7 +65,8 @@ let task = { corpus: "", state: "", tags: [], - tagsInherited: [], + children: [], // TODO list children tasks with a reference to the parent when level is superior to previous task + tagsInherited: [], // TODO inherit tags dates: {}, logbook: {}, properties: {},