summaryrefslogtreecommitdiff
path: root/with-editor.org
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2021-10-01 23:50:55 +0200
committerJonas Bernoulli <jonas@bernoul.li>2021-10-01 23:55:13 +0200
commitb78d4e2935021bbe13fe379291761f71bcd8a24b (patch)
tree6e08572eea0599aea2ec88fb5f616a4eed6a3c64 /with-editor.org
parent5272a3c7af183eddf59cbcd7cc82203755b61300 (diff)
manual: No longer depend on the ox-extra package
Instead of ox-extra's "ignored sections" use ox-texinfo+'s new "dissolvable headlines".
Diffstat (limited to 'with-editor.org')
-rw-r--r--with-editor.org5
1 files changed, 1 insertions, 4 deletions
diff --git a/with-editor.org b/with-editor.org
index f68fded..ba087e2 100644
--- a/with-editor.org
+++ b/with-editor.org
@@ -320,8 +320,6 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
#+END_QUOTE
-* _ :ignore:
-
# LocalWords: LocalWords
# LocalWords: Magit Emacs emacsclient FreeBSD macOS texinfo
# LocalWords: async eval hg init performant rebase startup
@@ -329,9 +327,8 @@ General Public License for more details.
# IMPORTANT: Also update ORG_ARGS and ORG_EVAL in the Makefile.
# Local Variables:
# eval: (require 'magit-utils nil t)
-# eval: (require 'ox-extra nil t)
# eval: (require 'ox-texinfo+ nil t)
-# eval: (and (featurep 'ox-extra) (ox-extras-activate '(ignore-headlines)))
+# org-texinfo+-dissolve-noexport-headlines: t
# indent-tabs-mode: nil
# org-src-preserve-indentation: nil
# End: