2022-07-20 15:35:36 +02:00
|
|
|
# org-report-stats
|
|
|
|
|
2022-07-20 16:03:28 +02:00
|
|
|
Compte rendu html des tâches réalisées dans des fichiers Orgmode
|
|
|
|
|
|
|
|
# Prérequis
|
|
|
|
* une connaissance d'Orgmode
|
|
|
|
* un export json de vos tâches archivées (voir ox-json)
|
|
|
|
* mettre l'export json dans le dossier source
|
|
|
|
* avoir Nodejs version stable
|
|
|
|
|
|
|
|
# Utilisation
|
|
|
|
Lancer l'exécution du fichier app avec node, et consulter l'output html.
|
|
|
|
```bash
|
|
|
|
npm start
|
|
|
|
```
|