]> git.eshelyaron.com Git - emacs.git/commitdiff
Update to Org 9.5.4-19-g4dff42
authorKyle Meyer <kyle@kyleam.com>
Sun, 21 Aug 2022 21:25:39 +0000 (17:25 -0400)
committerKyle Meyer <kyle@kyleam.com>
Sun, 21 Aug 2022 21:35:35 +0000 (17:35 -0400)
lisp/org/ob-julia.el
lisp/org/org-version.el
lisp/org/ox-icalendar.el

index 50a44bcf448ccad5b2b812ba45546205e9cb9263..de69f25fc30955c53215723562d3805780fb580e 100644 (file)
@@ -26,6 +26,9 @@
 ;; Org-Babel support for evaluating julia code
 ;;
 ;; Based on ob-R.el by Eric Schulte and Dan Davison.
+;;
+;; Session support requires the installation of the DataFrames and CSV
+;; Julia packages.
 
 ;;; Code:
 (require 'cl-lib)
@@ -62,6 +65,7 @@
 (defvar ess-current-process-name) ; dynamically scoped
 (defvar ess-local-process-name)   ; dynamically scoped
 (defvar ess-eval-visibly-p)       ; dynamically scoped
+(defvar ess-local-customize-alist); dynamically scoped
 (defun org-babel-edit-prep:julia (info)
   (let ((session (cdr (assq :session (nth 2 info)))))
     (when (and session
@@ -281,7 +285,8 @@ last statement in BODY, as elisp."
     (value
      (with-temp-buffer
        (insert (org-babel-chomp body))
-       (let ((ess-local-process-name
+       (let ((ess-local-customize-alist t)
+             (ess-local-process-name
              (process-name (get-buffer-process session)))
             (ess-eval-visibly-p nil))
         (ess-eval-buffer nil)))
index 915c3f63c7d3fa2b7800da86e170c161b979b2d1..353d533c06c33eb1be8949ed316f61c07955313f 100644 (file)
@@ -11,7 +11,7 @@ Inserted by installing Org mode or when a release is made."
 (defun org-git-version ()
   "The Git version of Org mode.
 Inserted by installing Org or when a release is made."
-   (let ((org-git-version "release_9.5.4-17-g6e991f"))
+   (let ((org-git-version "release_9.5.4-19-g4dff42"))
      org-git-version))
 \f
 (provide 'org-version)
index 7e40f5bcd0bc5118c40c1d79caa401967cd1a986..148e111fd4ca68906d54764340376d13a295f74d 100644 (file)
@@ -276,14 +276,14 @@ re-read the iCalendar file.")
 ;;; Define Back-End
 
 (org-export-define-derived-backend 'icalendar 'ascii
-  :translate-alist '((clock . ignore)
-                    (footnote-definition . ignore)
-                    (footnote-reference . ignore)
+  :translate-alist '((clock . nil)
+                    (footnote-definition . nil)
+                    (footnote-reference . nil)
                     (headline . org-icalendar-entry)
                      (inner-template . org-icalendar-inner-template)
-                    (inlinetask . ignore)
-                    (planning . ignore)
-                    (section . ignore)
+                    (inlinetask . nil)
+                    (planning . nil)
+                    (section . nil)
                     (template . org-icalendar-template))
   :options-alist
   '((:exclude-tags