Skip to content

Latest commit

 

History

History
52 lines (42 loc) · 869 Bytes

org-mode-intro.org

File metadata and controls

52 lines (42 loc) · 869 Bytes

A first level headline

A second level headline

The content, italics, bold

Another one

abc
1.2.3.
4.

Something I want to do ASAP

  • State “DONE” from “TODO” [2020-09-03 Thu 15:12]

Something that i am late for

An appointement

<2020-09-04 Fri>

Code blocks

import numpy as np
a = np.arange(0,10,2)
return np.mean(a)
for file in $(ls)
do
    echo $file
done