[elpa] externals/org aa0fa8c: lisp/ox-publish.el: Speedup when looking for file changes

2021-06-27 Thread ELPA Syncer
branch: externals/org commit aa0fa8c75360d2aa491b9ae10e59d22de2aedc92 Author: Gustav Wikström Commit: Gustav Wikström lisp/ox-publish.el: Speedup when looking for file changes * lisp/ox-publish.el (org-publish-cache-file-needs-publishing): Speedup using delayed hooks and temp bu

[elpa] externals/consult e8ce2b6: Add MARKERS argument to `consult-mark` and `consult-global-mark`

2021-06-27 Thread ELPA Syncer
branch: externals/consult commit e8ce2b6aa0022ab9095f061b3085a498f64e0094 Author: Daniel Mendler Commit: Daniel Mendler Add MARKERS argument to `consult-mark` and `consult-global-mark` This allows reusing the commands for different custom marker lists, for example the xref marke

[elpa] externals/consult ecdefab: Remove comment

2021-06-27 Thread ELPA Syncer
branch: externals/consult commit ecdefab0d4bfd72b010aecd90b12883c4b10b57d Author: Daniel Mendler Commit: Daniel Mendler Remove comment --- consult.el | 1 - 1 file changed, 1 deletion(-) diff --git a/consult.el b/consult.el index ab17283..878436f 100644 --- a/consult.el +++ b/consult.el @@

[elpa] externals/org e255050: src: Use `replace-buffer-contents' only for emacs >= 27

2021-06-27 Thread ELPA Syncer
branch: externals/org commit e2550506ebfec0c1a7892dfa5ef948435be1c7f4 Author: Sébastien Miquel Commit: Nicolas Goaziou src: Use `replace-buffer-contents' only for emacs >= 27 * lisp/org-src.el (org-edit-src-save): (org-edit-src-exit): Use `replace-buffer-contents' only for emacs

[elpa] externals/org 8e3e2f6: clock: Prevent "before first headline" error on clock-out note

2021-06-27 Thread ELPA Syncer
branch: externals/org commit 8e3e2f667f0b28b85845204b708c3f0aebc9152b Author: Nicolas Goaziou Commit: Nicolas Goaziou clock: Prevent "before first headline" error on clock-out note * lisp/org-clock.el (org-clock-out): Possibly create a note at the very end of the process, when t

[elpa] externals/corfu 86bbbde: corfu-map: Remove [return] binding, add comment regarding [tab]

2021-06-27 Thread ELPA Syncer
branch: externals/corfu commit 86bbbde8819c56f3480e93e69a37f1d1d8ccae7d Author: Daniel Mendler Commit: Daniel Mendler corfu-map: Remove [return] binding, add comment regarding [tab] org-mode-map binds [tab], therefore we have to keep this binding for now. --- corfu.el | 3 ++- 1 fi

[nongnu] elpa/tuareg 98b3e77: Remove duplicates from indent-test.ml

2021-06-27 Thread ELPA Syncer
branch: elpa/tuareg commit 98b3e77d2ade682566053be819a50853ffa8e0b4 Author: Mattias Engdegård Commit: Mattias Engdegård Remove duplicates from indent-test.ml --- indent-test.ml | 1156 +--- 1 file changed, 86 insertions(+), 1070 deletions(

[nongnu] elpa/tuareg c1d5aa1 2/2: Tweak indentation of class definition with non-hanging `object`

2021-06-27 Thread ELPA Syncer
branch: elpa/tuareg commit c1d5aa12b1abb2a0cc1756ed331182fce64b6cce Author: Mattias Engdegård Commit: Mattias Engdegård Tweak indentation of class definition with non-hanging `object` Indent non-hanging `object` instead of aligning with their preceding `class` token. Previously:

[nongnu] elpa/tuareg e46ce6f 1/2: Parse `class type` correctly (#239)

2021-06-27 Thread ELPA Syncer
branch: elpa/tuareg commit e46ce6f99bc950b53f42df26aa41aa5ca2698f00 Author: Mattias Engdegård Commit: Mattias Engdegård Parse `class type` correctly (#239) Lex "type" after "class" as "c-type", in analogy with "m-type". --- tuareg-tests.el | 19 +++ tuareg.el

[nongnu] elpa/tuareg updated (98b3e77 -> c1d5aa1)

2021-06-27 Thread ELPA Syncer
elpasync pushed a change to branch elpa/tuareg. from 98b3e77 Remove duplicates from indent-test.ml new e46ce6f Parse `class type` correctly (#239) new c1d5aa1 Tweak indentation of class definition with non-hanging `object` Summary of changes: indent-test.ml | 29 +

[elpa] externals/org updated (8e3e2f6 -> 35183b6)

2021-06-27 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from 8e3e2f6 clock: Prevent "before first headline" error on clock-out note new afb948e Backport commit f1f351def from Emacs new bb572a3 Backport commit 19f2f2699 from Emacs new 35183b6 Merge branch 'km/from-

[elpa] externals/org bb572a3 2/3: Backport commit 19f2f2699 from Emacs

2021-06-27 Thread ELPA Syncer
branch: externals/org commit bb572a3e8c08bd9fe8c2498098b4c013071174f1 Author: Stephen Berman Commit: Kyle Meyer Backport commit 19f2f2699 from Emacs * lisp/org-compat.el (org--setup-calendar-bindings): Fix logic in test of 'org-agenda-diary-file' (bug#48199). Prevent Or