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
(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 |