elpasync pushed a change to branch externals/org. from 2d38026581 Do not assert Org version in root Org libraries new 1a5e3f931c testing: Make all files use `lexical-binding` new 17b51973bd * lisp/org.el (org-log-beginning): Fix parens new 6074a22bcb testing: Address FIXMEs identified in 1a5e3f931 new e3348ccc03 org-batch-test-init: Remove dead code new 69b36beac7 ol.el: Always prompt for description in `org-insert-link' new 6d8d7fba61 ol.el: Mention that `org-insert-link' may edit existing link
Summary of changes: lisp/ob-core.el | 57 +++++++++------------- lisp/ol.el | 75 ++++++++++++++-------------- lisp/org-protocol.el | 4 +- lisp/org.el | 8 +-- testing/examples/babel.el | 1 + testing/lisp/test-ob-C.el | 2 +- testing/lisp/test-ob-R.el | 8 ++- testing/lisp/test-ob-awk.el | 2 +- testing/lisp/test-ob-clojure.el | 2 +- testing/lisp/test-ob-emacs-lisp.el | 33 +++++++------ testing/lisp/test-ob-eshell.el | 2 +- testing/lisp/test-ob-exp.el | 9 +++- testing/lisp/test-ob-fortran.el | 2 +- testing/lisp/test-ob-header-arg-defaults.el | 2 +- testing/lisp/test-ob-java.el | 7 +-- testing/lisp/test-ob-julia.el | 3 +- testing/lisp/test-ob-lilypond.el | 8 ++- testing/lisp/test-ob-lob.el | 5 +- testing/lisp/test-ob-lua.el | 2 +- testing/lisp/test-ob-maxima.el | 2 +- testing/lisp/test-ob-octave.el | 2 +- testing/lisp/test-ob-perl.el | 2 +- testing/lisp/test-ob-plantuml.el | 5 +- testing/lisp/test-ob-python.el | 3 +- testing/lisp/test-ob-ruby.el | 2 +- testing/lisp/test-ob-sed.el | 2 +- testing/lisp/test-ob-shell.el | 3 +- testing/lisp/test-ob-sql.el | 2 +- testing/lisp/test-ob-sqlite.el | 2 +- testing/lisp/test-ob-table.el | 2 +- testing/lisp/test-ob-tangle.el | 4 +- testing/lisp/test-ob.el | 20 +++++--- testing/lisp/test-oc.el | 4 +- testing/lisp/test-ol.el | 2 + testing/lisp/test-org-agenda.el | 4 +- testing/lisp/test-org-archive.el | 2 + testing/lisp/test-org-attach-git.el | 2 +- testing/lisp/test-org-attach.el | 7 +-- testing/lisp/test-org-capture.el | 2 +- testing/lisp/test-org-clock.el | 5 +- testing/lisp/test-org-colview.el | 5 +- testing/lisp/test-org-datetree.el | 2 + testing/lisp/test-org-duration.el | 2 + testing/lisp/test-org-element.el | 9 ++-- testing/lisp/test-org-fold.el | 2 +- testing/lisp/test-org-footnote.el | 4 +- testing/lisp/test-org-inlinetask.el | 2 +- testing/lisp/test-org-lint.el | 5 +- testing/lisp/test-org-list.el | 7 ++- testing/lisp/test-org-macro.el | 2 +- testing/lisp/test-org-pcomplete.el | 4 +- testing/lisp/test-org-protocol.el | 6 +-- testing/lisp/test-org-src.el | 2 +- testing/lisp/test-org-table.el | 10 ++-- testing/lisp/test-org-timer.el | 5 +- testing/lisp/test-org.el | 76 ++++++++++++++++------------- testing/lisp/test-ox-publish.el | 28 ++++++----- testing/lisp/test-ox.el | 45 +++++++++-------- testing/lisp/test-property-inheritance.el | 2 +- testing/org-batch-test-init.el | 12 ++--- testing/org-test.el | 58 +++++++++++----------- 61 files changed, 324 insertions(+), 275 deletions(-)