diff options
| author | Kyle Meyer | 2022-08-21 17:25:39 -0400 |
|---|---|---|
| committer | Kyle Meyer | 2022-08-21 17:35:35 -0400 |
| commit | 582ea6a1e9f98c124a7b044f1db7d4c63da5646d (patch) | |
| tree | 65e912a394c1492c1b48d9409935567ed50bdc9b /lisp | |
| parent | 7a3ae3cb626e02ff25757eed2ef2977ed577a9be (diff) | |
| download | emacs-582ea6a1e9f98c124a7b044f1db7d4c63da5646d.tar.gz emacs-582ea6a1e9f98c124a7b044f1db7d4c63da5646d.zip | |
Update to Org 9.5.4-19-g4dff42
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/org/ob-julia.el | 7 | ||||
| -rw-r--r-- | lisp/org/org-version.el | 2 | ||||
| -rw-r--r-- | lisp/org/ox-icalendar.el | 12 |
3 files changed, 13 insertions, 8 deletions
diff --git a/lisp/org/ob-julia.el b/lisp/org/ob-julia.el index 50a44bcf448..de69f25fc30 100644 --- a/lisp/org/ob-julia.el +++ b/lisp/org/ob-julia.el | |||
| @@ -26,6 +26,9 @@ | |||
| 26 | ;; Org-Babel support for evaluating julia code | 26 | ;; Org-Babel support for evaluating julia code |
| 27 | ;; | 27 | ;; |
| 28 | ;; Based on ob-R.el by Eric Schulte and Dan Davison. | 28 | ;; Based on ob-R.el by Eric Schulte and Dan Davison. |
| 29 | ;; | ||
| 30 | ;; Session support requires the installation of the DataFrames and CSV | ||
| 31 | ;; Julia packages. | ||
| 29 | 32 | ||
| 30 | ;;; Code: | 33 | ;;; Code: |
| 31 | (require 'cl-lib) | 34 | (require 'cl-lib) |
| @@ -62,6 +65,7 @@ | |||
| 62 | (defvar ess-current-process-name) ; dynamically scoped | 65 | (defvar ess-current-process-name) ; dynamically scoped |
| 63 | (defvar ess-local-process-name) ; dynamically scoped | 66 | (defvar ess-local-process-name) ; dynamically scoped |
| 64 | (defvar ess-eval-visibly-p) ; dynamically scoped | 67 | (defvar ess-eval-visibly-p) ; dynamically scoped |
| 68 | (defvar ess-local-customize-alist); dynamically scoped | ||
| 65 | (defun org-babel-edit-prep:julia (info) | 69 | (defun org-babel-edit-prep:julia (info) |
| 66 | (let ((session (cdr (assq :session (nth 2 info))))) | 70 | (let ((session (cdr (assq :session (nth 2 info))))) |
| 67 | (when (and session | 71 | (when (and session |
| @@ -281,7 +285,8 @@ last statement in BODY, as elisp." | |||
| 281 | (value | 285 | (value |
| 282 | (with-temp-buffer | 286 | (with-temp-buffer |
| 283 | (insert (org-babel-chomp body)) | 287 | (insert (org-babel-chomp body)) |
| 284 | (let ((ess-local-process-name | 288 | (let ((ess-local-customize-alist t) |
| 289 | (ess-local-process-name | ||
| 285 | (process-name (get-buffer-process session))) | 290 | (process-name (get-buffer-process session))) |
| 286 | (ess-eval-visibly-p nil)) | 291 | (ess-eval-visibly-p nil)) |
| 287 | (ess-eval-buffer nil))) | 292 | (ess-eval-buffer nil))) |
diff --git a/lisp/org/org-version.el b/lisp/org/org-version.el index 915c3f63c7d..353d533c06c 100644 --- a/lisp/org/org-version.el +++ b/lisp/org/org-version.el | |||
| @@ -11,7 +11,7 @@ Inserted by installing Org mode or when a release is made." | |||
| 11 | (defun org-git-version () | 11 | (defun org-git-version () |
| 12 | "The Git version of Org mode. | 12 | "The Git version of Org mode. |
| 13 | Inserted by installing Org or when a release is made." | 13 | Inserted by installing Org or when a release is made." |
| 14 | (let ((org-git-version "release_9.5.4-17-g6e991f")) | 14 | (let ((org-git-version "release_9.5.4-19-g4dff42")) |
| 15 | org-git-version)) | 15 | org-git-version)) |
| 16 | 16 | ||
| 17 | (provide 'org-version) | 17 | (provide 'org-version) |
diff --git a/lisp/org/ox-icalendar.el b/lisp/org/ox-icalendar.el index 7e40f5bcd0b..148e111fd4c 100644 --- a/lisp/org/ox-icalendar.el +++ b/lisp/org/ox-icalendar.el | |||
| @@ -276,14 +276,14 @@ re-read the iCalendar file.") | |||
| 276 | ;;; Define Back-End | 276 | ;;; Define Back-End |
| 277 | 277 | ||
| 278 | (org-export-define-derived-backend 'icalendar 'ascii | 278 | (org-export-define-derived-backend 'icalendar 'ascii |
| 279 | :translate-alist '((clock . ignore) | 279 | :translate-alist '((clock . nil) |
| 280 | (footnote-definition . ignore) | 280 | (footnote-definition . nil) |
| 281 | (footnote-reference . ignore) | 281 | (footnote-reference . nil) |
| 282 | (headline . org-icalendar-entry) | 282 | (headline . org-icalendar-entry) |
| 283 | (inner-template . org-icalendar-inner-template) | 283 | (inner-template . org-icalendar-inner-template) |
| 284 | (inlinetask . ignore) | 284 | (inlinetask . nil) |
| 285 | (planning . ignore) | 285 | (planning . nil) |
| 286 | (section . ignore) | 286 | (section . nil) |
| 287 | (template . org-icalendar-template)) | 287 | (template . org-icalendar-template)) |
| 288 | :options-alist | 288 | :options-alist |
| 289 | '((:exclude-tags | 289 | '((:exclude-tags |