emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/with-editor b78d4e2 1/3: manual: No longer depend on the o


From: ELPA Syncer
Subject: [nongnu] elpa/with-editor b78d4e2 1/3: manual: No longer depend on the ox-extra package
Date: Fri, 1 Oct 2021 18:58:00 -0400 (EDT)

branch: elpa/with-editor
commit b78d4e2935021bbe13fe379291761f71bcd8a24b
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    manual: No longer depend on the ox-extra package
    
    Instead of ox-extra's "ignored sections" use
    ox-texinfo+'s new "dissolvable headlines".
---
 Makefile        | 4 ++--
 with-editor.org | 5 +----
 2 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/Makefile b/Makefile
index 66d5715..a71265b 100644
--- a/Makefile
+++ b/Makefile
@@ -55,8 +55,8 @@ info: $(PKG).info dir
 html: $(PKG).html
 pdf:  $(PKG).pdf
 
-ORG_ARGS  = --batch -Q $(ORG_LOAD_PATH) -l ox-extra -l ox-texinfo+.el
-ORG_EVAL  = --eval "(ox-extras-activate '(ignore-headlines))"
+ORG_ARGS  = --batch -Q $(ORG_LOAD_PATH) -l ox-texinfo+.el
+ORG_EVAL  = --eval "(setq org-texinfo+-dissolve-noexport-headlines t)"
 ORG_EVAL += --eval "(setq indent-tabs-mode nil)"
 ORG_EVAL += --eval "(setq org-src-preserve-indentation nil)"
 ORG_EVAL += --funcall org-texinfo-export-to-texinfo
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:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]