spacemacs/contrib/pandoc
Christoph Paulik 0513a7eebb add a layer for pandoc-mode
This layer enables conversion of document directly from emacs
e.g. .md to .docx or .md to .org etc.
2015-04-21 23:39:32 -04:00
..
extensions.el add a layer for pandoc-mode 2015-04-21 23:39:32 -04:00
packages.el add a layer for pandoc-mode 2015-04-21 23:39:32 -04:00
Readme.md add a layer for pandoc-mode 2015-04-21 23:39:32 -04:00

Table of Contents

Pandoc mode

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.

To use the mode please install pandoc first.

For a full list of possible conversions see the Pandoc website.

An explanation of all the options offered by pandoc-mode can be found at the Pandoc-mode website. The command C-c / is mapped to SPC P / in Spacemacs.

Install

To use this contribution add it to your ~/.spacemacs

(setq-default dotspacemacs-configuration-layers '(pandoc))

Keybindings

Key Binding     |                 Description

--------------------|------------------------------------------------------------ SPC P / | Start pandoc-mode and open menu