diff options
Diffstat (limited to 'emacs')
| -rw-r--r-- | emacs/init.html | 17 | ||||
| -rw-r--r-- | emacs/init.org | 7 |
2 files changed, 21 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> 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=. |
