[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/org updated (a220492064 -> fc8e375b9b)
From: |
ELPA Syncer |
Subject: |
[elpa] externals/org updated (a220492064 -> fc8e375b9b) |
Date: |
Fri, 7 Oct 2022 01:57:49 -0400 (EDT) |
elpasync pushed a change to branch externals/org.
from a220492064 ob-sed: Fix typo
new 279bee087d org-element-clock-line-re: Fix Emacs 26 compatibility
after e305755b1
new 5a167f6ef2 org-element-cache-reset: Never use cache persistence in
non-file buffers
new aa90e5b59c org-export-with-buffer-copy: Avoid all the hooks, not
just `org-mode-hook'
new 4cb1b8ebd0 org-export-ignored-local-variables: Do not copy cache
new 0551eba40c org-export-get-ordinal: Cache results
new b45911d41e org-export-copy-buffer: Prevent saving to disk
new 09fd5f886a org-html-format-latex: Avoid unnecessary string
allocation
new 514e3a9cd2 org-export: Suppress cache persistence in buffer copies
during export
new dcdf98a564 org-export-copy-buffer: Update declarations
new 0be36ac13e org-html-format-latex: Prevent save prompt for temporary
buffer
new 7f3a6cf6e7 org-capture: Add template hook properties
new 2f4de60980 ob-emacs-lisp: Don't print arguments of post-process
arguments to stdout
new fc8e375b9b Begin messages about executing code blocks with a
capital letter
Summary of changes:
doc/org-manual.org | 20 +++++
etc/ORG-NEWS | 7 ++
lisp/ob-awk.el | 2 +-
lisp/ob-core.el | 2 +-
lisp/ob-emacs-lisp.el | 2 +-
lisp/ob-exp.el | 5 +-
lisp/ob-groovy.el | 2 +-
lisp/ob-maxima.el | 2 +-
lisp/ob-sed.el | 2 +-
lisp/org-capture.el | 32 ++++++++
lisp/org-element.el | 46 ++++++-----
lisp/org-table.el | 2 +-
lisp/org.el | 2 +-
lisp/ox-html.el | 23 ++++--
lisp/ox.el | 159 ++++++++++++++++++++++++++-------------
testing/lisp/test-org-capture.el | 43 +++++++++++
16 files changed, 262 insertions(+), 89 deletions(-)
- [elpa] externals/org updated (a220492064 -> fc8e375b9b),
ELPA Syncer <=
- [elpa] externals/org 5a167f6ef2 02/13: org-element-cache-reset: Never use cache persistence in non-file buffers, ELPA Syncer, 2022/10/07
- [elpa] externals/org b45911d41e 06/13: org-export-copy-buffer: Prevent saving to disk, ELPA Syncer, 2022/10/07
- [elpa] externals/org 09fd5f886a 07/13: org-html-format-latex: Avoid unnecessary string allocation, ELPA Syncer, 2022/10/07
- [elpa] externals/org 2f4de60980 12/13: ob-emacs-lisp: Don't print arguments of post-process arguments to stdout, ELPA Syncer, 2022/10/07
- [elpa] externals/org 0be36ac13e 10/13: org-html-format-latex: Prevent save prompt for temporary buffer, ELPA Syncer, 2022/10/07
- [elpa] externals/org 7f3a6cf6e7 11/13: org-capture: Add template hook properties, ELPA Syncer, 2022/10/07
- [elpa] externals/org 279bee087d 01/13: org-element-clock-line-re: Fix Emacs 26 compatibility after e305755b1, ELPA Syncer, 2022/10/07
- [elpa] externals/org aa90e5b59c 03/13: org-export-with-buffer-copy: Avoid all the hooks, not just `org-mode-hook', ELPA Syncer, 2022/10/07
- [elpa] externals/org 4cb1b8ebd0 04/13: org-export-ignored-local-variables: Do not copy cache, ELPA Syncer, 2022/10/07
- [elpa] externals/org 0551eba40c 05/13: org-export-get-ordinal: Cache results, ELPA Syncer, 2022/10/07