emacs-elpa-diffs
[Top][All Lists]
Advanced

[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(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]