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.html | 17 ++++++++++++++--- emacs/init.org | 7 +++++++ 2 files changed, 21 insertions(+), 3 deletions(-) (limited to 'emacs') diff --git a/emacs/init.html b/emacs/init.html index a812e63..74c2f74 100644 --- a/emacs/init.html +++ b/emacs/init.html @@ -4,7 +4,7 @@ mssola's GNU Emacs configuration - + @@ -2059,6 +2059,17 @@ And now let's set all the related settings. org-export-htmlize-output-type 'css) + +

+You can also export org documents to man pages. In order to do so, you have to +perform this first: +

+ +
+ +
(require 'ox-man)
+
+
@@ -2943,8 +2954,8 @@ along with this program. If not, see <

Author: Miquel Sabaté Solà

-

Created: 2017-11-20 Mon 14:00

-

Emacs 25.2.1 (Org mode 8.2.10)

+

Created: 2017-11-21 Tue 18:10

+

Emacs 25.3.1 (Org mode 8.2.10)

Validate

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