[elpa] externals/org 0a6a56c804: org-adapt-indentation: Fix 'headline-data checks

2022-09-24 Thread ELPA Syncer
branch: externals/org commit 0a6a56c804099e358ca558119b7aede0b2b9b90f Author: Ihor Radchenko Commit: Ihor Radchenko org-adapt-indentation: Fix 'headline-data checks * lisp/org.el (org--at-headline-data-p): New function used to check if element at point belongs to headline data.

[nongnu] elpa/swift-mode f4529efa45: Add comments about workaround

2022-09-24 Thread ELPA Syncer
branch: elpa/swift-mode commit f4529efa453f2f3051e2c8f772cd9da80147b93d Author: taku0 Commit: taku0 Add comments about workaround Those workarounds are no longer necessary since 29.1. --- swift-mode.el | 4 1 file changed, 4 insertions(+) diff --git a/swift-mode.el b/swift-mo

[elpa] externals/ack updated (40076b5b5f -> 90c90a8032)

2022-09-24 Thread ELPA Syncer
elpasync pushed a change to branch externals/ack. from 40076b5b5f Fix #13: Fix line number false match in ack-error-regexp-alist new 0b5fe2a54f Add GNU ELPA badge to README.rst new 90c90a8032 Release version 1.11 Summary of changes: README.rst | 10 +++--- ack.el

[elpa] externals/ack 90c90a8032 2/2: Release version 1.11

2022-09-24 Thread ELPA Syncer
branch: externals/ack commit 90c90a80322aa9f26ce88f2f24a224afc4c994b8 Author: Stefan Kangas Commit: Stefan Kangas Release version 1.11 --- ack.el | 6 +++--- pcmpl-ack.el | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ack.el b/ack.el index 0354f2c805..8df650723

[elpa] externals/ack 0b5fe2a54f 1/2: Add GNU ELPA badge to README.rst

2022-09-24 Thread ELPA Syncer
branch: externals/ack commit 0b5fe2a54fcccd92191a7a16b7a8b662a3ba0b28 Author: Stefan Kangas Commit: Stefan Kangas Add GNU ELPA badge to README.rst --- README.rst | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index d73d57ec09..dd8be09e

[elpa] externals/eglot 83052a5e61: Per #940: Fix blunder in eglot--guess-contact

2022-09-24 Thread ELPA Syncer
branch: externals/eglot commit 83052a5e61267a2e1c091c1bd4301ea81f1bc6d7 Author: João Távora Commit: João Távora Per #940: Fix blunder in eglot--guess-contact * eglot.el (eglot--guess-contact): Add back 'split-string-and-unquote' lost in #940 fix. --- eglot.el | 9 + 1 f

[nongnu] elpa/rust-mode b4537b6f5f 2/2: Merge pull request #462 from ybiquitous/fix-link-in-readme

2022-09-24 Thread ELPA Syncer
branch: elpa/rust-mode commit b4537b6f5fa65626c1bab944681b35769cab9b5c Merge: 1d24ca2e6c b96ea13a6e Author: brotzeit Commit: GitHub Merge pull request #462 from ybiquitous/fix-link-in-readme Fix internal link in README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 del

[nongnu] elpa/rust-mode b96ea13a6e 1/2: Fix internal link in README.md

2022-09-24 Thread ELPA Syncer
branch: elpa/rust-mode commit b96ea13a6ec11e720869e6be522c1e1ef804011c Author: Masafumi Koba <473530+ybiquit...@users.noreply.github.com> Commit: Masafumi Koba <473530+ybiquit...@users.noreply.github.com> Fix internal link in README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2

[elpa] externals/org updated (0a6a56c804 -> e8a797e143)

2022-09-24 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from 0a6a56c804 org-adapt-indentation: Fix 'headline-data checks new 392ccbbf5d ob-core: Display position of executed babel blocks new d1c6d02092 ob-core: Display type of element babel executes new e8a797e143 ob-core:

[elpa] externals/org e8a797e143 3/3: ob-core: Display babel execution time

2022-09-24 Thread ELPA Syncer
branch: externals/org commit e8a797e1437d7aef2ce414694d2b642683f79976 Author: TEC Commit: TEC ob-core: Display babel execution time * lisp/ob-core.el (org-babel-execute-src-block, org-babel-format-result): Record the babel execution time, and then supplement the "Code block

[elpa] externals/org d1c6d02092 2/3: ob-core: Display type of element babel executes

2022-09-24 Thread ELPA Syncer
branch: externals/org commit d1c6d02092540eabdd4cef695d53891190b4704b Author: TEC Commit: TEC ob-core: Display type of element babel executes * lisp/ob-core.el (org-babel-execute-src-block): The babel execute function is run on more than just source blocks, so it makes sense to

[elpa] externals/org 392ccbbf5d 1/3: ob-core: Display position of executed babel blocks

2022-09-24 Thread ELPA Syncer
branch: externals/org commit 392ccbbf5d450ad47cd5952ed2f4ef35e454648e Author: TEC Commit: TEC ob-core: Display position of executed babel blocks * lisp/ob-core.el (org-babel-execute-src-block): When an unnamed babel block is executed, show the position of the block. Thi

