Org-Mode

Home

Visibility

Structure Edition

Formatting

Tables

See also http://orgmode.org/manual/Tables.html#Tables for more details.

See also http://orgmode.org/manual/External-links.html

Tags

Archiving

LaTeX Preview

See also http://orgmode.org/worg/org-tutorials/org-latex-preview.html

Example

Source code

Execute code block

Add language to org-babel-load-languages (using customize), and execute C-c C-c.

Export

Example of a header that can be used:

#+STARTUP: showall
#+TITLE: Links
#+AUTHOR: Sébastien Le Callonnec
#+LaTeX_CLASS: memoir
#+LaTeX_CLASS_OPTIONS: [a4paper, twoside]

A sample header can be added by using C-c C-e #.

GitHub Pages

Jekyll uses Markdown, but you can use Pandoc to convert Org-Mode files to Markdown:

pandoc --atx-headers -f org -t markdown org-mode.org -o org-mode.md

Links


Project maintained by tychobrailleur Hosted on GitHub Pages — Theme by mattgraham