spacemacs/layers/+tools/pandoc
martian-f 71ce9ac3ed Fix run-pandoc resetting settings
When using spacemacs/run-pandoc to open the pandoc hydra, pandoc-mode
is called each time, which will overwrite any previous changes the user
might have done to pandoc--local-settings.

Fix this by calling pandoc-mode only when it is not yet enabled.
2018-05-27 23:19:06 +03:00
..
funcs.el Fix run-pandoc resetting settings 2018-05-27 23:19:06 +03:00
packages.el Revert "Defer packages by default using use-package-always-defer" 2018-03-03 23:40:10 -05:00
README.org Fix documentation for speed-reading, restclient and pandoc layer 2017-12-03 17:55:12 +02:00

Pandoc layer

Description

This layer adds support for Pandoc.

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.

Features:

  • Mode independent document conversions via global pandoc menu
  • Org-export integration via ox-pandoc

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.

Pandoc

To use the mode please install pandoc first.

Usage

For a full list of possible conversions see the Pandoc documentation. An explanation of all the options offered by pandoc-mode can be found at the Pandoc-mode website.

Key Bindings

Key Binding Description
SPC P / Start pandoc-mode and open menu