org modern test
Table of Contents
This example Org file demonstrates the Org elements,
which are styled by org-modern.
Task Lists [1/3]
DONE Write org-modern
TODO Publish org-modern
TODO Fix all the bugs
List Bullets
Dash
Plus
Asterisk
Timestamps
DRANGE: DRANGE: TRANGE: TIMESTAMP: DREPEATED: TREPEATED:
Blocks
;; 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");
Todo Labels and Tags
DONE Write org-modern
TODO Publish org-modern
WAIT Fix all the bugs
Priorities
DONE Most important
TODO Less important
CANCEL [#C] Not that important
Tables
| N | N2 | N3 | N4 | sqrt(n) | sqrt[4](N) |
|---|---|---|---|---|---|
| 2 | 4 | 8 | 16 | 1.4142 | 1.1892 |
| 3 | 9 | 27 | 81 | 1.7321 | 1.3161 |
| N | N2 | N3 | N4 | sqrt(n) | sqrt[4](N) |
|---|---|---|---|---|---|
| 2 | 4 | 8 | 16 | 1.4142 | 1.1892 |
| 3 | 9 | 27 | 81 | 1.7321 | 1.3161 |