[elpa] externals/org 1292d89 4/4: Clean up spacing to pass Emacs's pre-commit check

2021-09-28 Thread ELPA Syncer
branch: externals/org commit 1292d89c37073d4cde037f703d4cb9227a98931c Author: Kyle Meyer Commit: Kyle Meyer Clean up spacing to pass Emacs's pre-commit check * lisp/org-agenda.el (org-agenda-highlight-todo): (org-agenda-set-mode-name): * lisp/org-table.el

[elpa] externals/org d3add14 3/4: ORG-NEWS: Drop an incomplete thought

2021-09-28 Thread ELPA Syncer
branch: externals/org commit d3add1446120290e81c235e57ac6fe3e71cab65d Author: Kyle Meyer Commit: Kyle Meyer ORG-NEWS: Drop an incomplete thought This is flagged by Emacs's pre-commit hook due to trailing whitespace. But the line looks incomplete, so just deleted the line. ---

[elpa] externals/org d410506 2/4: orgcard.tex: Use en-dash for copyright years

2021-09-28 Thread ELPA Syncer
branch: externals/org commit d4105060d22ec98446de24305c5a2965e02c924c Author: Kyle Meyer Commit: Kyle Meyer orgcard.tex: Use en-dash for copyright years This matches what's in the Emacs tree (and generated automatically by admin/update-copyright). --- doc/orgcard.tex | 2 +- 1

[elpa] externals/org 5ed40ab 1/4: ORG-NEWS: Clean up leftover conflicts

2021-09-28 Thread ELPA Syncer
branch: externals/org commit 5ed40ab2669b5d89e3ea61b5be691e3250bbe5e7 Author: Kyle Meyer Commit: Kyle Meyer ORG-NEWS: Clean up leftover conflicts The merge in e64d5bcc6 (Merge branch 'bugfix', 2021-09-25) left several unresolved conflicts. One was cleaned up later in db67c7e92

[elpa] externals/org updated (b96aae4 -> 1292d89)

2021-09-28 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from b96aae4 oc-csl: Refactor code to help byte-compilation new 5ed40ab ORG-NEWS: Clean up leftover conflicts new d410506 orgcard.tex: Use en-dash for copyright years new d3add14 ORG-NEWS: Drop an incomplete

[nongnu] elpa/with-editor updated (eabf9c9 -> 5272a3c)

2021-09-28 Thread ELPA Syncer
elpasync pushed a change to branch elpa/with-editor. from eabf9c9 manual: Cleanup local variables new 73e1cdf with-editor-export-editor: For vterm call clear new 5272a3c readme: Add vterm setup instructions Summary of changes: README.md | 13 +++--

[nongnu] elpa/with-editor 5272a3c 2/2: readme: Add vterm setup instructions

2021-09-28 Thread ELPA Syncer
branch: elpa/with-editor commit 5272a3c7af183eddf59cbcd7cc82203755b61300 Author: Itai Y. Efrat Commit: Jonas Bernoulli readme: Add vterm setup instructions --- README.md | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index

[nongnu] elpa/with-editor 73e1cdf 1/2: with-editor-export-editor: For vterm call clear

2021-09-28 Thread ELPA Syncer
branch: elpa/with-editor commit 73e1cdfc93fc23f3888e40a173c252778d0bb92c Author: Jonas Bernoulli Commit: Jonas Bernoulli with-editor-export-editor: For vterm call clear Re #101. --- with-editor.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git

[elpa] externals/shell-command+ 35808ca 2/3: Fix checkdoc complaint

2021-09-28 Thread ELPA Syncer
branch: externals/shell-command+ commit 35808caba439fd72a6a4188a1698ab7981fda20d Author: Philip Kaludercic Commit: Philip Kaludercic Fix checkdoc complaint --- shell-command+.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell-command+.el b/shell-command+.el index

[elpa] externals/shell-command+ updated (1554f6f -> 36ed006)

