diff options
| author | Bastien Guerry | 2014-10-13 00:25:24 +0200 |
|---|---|---|
| committer | Bastien Guerry | 2014-10-13 00:25:24 +0200 |
| commit | e175fabcdd37f89db13ab90615cf0baa7bade4d9 (patch) | |
| tree | 80351af591f139b0e105f89481626d33212bb3cf | |
| parent | 2222349c255e8f772d4cc098b412a869ca30d415 (diff) | |
| download | emacs-e175fabcdd37f89db13ab90615cf0baa7bade4d9.tar.gz emacs-e175fabcdd37f89db13ab90615cf0baa7bade4d9.zip | |
Sync Org 8.2.10
| -rw-r--r-- | lisp/org/org-agenda.el | 3 | ||||
| -rw-r--r-- | lisp/org/org-version.el | 4 | ||||
| -rw-r--r-- | lisp/org/ox-publish.el | 6 | ||||
| -rw-r--r-- | lisp/org/ox.el | 7 |
4 files changed, 10 insertions, 10 deletions
diff --git a/lisp/org/org-agenda.el b/lisp/org/org-agenda.el index e0229367eeb..c11c1c8ba41 100644 --- a/lisp/org/org-agenda.el +++ b/lisp/org/org-agenda.el | |||
| @@ -5089,8 +5089,7 @@ of what a project is and how to check if it stuck, customize the variable | |||
| 5089 | "Get the (Emacs Calendar) diary entries for DATE." | 5089 | "Get the (Emacs Calendar) diary entries for DATE." |
| 5090 | (require 'diary-lib) | 5090 | (require 'diary-lib) |
| 5091 | (let* ((diary-fancy-buffer "*temporary-fancy-diary-buffer*") | 5091 | (let* ((diary-fancy-buffer "*temporary-fancy-diary-buffer*") |
| 5092 | (diary-display-hook '(fancy-diary-display)) | 5092 | (diary-display-function 'diary-fancy-display) |
| 5093 | (diary-display-function 'fancy-diary-display) | ||
| 5094 | (pop-up-frames nil) | 5093 | (pop-up-frames nil) |
| 5095 | (diary-list-entries-hook | 5094 | (diary-list-entries-hook |
| 5096 | (cons 'org-diary-default-entry diary-list-entries-hook)) | 5095 | (cons 'org-diary-default-entry diary-list-entries-hook)) |
diff --git a/lisp/org/org-version.el b/lisp/org/org-version.el index 00f6c82272f..aae65cc6d37 100644 --- a/lisp/org/org-version.el +++ b/lisp/org/org-version.el | |||
| @@ -5,13 +5,13 @@ | |||
| 5 | (defun org-release () | 5 | (defun org-release () |
| 6 | "The release version of org-mode. | 6 | "The release version of org-mode. |
| 7 | Inserted by installing org-mode or when a release is made." | 7 | Inserted by installing org-mode or when a release is made." |
| 8 | (let ((org-release "8.2.9")) | 8 | (let ((org-release "8.2.10")) |
| 9 | org-release)) | 9 | org-release)) |
| 10 | ;;;###autoload | 10 | ;;;###autoload |
| 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-mode or when a release is made." | 13 | Inserted by installing org-mode or when a release is made." |
| 14 | (let ((org-git-version "release_8.2.9")) | 14 | (let ((org-git-version "release_8.2.10")) |
| 15 | org-git-version)) | 15 | org-git-version)) |
| 16 | 16 | ||
| 17 | (provide 'org-version) | 17 | (provide 'org-version) |
diff --git a/lisp/org/ox-publish.el b/lisp/org/ox-publish.el index 1dc790daf37..efc70d22a83 100644 --- a/lisp/org/ox-publish.el +++ b/lisp/org/ox-publish.el | |||
| @@ -881,7 +881,7 @@ publishing will be done asynchronously, in another process." | |||
| 881 | ;; project is still a string here. | 881 | ;; project is still a string here. |
| 882 | (list (assoc project org-publish-project-alist))))) | 882 | (list (assoc project org-publish-project-alist))))) |
| 883 | (if async | 883 | (if async |
| 884 | (org-export-async-start 'ignore | 884 | (org-export-async-start (lambda (results) nil) |
| 885 | `(let ((org-publish-use-timestamps-flag | 885 | `(let ((org-publish-use-timestamps-flag |
| 886 | (if ',force nil ,org-publish-use-timestamps-flag))) | 886 | (if ',force nil ,org-publish-use-timestamps-flag))) |
| 887 | (org-publish-projects ',project-alist))) | 887 | (org-publish-projects ',project-alist))) |
| @@ -899,7 +899,7 @@ optional argument ASYNC, publishing will be done asynchronously, | |||
| 899 | in another process." | 899 | in another process." |
| 900 | (interactive "P") | 900 | (interactive "P") |
| 901 | (if async | 901 | (if async |
| 902 | (org-export-async-start 'ignore | 902 | (org-export-async-start (lambda (results) nil) |
| 903 | `(progn | 903 | `(progn |
| 904 | (when ',force (org-publish-remove-all-timestamps)) | 904 | (when ',force (org-publish-remove-all-timestamps)) |
| 905 | (let ((org-publish-use-timestamps-flag | 905 | (let ((org-publish-use-timestamps-flag |
| @@ -921,7 +921,7 @@ asynchronously, in another process." | |||
| 921 | (interactive "P") | 921 | (interactive "P") |
| 922 | (let ((file (buffer-file-name (buffer-base-buffer)))) | 922 | (let ((file (buffer-file-name (buffer-base-buffer)))) |
| 923 | (if async | 923 | (if async |
| 924 | (org-export-async-start 'ignore | 924 | (org-export-async-start (lambda (results) nil) |
| 925 | `(let ((org-publish-use-timestamps-flag | 925 | `(let ((org-publish-use-timestamps-flag |
| 926 | (if ',force nil ,org-publish-use-timestamps-flag))) | 926 | (if ',force nil ,org-publish-use-timestamps-flag))) |
| 927 | (org-publish-file ,file))) | 927 | (org-publish-file ,file))) |
diff --git a/lisp/org/ox.el b/lisp/org/ox.el index 24d0c874563..1327ae409ed 100644 --- a/lisp/org/ox.el +++ b/lisp/org/ox.el | |||
| @@ -5479,8 +5479,9 @@ to `:default' encoding. If it fails, return S." | |||
| 5479 | (defmacro org-export-async-start (fun &rest body) | 5479 | (defmacro org-export-async-start (fun &rest body) |
| 5480 | "Call function FUN on the results returned by BODY evaluation. | 5480 | "Call function FUN on the results returned by BODY evaluation. |
| 5481 | 5481 | ||
| 5482 | BODY evaluation happens in an asynchronous process, from a buffer | 5482 | FUN is an anonymous function of one argument. BODY evaluation |
| 5483 | which is an exact copy of the current one. | 5483 | happens in an asynchronous process, from a buffer which is an |
| 5484 | exact copy of the current one. | ||
| 5484 | 5485 | ||
| 5485 | Use `org-export-add-to-stack' in FUN in order to register results | 5486 | Use `org-export-add-to-stack' in FUN in order to register results |
| 5486 | in the stack. | 5487 | in the stack. |
| @@ -5532,7 +5533,7 @@ and `org-export-to-file' for more specialized functions." | |||
| 5532 | ;; Register running process in stack. | 5533 | ;; Register running process in stack. |
| 5533 | (org-export-add-to-stack (get-buffer ,proc-buffer) nil ,process) | 5534 | (org-export-add-to-stack (get-buffer ,proc-buffer) nil ,process) |
| 5534 | ;; Set-up sentinel in order to catch results. | 5535 | ;; Set-up sentinel in order to catch results. |
| 5535 | (let ((handler ',fun)) | 5536 | (let ((handler ,fun)) |
| 5536 | (set-process-sentinel | 5537 | (set-process-sentinel |
| 5537 | ,process | 5538 | ,process |
| 5538 | `(lambda (p status) | 5539 | `(lambda (p status) |