Skip to content

Latest commit

 

History

History
90 lines (67 loc) · 1.79 KB

example.org

File metadata and controls

90 lines (67 loc) · 1.79 KB

Modern Org Example

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]

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

List Bullets

  • Dash
  • Plus
  • Asterisk

Timestamps

RANGE: [2022-03-01]–[2022-04-01] TIMESTAMP: [2022-02-21 Mon 13:00] REPEATED: <2022-02-26 Sat .+1d>

Blocks

(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

Write org-modern

Publish org-modern

WAIT Fix all the bugs

Priorities

[#A] Most important

[#B] Less important

CANCEL [#C] Not that important

[100%] [#A] Everything combined

  • [X] First
  • [X] Second
  • [X] Third

Tables

NN^2N^3N^4sqrt(n)sqrt[4](N)
248161.41421.1892
3927811.73211.3161
NN^2N^3N^4sqrt(n)sqrt[4](N)
248161.41421.1892
3927811.73211.3161