This example Org file demonstrates the Org elements,
which are styled by org-modern
.
- [X] Write
org-modern
- [-] Publish
org-modern
- [ ] Fix all the bugs
- Dash
- Plus
- Asterisk
;; Taken from the well-structured Emacs config by @oantolin.
;; Take a look at https://github.com/oantolin/emacs-config!
(defun command-of-the-day ()
"Show the documentation for a random command."
(interactive)
(let ((commands))
(mapatoms (lambda (s)
(when (commandp s) (push s commands))))
(describe-function
(nth (random (length commands)) commands))))
taylor(sin(x),x=0,3)
printf("a|b\nc|d\n");
- [X] First
- [X] Second
- [X] Third
N | N^2 | N^3 | N^4 | sqrt(n) | sqrt[4](N) |
---|---|---|---|---|---|
2 | 4 | 8 | 16 | 1.4142 | 1.1892 |
3 | 9 | 27 | 81 | 1.7321 | 1.3161 |
N | N^2 | N^3 | N^4 | sqrt(n) | sqrt[4](N) |
2 | 4 | 8 | 16 | 1.4142 | 1.1892 |
3 | 9 | 27 | 81 | 1.7321 | 1.3161 |
| a | b | c | | a | b | c | | a | b | c |
Test numeric footnotes[fn:1] and named footnotes[fn:foo].
<<This is an internal link>>
<<<radio link>>>
radio link
[fn:1] This is footnote 1 [fn:foo] This is the foonote
- quotient [1/13]
- quotient [2/13]
- quotient [3/13]
- quotient [4/13]
- quotient [5/13]
- quotient [6/13]
- quotient [7/13]
- quotient [8/13]
- quotient [9/13]
- quotient [10/13]
- quotient [11/13]
- quotient [12/13]
- quotient [13/13]
- percent [0%]
- percent [1%]
- percent [2%]
- percent [5%]
- percent [10%]
- percent [20%]
- percent [30%]
- percent [40%]
- percent [50%]
- percent [60%]
- percent [70%]
- percent [80%]
- percent [90%]
- percent [100%]
- overflow [110%]
- overflow [20/10]