Files
org/lightning-talk-org-mode/org-mode-demo.org
2019-10-07 10:39:34 +02:00

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]

  1. taks one Some notes on task one.
  2. task two
  3. 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

DONE crazy graphs

CLOSED: [2019-09-25 Wed 09:54]

digraph {
  Frontend -> ClassifierService;
  ClassifierService -> BrandwatchApi;
  ClassifierService -> ClassifierApi;
}

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

Feedback

Project C