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

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

[elpa] externals/org ad07b2982f 1/3: fixup! org-element-parse-secondary-


From: ELPA Syncer
Subject: [elpa] externals/org ad07b2982f 1/3: fixup! org-element-parse-secondary-string: Prevent altering current buffer cache
Date: Tue, 10 Oct 2023 09:58:55 -0400 (EDT)

branch: externals/org
commit ad07b2982f04f88a3477207706d1242b71171255
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    fixup! org-element-parse-secondary-string: Prevent altering current buffer 
cache
---
 lisp/ox.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/ox.el b/lisp/ox.el
index ef41e685fd..1e7e7e4b24 100644
--- a/lisp/ox.el
+++ b/lisp/ox.el
@@ -6580,7 +6580,7 @@ and `org-export-to-file' for more specialized functions."
   ;; buffer to a temporary file, as it may be too long for program
   ;; args in `start-process'.
   (with-temp-message "Initializing asynchronous export process"
-    (let ((copy-fun (org-export--generate-copy-script (current-buffer)))
+    (let ((copy-fun (org-element--generate-copy-script (current-buffer)))
           (temp-file (make-temp-file "org-export-process")))
       (let ((coding-system-for-write 'utf-8-emacs-unix))
         (write-region



reply via email to

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