From e43d2b8c0e4af9c4e2d6279d8df836186fdb0ab6 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 21 Nov 2017 19:20:17 +0100 Subject: emacs: allow org to export to man pages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- emacs/init.org | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'emacs/init.org') 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=. -- cgit v1.2.3