mirror of
https://github.com/tomru/org.git
synced 2026-03-03 14:37:26 +01:00
1.6 KiB
1.6 KiB
Org-mode Demo
Project A
We do important stuff here, like digging into org-mode :P
TODO find a solution
TODO inline code
return Math.random();
TODO
identify the problem [3/3]
- taks one Some notes on task one.
- task two
- task three
TODO tag stuff exploration
TODO schedule/track
DEADLINE: <2019-10-04 Fri> SCHEDULED: <2019-09-27 Fri>
TODO tables
| task | estimate |
|---|---|
| store data | 5 |
| get data | 3 |
| show data | 3 |
| sum | 11 |
Project B
BUGS
Documentation
Goal
How it works
We got some series math going on here. Given the fact a user wants to do something really stupid, like tracking his daily workout sessions he could go crazy with a table.
| Date | Workout | Duration (min) |
|---|---|---|
| Mon Sep 16 | strech | 15 |
| Mon Sep 16 | run | 45 |
| Tue Sep 17 | yoga | 49 |
| Tue Sep 18 | swim | 25 |
| Tue Sep 18 | strech | 9.89 |
| Sum | 143.89 |
