aboutsummaryrefslogtreecommitdiff
path: root/emacs/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/init.org')
-rw-r--r--emacs/init.org7
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=.