Skip to content

Latest commit

 

History

History
50 lines (45 loc) · 1.03 KB

org-file.org

File metadata and controls

50 lines (45 loc) · 1.03 KB

Levels of heading

h1

h2

h3

h4

h5
h6
h7h8h9 Org comments start with # on a newline and do not get rendered when exported as html

types of list

unnumbered type 1

  • org list
  • org in emacs

unnumbered type 2

  • no number
  • 2nd list end

numbered list 1

  1. text 1
  2. text 2

numbered list 2

  1. text 1
  2. text 2

Text formatting

underlined text strike-through-text

bold-text Italic code verbatim/unformatted-text

Source Blocks

Type < s tab to add an empty source block

# how to get this block's or entire export's background-color to black?
  (defun hi-org ()
    (print "Hello org"))

Use ' C-c to edit code in it’s default language mode. Evaluate code with C-c C-c

Links

The format is two square brackets inside a square bracket without space [ [my-awesome-link-here][text-to-show-here]] org-quotes