[nongnu] elpa/helm cca7fecf20: Use helm-make-(persistent)-command-from-action in more places

2022-09-24 Thread ELPA Syncer
branch: elpa/helm commit cca7fecf207ede339844908baf15a6a508ce096f Author: Thierry Volpiatto Commit: Thierry Volpiatto Use helm-make-(persistent)-command-from-action in more places --- helm-bookmark.el | 36 - helm-buffers.el | 139 +++-

[nongnu] elpa/helm-core updated (92f10d12e7 -> cca7fecf20)

2022-09-24 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm-core. from 92f10d12e7 Notify when aborting mcp adds cca7fecf20 Use helm-make-(persistent)-command-from-action in more places No new revisions were added by this update. Summary of changes: helm-bookmark.el | 36 - hel

[nongnu] elpa/helm 3c64aa842a: Use helm-make-command-from-action in last remaining places

2022-09-24 Thread ELPA Syncer
branch: elpa/helm commit 3c64aa842a7d382460cacc9d6fbe0e39d012b4f5 Author: Thierry Volpiatto Commit: Thierry Volpiatto Use helm-make-command-from-action in last remaining places --- helm-comint.el | 16 ++-- helm-eshell.el | 16 ++-- 2 files changed, 12 insertions(+),

[nongnu] elpa/helm-core updated (cca7fecf20 -> 3c64aa842a)

2022-09-24 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm-core. from cca7fecf20 Use helm-make-(persistent)-command-from-action in more places adds 3c64aa842a Use helm-make-command-from-action in last remaining places No new revisions were added by this update. Summary of changes: helm-comint

[elpa] externals/ef-themes updated (fe8fcf23a3 -> 5928f1249b)

2022-09-24 Thread ELPA Syncer
elpasync pushed a change to branch externals/ef-themes. from fe8fcf23a3 Update to version 0.6.0 new 4f9161eb51 Reposition a node in the manual new 604d2d0ec0 Reposition another node in the manual new c8cd2aaa90 Add DIY guide to make mode lines like modus-themes

[elpa] externals/ef-themes 4f9161eb51 1/4: Reposition a node in the manual

2022-09-24 Thread ELPA Syncer
branch: externals/ef-themes commit 4f9161eb51855f894d69efcdf79a87207f62eac6 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Reposition a node in the manual --- README.org | 62 +++--- 1 file changed, 31 insertions(+), 31 deleti

[elpa] externals/ef-themes 604d2d0ec0 2/4: Reposition another node in the manual

2022-09-24 Thread ELPA Syncer
branch: externals/ef-themes commit 604d2d0ec025df51c65db8b186bd1ec13cccfc4b Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Reposition another node in the manual --- README.org | 116 ++--- 1 file changed, 58 insertions(+), 58

[elpa] externals/ef-themes c8cd2aaa90 3/4: Add DIY guide to make mode lines like modus-themes

2022-09-24 Thread ELPA Syncer
branch: externals/ef-themes commit c8cd2aaa909c441b1a471a0003d24c529ab5198b Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add DIY guide to make mode lines like modus-themes --- README.org | 37 + 1 file changed, 37 insertions(+) diff --git a/RE

[elpa] externals/ef-themes 5928f1249b 4/4: Tweak wording in the manual

2022-09-24 Thread ELPA Syncer
branch: externals/ef-themes commit 5928f1249bbad69d2029b6bb6cdcf26455e397d3 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Tweak wording in the manual --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 79af361caf..66

[elpa] externals/ef-themes 74bd36952f: Use a foreground for vc-dir-status-up-to-date

2022-09-24 Thread ELPA Syncer
branch: externals/ef-themes commit 74bd36952fdb66952aa288ac77f44629da8b682f Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Use a foreground for vc-dir-status-up-to-date --- ef-themes.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ef-themes.el b/ef-themes.el

[elpa] externals/org 3b0c4ad207 2/2: lisp/org.el: Do not skip loading org-loaddefs when using `eval-buffer'

2022-09-24 Thread ELPA Syncer
branch: externals/org commit 3b0c4ad20794ecfb6557900897179718cc812786 Author: Ihor Radchenko Commit: Ihor Radchenko lisp/org.el: Do not skip loading org-loaddefs when using `eval-buffer' * lisp/org.e: Do not skip loading "org-loaddefs.el" when Org mode is loaded through M-x eval

[elpa] externals/org updated (e8a797e143 -> 3b0c4ad207)

2022-09-24 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from e8a797e143 ob-core: Display babel execution time new 764642f55b ob-clojure.el: Add support for babashka and nbb backend new 3b0c4ad207 lisp/org.el: Do not skip loading org-loaddefs when using `eval-buffer' Summary of

[elpa] externals/org 764642f55b 1/2: ob-clojure.el: Add support for babashka and nbb backend

2022-09-24 Thread ELPA Syncer
branch: externals/org commit 764642f55b7a9821acbabcfa1e2d354afab99be7 Author: Daniel Kraus Commit: Bastien ob-clojure.el: Add support for babashka and nbb backend * lisp/ob-clojure.el: Add support for babashka and nbb backend. --- lisp/ob-clojure.el | 27 +++