BIBLIOGRAPHY

“Minad/Org-Modern.” 2024. https://github.com/minad/org-modern.

History

  • [2025-03-18 Tue 15:52] 테스트 용도

https://github.com/minad/org-modern/blob/main/example.org?plain=1#L1

(“Minad/Org-Modern” 2024)

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


Headlines

Second level

Third level

Fourth level
Fifth level

Task Lists [1/3]

  • Write org-modern
  • [-] Publish org-modern
  • Fix all the bugs

List Bullets

  • Dash
  • Plus
  • Asterisk

Timestamps

SCHEDULED: <2022-02-25 Fri 10:00> 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-11:00] TIMESTAMP: [2022-02-21 Mon 13:00] DREPEATED: <2022-02-26 Sat .+1d/2d> TREPEATED: <2022-02-26 Sat 10:00 .+1d/2d>

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))))
printf("a|b\nc|d\n");
ab
cd

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

  • First
  • Second
  • Third

Tables

NN^2N^3N^4sqrt(n)sqrt4
248161.41421.1892
3927811.73211.3161
NN^2N^3N^4sqrt(n)sqrt4
248161.41421.1892
3927811.73211.3161
| a | b | c |
| a | b | c |
| a | b | c |

Test numeric footnotes1 and named footnotes2.

radio link

radio link

Progress bars

  • 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]

Footnotes

  1. This is footnote 1

  2. This is the foonote