diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2016-11-26 19:16:12 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2016-11-26 19:43:16 +0100 |
| commit | ab73c028e8dbe088d7545406efc5c5c7b8fd503a (patch) | |
| tree | c89e958d8502e9ac663a1a430b46b7868c52e0d3 | |
| parent | 7b6ac3acf02fcfe118685011d46bb8f6b5cc493c (diff) | |
manual: adjust for ox-texinfo+ v1v2.5.8
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | with-editor.org | 8 |
2 files changed, 8 insertions, 2 deletions
@@ -56,7 +56,7 @@ pdf: $(PKG).pdf %.texi: %.org @printf "Generating $@\n" @$(EMACS) -Q --batch $(OFLAGS) \ - -l ox-texinfo+.el $< -f org-texinfo+export-to-texinfo + -l ox-texinfo+.el $< -f org-texinfo-export-to-texinfo @printf "\n" >> $@ @sed -i -e '/^@title /a@subtitle for version $(VERSION)' $@ @rm -f $@~ diff --git a/with-editor.org b/with-editor.org index aed37ad..660f0d3 100644 --- a/with-editor.org +++ b/with-editor.org @@ -8,7 +8,9 @@ #+TEXINFO_DIR_TITLE: With-Editor: (with-editor). #+TEXINFO_DIR_DESC: Using the Emacsclient as $EDITOR -#+OPTIONS: H:4 num:3 toc:2 +#+TEXINFO_DEFFN: t +#+TEXINFO_CLASS: info+ +#+OPTIONS: H:4 num:nil toc:2 * Copying :PROPERTIES: @@ -274,3 +276,7 @@ Emacs and what is the output of ~M-x with-editor-debug~? # LocalWords: Emacsclient LocalWords Magit async emacs emacsclient # LocalWords: hg init rebase startup + +# Local Variables: +# eval: (require 'ox-texinfo+ nil t) +# End: |
