#+TITLE: Org-mode Demo * Project A We do important stuff here, like digging into org-mode :P ** TODO find a solution ** TODO inline code #+BEGIN_SRC js return Math.random(); #+END_SRC ** TODO identify the problem [3/3] 1. [X] taks one Some notes on task one. 2. [X] task two 3. [X] 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 | #+TBLFM: @5$2=vsum(@2..@-1) ** DONE crazy graphs CLOSED: [2019-09-25 Wed 09:54] #+BEGIN_SRC dot :file sample-graph.png digraph { Frontend -> ClassifierService; ClassifierService -> BrandwatchApi; ClassifierService -> ClassifierApi; } #+END_SRC #+RESULTS: [[file:sample-graph.png]] * 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 | #+TBLFM: @7$3=vsum(@2..@-1) *** Feedback * Project C