Compare commits

..

No commits in common. "9ff38a3aa87d65c3a1721ad7553c4aff66360ffb" and "3985b4ba331fa97dfca354db80244d59d506f32a" have entirely different histories.

5 changed files with 2 additions and 10 deletions

1
.gitignore vendored
View File

@ -133,7 +133,6 @@ dist
output/*
sources/*.json
sources/tasks.json
sources/*.org
/scripts/all_tasks.org
/scripts/all.pdf
/scripts/all.tex

View File

@ -10,7 +10,7 @@ import moment from 'moment';
* initialize configs
**********************/
const sourceFileName = 'all_tasks.org'
const sourceFileName = 'demo_more.org'
const sourceFilePath = './sources/' + sourceFileName;
let headers = []
@ -65,8 +65,7 @@ let task = {
corpus: "",
state: "",
tags: [],
children: [], // TODO list children tasks with a reference to the parent when level is superior to previous task
tagsInherited: [], // TODO inherit tags
tagsInherited: [],
dates: {},
logbook: {},
properties: {},

View File

@ -1,6 +0,0 @@
#!/bin/bash
bash ./scripts/concat_org.sh
mv all_tasks.org > ./sources
node parse_orgmode_to_json.mjs
echo "et voilà"