Update to Org 9.5.4-19-g4dff42

This commit is contained in:
Kyle Meyer 2022-08-21 17:25:39 -04:00
parent 7a3ae3cb62
commit 582ea6a1e9
3 changed files with 13 additions and 8 deletions

View file

@ -26,6 +26,9 @@
;; Org-Babel support for evaluating julia code ;; Org-Babel support for evaluating julia code
;; ;;
;; Based on ob-R.el by Eric Schulte and Dan Davison. ;; Based on ob-R.el by Eric Schulte and Dan Davison.
;;
;; Session support requires the installation of the DataFrames and CSV
;; Julia packages.
;;; Code: ;;; Code:
(require 'cl-lib) (require 'cl-lib)
@ -62,6 +65,7 @@
(defvar ess-current-process-name) ; dynamically scoped (defvar ess-current-process-name) ; dynamically scoped
(defvar ess-local-process-name) ; dynamically scoped (defvar ess-local-process-name) ; dynamically scoped
(defvar ess-eval-visibly-p) ; dynamically scoped (defvar ess-eval-visibly-p) ; dynamically scoped
(defvar ess-local-customize-alist); dynamically scoped
(defun org-babel-edit-prep:julia (info) (defun org-babel-edit-prep:julia (info)
(let ((session (cdr (assq :session (nth 2 info))))) (let ((session (cdr (assq :session (nth 2 info)))))
(when (and session (when (and session
@ -281,7 +285,8 @@ last statement in BODY, as elisp."
(value (value
(with-temp-buffer (with-temp-buffer
(insert (org-babel-chomp body)) (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))) (process-name (get-buffer-process session)))
(ess-eval-visibly-p nil)) (ess-eval-visibly-p nil))
(ess-eval-buffer nil))) (ess-eval-buffer nil)))

View file

@ -11,7 +11,7 @@ Inserted by installing Org mode or when a release is made."
(defun org-git-version () (defun org-git-version ()
"The Git version of Org mode. "The Git version of Org mode.
Inserted by installing Org or when a release is made." 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)) org-git-version))
(provide 'org-version) (provide 'org-version)

View file

@ -276,14 +276,14 @@ re-read the iCalendar file.")
;;; Define Back-End ;;; Define Back-End
(org-export-define-derived-backend 'icalendar 'ascii (org-export-define-derived-backend 'icalendar 'ascii
:translate-alist '((clock . ignore) :translate-alist '((clock . nil)
(footnote-definition . ignore) (footnote-definition . nil)
(footnote-reference . ignore) (footnote-reference . nil)
(headline . org-icalendar-entry) (headline . org-icalendar-entry)
(inner-template . org-icalendar-inner-template) (inner-template . org-icalendar-inner-template)
(inlinetask . ignore) (inlinetask . nil)
(planning . ignore) (planning . nil)
(section . ignore) (section . nil)
(template . org-icalendar-template)) (template . org-icalendar-template))
:options-alist :options-alist
'((:exclude-tags '((:exclude-tags