spacemacs/layers/+tools/pandoc/README.org

40 lines
1.3 KiB
Org Mode
Raw Normal View History

#+TITLE: Pandoc layer
2015-06-10 16:44:30 +00:00
2016-03-31 02:59:55 +00:00
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#install][Install]]
- [[#layer][Layer]]
- [[#pandoc][Pandoc]]
- [[#usage][Usage]]
- [[#key-bindings][Key Bindings]]
2015-06-10 16:44:30 +00:00
* Description
2017-04-25 15:42:58 +00:00
This layer adds support for [[http://pandoc.org/][Pandoc]].
2015-06-10 16:44:30 +00:00
Pandoc is a universal document converter. It makes it easy to e.g. convert a
Markdown file to org mode or vice versa. It can also export your text to PDF or
DOCX.
2015-09-07 05:05:44 +00:00
This layer automatically install an org exporter using the [[https://github.com/kawabata/ox-pandoc][ox-pandoc]].
2015-06-10 16:44:30 +00:00
* Install
** Layer
To use this configuration layer, add it to your =~/.spacemacs=. You will need to
add =pandoc= to the existing =dotspacemacs-configuration-layers= list in this
file.
2015-06-10 16:44:30 +00:00
** Pandoc
To use the mode please [[http://pandoc.org/installing.html][install]] pandoc first.
* Usage
2017-04-25 15:42:58 +00:00
For a full list of possible conversions see the [[http://pandoc.org/][Pandoc documentation]].
2015-06-10 16:44:30 +00:00
An explanation of all the options offered by =pandoc-mode= can be found at the
2017-04-25 15:42:58 +00:00
[[http://joostkremers.github.io/pandoc-mode/][Pandoc-mode website]].
2015-06-10 16:44:30 +00:00
* Key Bindings
| Key Binding | Description |
|-------------+---------------------------------|
| ~SPC P /~ | Start pandoc-mode and open menu |