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

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

[elpa] externals/lentic 2e74877cb7 311/333: Update for Emacs-25 org-mode


From: ELPA Syncer
Subject: [elpa] externals/lentic 2e74877cb7 311/333: Update for Emacs-25 org-mode
Date: Tue, 27 Feb 2024 13:00:48 -0500 (EST)

branch: externals/lentic
commit 2e74877cb712d1364764aca74124412f22e3a63b
Author: Phillip Lord <phillip.lord@russet.org.uk>
Commit: Phillip Lord <phillip.lord@russet.org.uk>

    Update for Emacs-25 org-mode
    
    The new exporter framework has changed variables somewhat. We also
    update the Makefile which drives this to cope with changes in Cask.
---
 Makefile      | 4 ++--
 lentic-doc.el | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 80ebe9fbc0..dcb5db99a7 100644
--- a/Makefile
+++ b/Makefile
@@ -25,10 +25,10 @@ just-test:
        --funcall assess-discover-run-and-exit-batch
 
 org:
-       cask exec emacs --debug --script build.el -- gen-org
+       $(EMACS_ENV) $(CASK) emacs --debug --script build.el -- gen-org
 
 html: org
-       cask exec emacs --debug --script build.el -- gen-html
+       $(EMACS_ENV) $(CASK) emacs --debug --script build.el -- gen-html
 
 install-test:
        echo [install] Installation Test Starting
diff --git a/lentic-doc.el b/lentic-doc.el
index 46f80f26aa..b08d43f751 100644
--- a/lentic-doc.el
+++ b/lentic-doc.el
@@ -105,7 +105,7 @@ as a prefix. "
     (with-current-buffer
         (find-file-noselect
          (lentic-doc-package-start-source package))
-      (let ((org-export-htmlize-generate-css 'css))
+      (let ((org-html-htmlize-output-type 'css))
         (org-html-export-to-html)))))
 ;; #+end_src
 



reply via email to

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