elpasync pushed a change to branch externals/org. from aa789b89d7 Do not mark buffer as modified with org-preserve-local-variables new 076dd92acc org-export-as: Do not update buffer settings when not modified new 3684c79672 doc/Makefile: Disable GC during export new a158b263a6 org-export-data: Concatenate strings in temporary buffer for performance new 37a447ae08 org-element-map: Avoid repetitive `plist-get' call new b061e7b61c org-cite-list-citations: Cache footnote-definition searches new e273fa96e5 Fix function declarations new 8f59e8d93f Fix native-comp warnings new 3bbbf77f36 org-babel-exp-process-buffer: Improve performance
Summary of changes: doc/Makefile | 2 + lisp/ob-core.el | 1 + lisp/ob-exp.el | 304 +++++++++++++++++++++++------------------- lisp/ob-latex.el | 3 + lisp/oc.el | 25 +++- lisp/org-element.el | 3 +- lisp/org-fold.el | 4 +- lisp/org-macro.el | 2 +- lisp/org.el | 1 + lisp/ox-ascii.el | 3 + lisp/ox-html.el | 3 + lisp/ox-icalendar.el | 3 + lisp/ox-latex.el | 6 + lisp/ox-odt.el | 4 + lisp/ox-publish.el | 3 + lisp/ox.el | 316 +++++++++++++++++++++++--------------------- testing/lisp/test-ob-exp.el | 10 +- 17 files changed, 392 insertions(+), 301 deletions(-)