22 lines
848 B
Org Mode
22 lines
848 B
Org Mode
#+title: org-mode resources
|
|
# org-publish options
|
|
# ^:{} require a_{b} before assuming that b should be subscripted.
|
|
# without this option a_b will automatically subscript b.
|
|
#+options: ^:{}
|
|
#
|
|
# emacs-specific options
|
|
#+startup: showall
|
|
#
|
|
# html exporter options
|
|
#+setupfile: ../ext/fniessen/theme-readtheorg.setup
|
|
#+language: en
|
|
# +infojs_opt: view:showall mouse:#ffc0c0 toc:nil ltoc:nil path:/web/ext/orginfo/org-info.js
|
|
# +html_head: <link rel="stylesheet" type="text/css" href="/web/css/primary.css" />
|
|
# +html_link_home: index.html
|
|
# +html_link_up: development-environment.html
|
|
|
|
* Org Mode
|
|
|
|
* org-mode reference card https://github.com/fniessen/refcard-org-mode#reference-card
|
|
* readthedocs reference [[https://github.com/fniessen/org-html-themes]]
|
|
* my html publishing setup [[file:publish-static-html.org][publish static html]]
|