diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2017-11-21 19:20:17 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2017-11-21 19:20:17 +0100 |
| commit | e43d2b8c0e4af9c4e2d6279d8df836186fdb0ab6 (patch) | |
| tree | d030451beb136469b92070dc7b46c5815a3840bd /emacs/init.org | |
| parent | 981aa0a5ec0647622802b0469f6da27080552aef (diff) | |
| download | dotfiles-e43d2b8c0e4af9c4e2d6279d8df836186fdb0ab6.tar.gz dotfiles-e43d2b8c0e4af9c4e2d6279d8df836186fdb0ab6.zip | |
emacs: allow org to export to man pages
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'emacs/init.org')
| -rw-r--r-- | emacs/init.org | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/emacs/init.org b/emacs/init.org index 4cd96e0..b493088 100644 --- a/emacs/init.org +++ b/emacs/init.org @@ -1423,6 +1423,13 @@ And now let's set all the related settings. org-export-htmlize-output-type 'css) #+END_SRC +You can also export org documents to man pages. In order to do so, you have to +perform this first: + +#+BEGIN_SRC elisp +(require 'ox-man) +#+END_SRC + ** Agenda Custom commands for =org-agenda=. |
