org modern test

Table of Contents

This example Org file demonstrates the Org elements, which are styled by org-modern.

Headlines1

Second level

Third level

Fourth level
  • Fifth level

Task Lists [1/3]

DONE Write org-modern

TODO Publish org-modern

TODO Fix all the bugs

List Bullets

Dash

Plus

Asterisk

Timestamps

DRANGE: [2022-03-01 Tue]–[2022-04-01 Fri] DRANGE: <2022-03-01 Tue>–<2022-04-01 Fri> TRANGE: [2022-03-01 Tue 10:42]–[2022-03-01 Tue 11:00] TIMESTAMP: [2022-02-21 Mon 13:00] DREPEATED: <2022-02-26 Sat .+1d> TREPEATED: <2022-02-26 Sat 10:00 .+1d>

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

DONE [100%] [#A] Everything combined

DONE First

DONE Second

DONE 2Third

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

Special Links

Test numeric footnotes3 and named footnotes4.

radio link

No description for this link

radio link

Footnotes:

1

new

2

third footnote

3

This is footnote 1

4

This is the footnote

Blocks