2021-09-28 Thread ELPA Syncer
elpasync pushed a change to branch externals/shell-command+. from 1554f6f Add rgrep to shell-command+-substitute-alist new dd94676 Update copyright line new 35808ca Fix checkdoc complaint new 36ed006 Fix shell-command+-substitute-alist customization type

[elpa] externals/org 51a60cd 1/4: lisp/ob-R: Async evaluation in R

2021-09-28 Thread ELPA Syncer
branch: externals/org commit 51a60cd53f62261c5cfd3835571c27771be6c471 Author: Jeremie Juste Commit: Bastien lisp/ob-R: Async evaluation in R * lisp/ob-R.el (ob-session-async-R-indicator): Add constant representing a prefix R to identity session.

[elpa] externals/shell-command+ 36ed006 3/3: Fix shell-command+-substitute-alist customization type

2021-09-28 Thread ELPA Syncer
branch: externals/shell-command+ commit 36ed0060289b62fd0500f39a39c992daafde576c Author: Philip Kaludercic Commit: Philip Kaludercic Fix shell-command+-substitute-alist customization type --- shell-command+.el | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git

[elpa] externals/shell-command+ dd94676 1/3: Update copyright line

2021-09-28 Thread ELPA Syncer
branch: externals/shell-command+ commit dd94676e77b6bb2f0f99f24e8e8672f3b6b83fc1 Author: Philip Kaludercic Commit: Philip Kaludercic Update copyright line --- shell-command+.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell-command+.el b/shell-command+.el index

[elpa] externals/org 72a48c3 3/4: ob-R.el: Patch async evaluation when :results output

2021-09-28 Thread ELPA Syncer
branch: externals/org commit 72a48c306f4ad18852d42056cc7b628974b80cdd Author: Jeremie Juste Commit: Bastien ob-R.el: Patch async evaluation when :results output * lisp/ob-R.el (ob-session-async-org-babel-R-evaluate-session): Make sure that `ess-inject-source' is set to the

[elpa] externals/org b96aae4 4/4: oc-csl: Refactor code to help byte-compilation

2021-09-28 Thread ELPA Syncer
branch: externals/org commit b96aae46842a57380bf8d845b5c62f1c1a3099cf Author: András Simonyi Commit: Bastien oc-csl: Refactor code to help byte-compilation * lisp/oc-csl.el (org-cite-csl--create-structure-params): Refactor pcase pattern to avoid slow or in some cases

[elpa] externals/org 01557ee 2/4: ob-R.el: Patch async evaluation when :results output

2021-09-28 Thread ELPA Syncer
branch: externals/org commit 01557eef5758d6ce0308b27fabf0cd62e69e17af Author: Jeremie Juste Commit: Bastien ob-R.el: Patch async evaluation when :results output * lisp/ob-R.el (ob-session-async-org-babel-R-evaluate-session): Make sure that `ess-eval-visibly' is nil before

[elpa] externals/org updated (93d7825 -> b96aae4)

2021-09-28 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from 93d7825 lisp/org.el (visual-fill-column-width): Silence compiler warning new 51a60cd lisp/ob-R: Async evaluation in R new 01557ee ob-R.el: Patch async evaluation when :results output new 72a48c3

[elpa] externals/org 8130147 1/2: ox-org: Use lower case keywords

2021-09-28 Thread ELPA Syncer
branch: externals/org commit 813014795864e3689cb931d06d9c0db0d6d172a4 Author: TEC Commit: Bastien ox-org: Use lower case keywords * lisp/ox-org.el (org-org-identity, org-org-template): As it has previously been clarified on the mailing list that upper-case keywords are only

[elpa] externals/org 93d7825 2/2: lisp/org.el (visual-fill-column-width): Silence compiler warning

2021-09-28 Thread ELPA Syncer
branch: externals/org commit 93d7825d557f4f362a5e8f8d1baff44af796abcd Author: Bastien Commit: Bastien lisp/org.el (visual-fill-column-width): Silence compiler warning * lisp/org.el (visual-fill-column-width): Silence compiler warning. --- lisp/org.el | 1 + 1 file changed, 1

