summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--with-editor.org8
2 files changed, 8 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 42960f5..a07af24 100644
--- a/Makefile
+++ b/Makefile
@@ -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: