@ -235,6 +235,21 @@ Also auto refresh dired, but be quiet about it. [[http://whattheemacsd.com/sane-
#+end_src
#+end_src
* Pandoc
Convert between formats, like from org to html.
Pandoc needs to be installed on the system
#+BEGIN_SRC shell
sudo apt install pandoc
#+END_SRC
Pandoc-mode is a minor mode to interact with pandoc
#+BEGIN_SRC emacs-lisp
(use-package pandoc-mode
:ensure t
:init
(add-hook 'markdown-mode-hook 'pandoc-mode))
#+END_SRC
* Org Mode
* Org Mode
** Installation
** Installation
Although org mode ships with Emacs, the latest version can be installed externally. The configuration here follows the [[http://orgmode.org/elpa.html][Org mode ELPA Installation instructions.]]
Although org mode ships with Emacs, the latest version can be installed externally. The configuration here follows the [[http://orgmode.org/elpa.html][Org mode ELPA Installation instructions.]]