[elpa] externals/org updated (9e2341b -> 93d7825)

2021-09-28 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from 9e2341b oc-csl: Add support for the text and year citation styles new 8130147 ox-org: Use lower case keywords new 93d7825 lisp/org.el (visual-fill-column-width): Silence compiler warning Summary of changes:

[elpa] elpa-admin c362980: Don't use `date` to parse date from git; it's unportable.

2021-09-28 Thread Mattias Engdeg�rd
branch: elpa-admin commit c36298077e35d8d43f149711b92df69775740572 Author: Mattias Engdegård Commit: Mattias Engdegård Don't use `date` to parse date from git; it's unportable. BSD date doesn't work like GNU date. Do it in Lisp instead. * elpa-admin.el

[elpa] externals/org 9e2341b: oc-csl: Add support for the text and year citation styles

2021-09-28 Thread ELPA Syncer
branch: externals/org commit 9e2341bc65e446be37108c84b349f4aef6df78df Author: András Simonyi Commit: Bastien oc-csl: Add support for the text and year citation styles * lisp/oc-csl.el (org-cite-csl--create-structure-params): Introduce this new function to map the extended list

[nongnu] elpa/magit-section updated (9a865f1 -> f53148a)

2021-09-28 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit-section. from 9a865f1 magit-version: Yet another change adds f53148a magit-unstage-all: Don't prompt if there is nothing to unstage No new revisions were added by this update. Summary of changes: lisp/magit-apply.el | 2 ++ 1

[nongnu] elpa/magit updated (9a865f1 -> f53148a)

2021-09-28 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit. from 9a865f1 magit-version: Yet another change adds f53148a magit-unstage-all: Don't prompt if there is nothing to unstage No new revisions were added by this update. Summary of changes: lisp/magit-apply.el | 2 ++ 1 file

[nongnu] elpa/git-commit f53148a: magit-unstage-all: Don't prompt if there is nothing to unstage

2021-09-28 Thread ELPA Syncer
branch: elpa/git-commit commit f53148a569191bdbfb78d76f28481b91c60cb846 Author: Jonas Bernoulli Commit: Jonas Bernoulli magit-unstage-all: Don't prompt if there is nothing to unstage Instead error out. Closes #4513. --- lisp/magit-apply.el | 2 ++ 1 file changed, 2

[elpa] externals/counsel 90783f5: Merge branch 'master' into externals/counsel

2021-09-28 Thread Basil L. Contovounesios
branch: externals/counsel commit 90783f545705344aae4fdc6e8d207c0ef3564711 Merge: 2b2dd09 5f49149 Author: Basil L. Contovounesios Commit: Basil L. Contovounesios Merge branch 'master' into externals/counsel --- counsel.el | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-)

[elpa] externals/counsel updated (2b2dd09 -> 90783f5)

2021-09-28 Thread Basil L. Contovounesios
blc pushed a change to branch externals/counsel. from 2b2dd09 Merge branch 'master' into externals/counsel adds 4de30b0 Expand result of read-directory-name adds 5f49149 Pacify Emacs 28 wide docstring warnings new 90783f5 Merge branch 'master' into

[elpa] externals/ivy a79ab91 2/2: Merge branch 'master' into externals/ivy

2021-09-28 Thread Basil L. Contovounesios
branch: externals/ivy commit a79ab912737af3124331ceb40f235dee738ed630 Merge: 80473bf 5f49149 Author: Basil L. Contovounesios Commit: Basil L. Contovounesios Merge branch 'master' into externals/ivy --- ivy.el | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ivy.el

[elpa] externals/ivy 5f49149 1/2: Pacify Emacs 28 wide docstring warnings

2021-09-28 Thread Basil L. Contovounesios
branch: externals/ivy commit 5f49149073be755212b3e32853eeb3f4d0f972e6 Author: Basil L. Contovounesios Commit: Basil L. Contovounesios Pacify Emacs 28 wide docstring warnings * counsel.el (counsel-read-directory-name) (counsel--kmacro-candidates)