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.html | |
| 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.html')
| -rw-r--r-- | emacs/init.html | 17 |
1 files changed, 14 insertions, 3 deletions
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 @@ <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <title>mssola's GNU Emacs configuration</title> -<!-- 2017-11-20 Mon 14:00 --> +<!-- 2017-11-21 Tue 18:10 --> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta name="generator" content="Org-mode" /> <meta name="author" content="Miquel Sabaté Solà" /> @@ -2059,6 +2059,17 @@ And now let's set all the related settings. org-export-htmlize-output-type 'css<span class="org-rainbow-delimiters-depth-1">)</span> </pre> </div> + +<p> +You can also export org documents to man pages. In order to do so, you have to +perform this first: +</p> + +<div class="org-src-container"> + +<pre class="src src-elisp"><span class="org-rainbow-delimiters-depth-1">(</span><span class="org-keyword">require</span> '<span class="org-constant">ox-man</span><span class="org-rainbow-delimiters-depth-1">)</span> +</pre> +</div> </div> </div> @@ -2943,8 +2954,8 @@ along with this program. If not, see <a href="http://www.gnu.org/licenses/">< </div> <div id="postamble" class="status"> <p class="author">Author: Miquel Sabaté Solà</p> -<p class="date">Created: 2017-11-20 Mon 14:00</p> -<p class="creator"><a href="http://www.gnu.org/software/emacs/">Emacs</a> 25.2.1 (<a href="http://orgmode.org">Org</a> mode 8.2.10)</p> +<p class="date">Created: 2017-11-21 Tue 18:10</p> +<p class="creator"><a href="http://www.gnu.org/software/emacs/">Emacs</a> 25.3.1 (<a href="http://orgmode.org">Org</a> mode 8.2.10)</p> <p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p> </div> </body> |
