[elpa] externals/org 5e58af5 52/85: oc-csl: Use citeproc-el to create CSL processor itemgetters

2021-09-27 Thread ELPA Syncer
branch: externals/org commit 5e58af5dddca52a812a74ff18182f6ce31c68f0e Author: AndrĂ¡s Simonyi Commit: Bastien oc-csl: Use citeproc-el to create CSL processor itemgetters * lisp/oc-csl.el (org-cite-csl--processor): Citeproc-el now provides an itemgetter constructor with all the re

[elpa] externals/org db67c7e 55/85: Move some ob-*el files to the new org-contrib repo

2021-09-27 Thread ELPA Syncer
branch: externals/org commit db67c7e9231d35e34341431bb4fc8ba213f1d811 Author: Bastien Commit: Bastien Move some ob-*el files to the new org-contrib repo * lisp/ob-vala.el: * lisp/ob-shen.el: * lisp/ob-picolisp.el: * lisp/ob-mscgen.el: * lisp/ob-ledger.el: * lisp/

[elpa] externals/org 54c2327 49/85: Allow :var header args to be assigned to cons cells

2021-09-27 Thread ELPA Syncer
branch: externals/org commit 54c2327f3abe6b9793014c4117b6294a4390c63e Author: Ihor Radchenko Commit: Bastien Allow :var header args to be assigned to cons cells * lisp/ob-core.el (org-babel-disassemble-tables, org-babel-gnuplot-process-vars): Use `proper-list-p' check instead of

[elpa] externals/org 72c9f1b 43/85: Merge branch 'bugfix'

2021-09-27 Thread ELPA Syncer
branch: externals/org commit 72c9f1bf42d8dd5b92a6bd0bfdf1516ab647cbda Merge: ef66170 dbbb93d Author: Bastien Commit: Bastien Merge branch 'bugfix' --- lisp/org-table.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-table.el b/lisp/org-table.el index 9a703d8..2

[elpa] externals/org d9d5594 66/85: Merge branch 'km/from-emacs-master'

2021-09-27 Thread ELPA Syncer
branch: externals/org commit d9d5594c248f51640ea7ae28e716ee86f9458085 Merge: c21dceb 1f3722c Author: Kyle Meyer Commit: Kyle Meyer Merge branch 'km/from-emacs-master' --- lisp/ob-table.el | 3 ++- lisp/org-agenda.el | 5 +++-- lisp/org-protocol.el | 15 --- 3 files chang

[elpa] externals/org 41f7609 67/85: ob-core: Make recent change compatible with older Emacs versions

2021-09-27 Thread ELPA Syncer
branch: externals/org commit 41f76092c66cb26f33033143455e0837b9cf4a78 Author: Kyle Meyer Commit: Kyle Meyer ob-core: Make recent change compatible with older Emacs versions * lisp/ob-core.el (org-babel-disassemble-tables): Avoid length> for compatibility with Emacs versions befo

[elpa] externals/org 80798fc 72/85: oc.el (org-cite-register-processor): Silence a compiler warning

2021-09-27 Thread ELPA Syncer
branch: externals/org commit 80798fcdbb05a81e885ee5bb44facb7543f5a886 Author: Bastien Commit: Bastien oc.el (org-cite-register-processor): Silence a compiler warning * lisp/oc.el: (org-cite-register-processor): Silence a compiler warning. --- lisp/oc.el | 163 ++

[elpa] externals/org 981bcbf 80/85: Merge branch 'bugfix'

2021-09-27 Thread ELPA Syncer
branch: externals/org commit 981bcbfc14ea8dcc9fbff2aab9fd53b4ae9b67b3 Merge: 4594423 d13556e Author: Bastien Commit: Bastien Merge branch 'bugfix' --- lisp/org.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/org.el b/lisp/org.el index 6add6e4..542b77d 100644 --- a/lisp/org.el ++

[elpa] externals/org c90f96c 77/85: org: Support displaying X% width images

2021-09-27 Thread ELPA Syncer
branch: externals/org commit c90f96c00de99a4ab399d3308d096c834d9879ec Author: TEC Commit: TEC org: Support displaying X% width images * lisp/org.el (org-display-inline-image--width): Instead of interpreting an image :width of X% as X pixels, take it as X% of the text width of

[elpa] externals/org db167b9 81/85: Do not use mark-whole-buffer noninteractively

2021-09-27 Thread ELPA Syncer
branch: externals/org commit db167b7a0f01c71caf3a118e5e9af77abee4 Author: Ihor Radchenko Commit: Ihor Radchenko Do not use mark-whole-buffer noninteractively * lisp/org.el (org-fill-element): `mark-whole-buffer' introduced in 7b85a64da is only for interactive use and causes

[elpa] externals/org c80fea7 82/85: lisp/oc.el: Fix docstring wrapping

2021-09-27 Thread ELPA Syncer
branch: externals/org commit c80fea73555d0747add9c61cce7d16e58eda6ded Author: Bastien Commit: Bastien lisp/oc.el: Fix docstring wrapping * lisp/oc.el (org-cite-parse-elements): Fix docstring wrapping. --- lisp/oc.el | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff

[elpa] externals/org 09dc3fa 83/85: org-protocol.el: decode "+" in query part as space

2021-09-27 Thread ELPA Syncer
branch: externals/org commit 09dc3fa3044df640dc26c52f2de309911f83b509 Author: Max Nikulin Commit: Bastien org-protocol.el: decode "+" in query part as space * lisp/org-protocol.el (org-protocol-convert-query-to-plist): Replace "+" chars by spaces before passing parameter string

[elpa] main 38d5e03: * elpa-packages (svg-lib): New package

2021-09-27 Thread monnier--- via
branch: main commit 38d5e0378ff847121258a04a8a963e1416001ac2 Author: Stefan Monnier Commit: Stefan Monnier * elpa-packages (svg-lib): New package --- elpa-packages | 2 ++ 1 file changed, 2 insertions(+) diff --git a/elpa-packages b/elpa-packages index 89e6989..5166d6e 100644 --- a/elpa-pa

[elpa] externals/org 20c3b0e: mk/server.mk: Also copy orgguide.html

2021-09-27 Thread ELPA Syncer
branch: externals/org commit 20c3b0e436e9d28784536525f3da831dc9d38470 Author: Bastien Commit: Bastien mk/server.mk: Also copy orgguide.html * mk/server.mk (doc-up): Also copy orgguide.html. --- mk/server.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/mk/server.mk b/mk/serve

[elpa] branch externals/svg-lib created (now f9e1bbb)

2021-09-27 Thread ELPA Syncer
elpasync pushed a change to branch externals/svg-lib. at f9e1bbb Fix some warnings This branch includes the following new commits: new 6a83751 Initial import new f732499 Updated description new 38b0bad Typo new 778ef64 Full rewrite new 0

[elpa] externals/svg-lib f732499 02/32: Updated description

2021-09-27 Thread ELPA Syncer
branch: externals/svg-lib commit f73249917f493eba1130ccb3d27858d3c3547522 Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Updated description --- README.org | 8 1 file changed, 8 insertions(+) diff --git a/README.org b/README.org index 34134d2..95b071d 100644 --- a/README.o

[elpa] externals/svg-lib 6a83751 01/32: Initial import

2021-09-27 Thread ELPA Syncer
branch: externals/svg-lib commit 6a83751ec4390e71b788e285cbc1c222b52cf7e4 Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Initial import --- LICENSE.txt | 674 README.org | 5 + screenshot.png | Bin 0 -> 468252 bytes

[elpa] externals/svg-lib 38b0bad 03/32: Typo

2021-09-27 Thread ELPA Syncer
branch: externals/svg-lib commit 38b0badc82b2e0ee529e4b7c13cbce06fbd5022d Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Typo --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 95b071d..fc8478c 100644 --- a/README.org

[elpa] externals/svg-lib fe5e099 13/32: Do not fetch svg if it is cached

2021-09-27 Thread ELPA Syncer
branch: externals/svg-lib commit fe5e0998bbf32b2a8d91c9a100cdb20640d26b32 Author: Damon Chan Commit: Damon Chan Do not fetch svg if it is cached --- svg-lib.el | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/svg-lib.el b/svg-lib.el index 40919ed..8b9550c 100644 --

[elpa] externals/svg-lib a1bfa49 15/32: Add svg-lib-icons-dir

2021-09-27 Thread ELPA Syncer
branch: externals/svg-lib commit a1bfa49a5365605f765bd82c76b15f14b25c5ad8 Author: Damon Chan Commit: Damon Chan Add svg-lib-icons-dir Icons are downloaded to `svg-lib-icons-dir` rather than cache by `url-cache`. Cache by url-cache is not an ideal way for multiple platforms

[elpa] externals/svg-lib a5b06a8 09/32: Forgot screenshot

2021-09-27 Thread ELPA Syncer
branch: externals/svg-lib commit a5b06a8df661ffb1f95b8504884afffd2367c6bb Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Forgot screenshot --- screenshot-2.png | Bin 0 -> 192890 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/screenshot-2.png b/screenshot-2.png n

[elpa] externals/svg-lib 778ef64 04/32: Full rewrite

2021-09-27 Thread ELPA Syncer
branch: externals/svg-lib commit 778ef64d80ba3a45e7fab69d43812f762fc479b0 Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Full rewrite --- screenshot.png | Bin 468252 -> 480935 bytes svg-lib-demo.el | 31 ++-- svg-lib.el | 508 +-

[elpa] externals/svg-lib 461c155 06/32: Update with new style

2021-09-27 Thread ELPA Syncer
branch: externals/svg-lib commit 461c155218306372bea323b158311f6416f7e03f Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Update with new style --- screenshot.png | Bin 480935 -> 484605 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/screenshot.png b/screenshot.pn

[elpa] externals/svg-lib 004ab08 05/32: Better handling of default style + style simplification

2021-09-27 Thread ELPA Syncer
branch: externals/svg-lib commit 004ab0876d0080fc9c2cfd8025ddca2c84d91215 Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Better handling of default style + style simplification --- svg-lib-demo.el | 22 +++ svg-lib.el | 183 +-

[elpa] externals/svg-lib 9115bf7 12/32: Fix string/array nil issue on windows

2021-09-27 Thread ELPA Syncer
branch: externals/svg-lib commit 9115bf78c94302a17cc3fb3f60d7b1071c074d9a Author: chenyanming Commit: chenyanming Fix string/array nil issue on windows This fixes the svg-lib-button/svg-lib-progress can not be used on windows issue. Mentioned on issue #2. --- svg-lib.el | 7 ++-

[elpa] externals/svg-lib 04fdd1a 08/32: Added svg-lib-concat function for org-mode demo

2021-09-27 Thread ELPA Syncer
branch: externals/svg-lib commit 04fdd1a49910d5a38f59328c951f200bfdff159d Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Added svg-lib-concat function for org-mode demo --- README.org | 3 ++- svg-lib-demo.org | 65 svg-

[elpa] externals/svg-lib e66a2d0 17/32: Merge pull request #3 from chenyanming/fix-windows-string-or-array-nil-error

2021-09-27 Thread ELPA Syncer
branch: externals/svg-lib commit e66a2d0600ea7ab6e4b481e951593e8a3e560f28 Merge: 952016b 6ceae83 Author: Nicolas P. Rougier Commit: GitHub Merge pull request #3 from chenyanming/fix-windows-string-or-array-nil-error Fix string/array nil issue on windows --- svg-lib.el | 35

[elpa] externals/svg-lib 6ceae83 16/32: Change `svg-lib-icons-dir` default value

2021-09-27 Thread ELPA Syncer
branch: externals/svg-lib commit 6ceae8324723523428b2a006056690b52aee7fbe Author: Damon Chan Commit: Damon Chan Change `svg-lib-icons-dir` default value It saves to "~/.emacs.d/.cache/svg-lib/" by default. If `svg-lib-icons-dir` does not exist, create it. --- svg-lib.el | 7 +++

[elpa] externals/svg-lib e2d2d68 10/32: Better screenshot

2021-09-27 Thread ELPA Syncer
branch: externals/svg-lib commit e2d2d68a11f9634f331b398ec658762c87b45b86 Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Better screenshot --- screenshot-2.png | Bin 192890 -> 192232 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/screenshot-2.png b/screenshot-2.

[elpa] externals/svg-lib 5787149 07/32: Added button object

2021-09-27 Thread ELPA Syncer
branch: externals/svg-lib commit 578714965ede6980485bdb4127106957896f17a4 Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Added button object --- screenshot.png | Bin 484605 -> 502387 bytes svg-lib-demo.el | 19 +-- svg-lib.el | 104

[elpa] externals/svg-lib 5c206f3 24/32: Remove hard coded image scaling factor

2021-09-27 Thread ELPA Syncer
branch: externals/svg-lib commit 5c206f35e42e68795f75c272e71ad1f4036e01e9 Author: Hyunggyu Jang Commit: Hyunggyu Jang Remove hard coded image scaling factor Image scaling factor is governed by `image-scaling-factor` value, in `create-image`. `svg-image` calls `create-image` unde

[elpa] externals/svg-lib 90bb561 18/32: Added tag example

2021-09-27 Thread ELPA Syncer
branch: externals/svg-lib commit 90bb5615d9a0e0f38e646e361fdf9eaad46007a1 Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Added tag example --- svg-lib-demo.org | 37 - 1 file changed, 24 insertions(+), 13 deletions(-) diff --git a/svg-lib-demo.org

[elpa] externals/svg-lib ebde091 22/32: Added progress pies

2021-09-27 Thread ELPA Syncer
branch: externals/svg-lib commit ebde0910682e1142fcae06049aefeb2f1e28cb30 Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Added progress pies --- README.org | 9 +++ screenshot.png | Bin 502387 -> 544432 bytes svg-lib-demo.el | 25 +- svg-lib-demo.org

[elpa] externals/svg-lib 6876d54 26/32: Fix `font-info` query format.

2021-09-27 Thread ELPA Syncer
branch: externals/svg-lib commit 6876d5433dd3d75ff70fbff93d88a701fb87c5d8 Author: Hyunggyu Jang Commit: Hyunggyu Jang Fix `font-info` query format. From emacs info section, info:emacs#Fonts, font size should be prepended with `-`, not `:`. The latter is to specify key-value pair

[elpa] externals/svg-lib b67b120 30/32: Cosmetic changes

2021-09-27 Thread ELPA Syncer
branch: externals/svg-lib commit b67b1202f17432e9c8b60cd33e34ef8646bf80f9 Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Cosmetic changes --- svg-lib-demo.el | 6 +++--- svg-lib-demo.org | 1 + svg-lib.el | 44 +--- 3 files changed, 25

[elpa] externals/svg-lib 952016b 11/32: Fix tasks status

2021-09-27 Thread ELPA Syncer
branch: externals/svg-lib commit 952016b087af12eb42f2d691f0482276ffdefc2e Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Fix tasks status --- svg-lib-demo.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/svg-lib-demo.org b/svg-lib-demo.org index 0019c54..95

[elpa] externals/svg-lib 0ce0302 19/32: Merge remote-tracking branch 'origin/master'

2021-09-27 Thread ELPA Syncer
branch: externals/svg-lib commit 0ce0302df08a79706f10a052149a9adc0128380e Merge: 90bb561 e66a2d0 Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Merge remote-tracking branch 'origin/master' --- svg-lib.el | 35 --- 1 file changed, 20 insertions(+), 15 d

[elpa] externals/svg-lib f0b2136 25/32: Merge pull request #7 from HyunggyuJang/remove-hard-image-scale

2021-09-27 Thread ELPA Syncer
branch: externals/svg-lib commit f0b213647680d43a43c7f482ad79bdceb7f91c5c Merge: 8427772 5c206f3 Author: Nicolas P. Rougier Commit: GitHub Merge pull request #7 from HyunggyuJang/remove-hard-image-scale Remove hard coded image scaling factor --- svg-lib.el | 10 +- 1 file c

[elpa] externals/svg-lib 83834c6 20/32: Fix usage example in comment.

2021-09-27 Thread ELPA Syncer
branch: externals/svg-lib commit 83834c6c116d9fce90f776b4613c73ea7b10ef8c Author: Lulu Commit: GitHub Fix usage example in comment. --- svg-lib.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/svg-lib.el b/svg-lib.el index 40fc697..ad852e8 100644 --- a/svg-lib.el +

[elpa] externals/svg-lib f9e1bbb 32/32: Fix some warnings

2021-09-27 Thread ELPA Syncer
branch: externals/svg-lib commit f9e1bbba5f233d146d311e880c9a73ab6a6c9c66 Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Fix some warnings --- svg-lib-demo.el | 23 ++- svg-lib.el | 53 - 2 files changed, 50

[elpa] externals/svg-lib f775af4 21/32: Merge pull request #5 from 404cn/master

2021-09-27 Thread ELPA Syncer
branch: externals/svg-lib commit f775af4b9da01d20b9cb064a7556510d0bd54f64 Merge: 0ce0302 83834c6 Author: Nicolas P. Rougier Commit: GitHub Merge pull request #5 from 404cn/master Fix usage example in comment. --- svg-lib.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[elpa] externals/svg-lib 5cb5865 31/32: Bug fix

2021-09-27 Thread ELPA Syncer
branch: externals/svg-lib commit 5cb58656d1a6d2664c1acb9df1c8e16b086e8db2 Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Bug fix --- svg-lib-demo.el | 4 ++-- svg-lib.el | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/svg-lib-demo.el b/svg-lib-demo.el in

[elpa] externals/svg-lib 8427772 23/32: Merge remote-tracking branch 'origin/master'

2021-09-27 Thread ELPA Syncer
branch: externals/svg-lib commit 842777228f4d2ed122dfa8145563de2c4febd68b Merge: ebde091 f775af4 Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Merge remote-tracking branch 'origin/master' --- svg-lib.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/svg-lib.

[elpa] externals/svg-lib e0423a2 27/32: Merge pull request #8 from HyunggyuJang/fix-font-info-query-format

2021-09-27 Thread ELPA Syncer
branch: externals/svg-lib commit e0423a2bb9f5132f29c0fbb72f9fb80e3334ce4a Merge: f0b2136 6876d54 Author: Nicolas P. Rougier Commit: GitHub Merge pull request #8 from HyunggyuJang/fix-font-info-query-format Fix `font-info` query format. --- svg-lib.el | 8 1 file changed, 4

[elpa] externals/svg-lib d9a49ac 14/32: Delete the redundant url checking

2021-09-27 Thread ELPA Syncer
branch: externals/svg-lib commit d9a49ac696c6ae68b59a1a8bbfbd72b6faa8d8cd Author: Damon Chan Commit: Damon Chan Delete the redundant url checking --- svg-lib.el | 10 +- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/svg-lib.el b/svg-lib.el index 8b9550c..7a06071 10064

[elpa] externals/svg-lib 11bc5dc 28/32: Make stroke to be fully contained inside the svg

2021-09-27 Thread ELPA Syncer
branch: externals/svg-lib commit 11bc5dc99d8da846e7670d693ce5a8df6ddc8abd Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Make stroke to be fully contained inside the svg --- svg-lib.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/svg-lib.el b/svg-lib.el index

[elpa] externals/svg-lib 2cab1a0 29/32: Merge remote-tracking branch 'origin/master'

2021-09-27 Thread ELPA Syncer
branch: externals/svg-lib commit 2cab1a08fd2cef6f6b1d19abcd3b62fada9cfe99 Merge: 11bc5dc e0423a2 Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Merge remote-tracking branch 'origin/master' --- svg-lib.el | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff -

[elpa] externals/diff-hl 6b7ca8c: Avoid unexpected scrolling

2021-09-27 Thread ELPA Syncer
branch: externals/diff-hl commit 6b7ca8c310ec1c1a83990c8d1c013c68f61d9d51 Author: Dmitry Gutov Commit: Dmitry Gutov Avoid unexpected scrolling Mentioned in #169. * Comment out the use of diff-hl-inline-popup--ensure-enough-lines: it caused the problem. * Have diff-hl-s

[elpa] externals/org 3b4ab1c 1/3: doc/org-manual.org (Citations): Enhance

2021-09-27 Thread ELPA Syncer
branch: externals/org commit 3b4ab1c3e4f1ea41a39a9c0e391a8640c8aaea87 Author: Bruce D'Arcus Commit: Bastien doc/org-manual.org (Citations): Enhance * doc/org-manual.org (Citations): Enhance. This is based on a preliminary draft provided by Emmanuel Charpentier. --- doc/org

[elpa] externals/org 3f1bf8c 3/3: org-capture: Fix checkdoc warnings

2021-09-27 Thread ELPA Syncer
branch: externals/org commit 3f1bf8c1f68b7e96cd5febccf4234a5fd9d30ddb Author: Nicholas Vollmer Commit: Bastien org-capture: Fix checkdoc warnings * org-capture: Fix checkdoc warnings. --- lisp/org-capture.el | 71 + 1 file changed

[elpa] externals/org updated (20c3b0e -> 3f1bf8c)

2021-09-27 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from 20c3b0e mk/server.mk: Also copy orgguide.html new 3b4ab1c doc/org-manual.org (Citations): Enhance new 8d4a88b lisp/ob-stan.el: Delete new 3f1bf8c org-capture: Fix checkdoc warnings Summary of changes:

[elpa] externals/org 8d4a88b 2/3: lisp/ob-stan.el: Delete

2021-09-27 Thread ELPA Syncer
branch: externals/org commit 8d4a88b8d96fa70e12be58b5e294cb2d3e8b0c0c Author: Bastien Commit: Bastien lisp/ob-stan.el: Delete * lisp/ob-stan.el: Delete. ob-stan.el has been move to https://git.sr.ht/~bzg/org-contrib and will be maintained on https://git.kyleam.com/ob-st

[elpa] externals/svg-lib updated (f9e1bbb -> 4c47962)

2021-09-27 Thread ELPA Syncer
elpasync pushed a change to branch externals/svg-lib. from f9e1bbb Fix some warnings new 3980b86 Bumped to version 0.2 new 4c47962 Fix more warnings Summary of changes: svg-lib.el | 21 - 1 file changed, 12 insertions(+), 9 deletions(-)

[elpa] externals/svg-lib 3980b86 1/2: Bumped to version 0.2

2021-09-27 Thread ELPA Syncer
branch: externals/svg-lib commit 3980b868c1b58753ab0df0697344f4378b106d22 Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Bumped to version 0.2 --- svg-lib.el | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/svg-lib.el b/svg-lib.el index 9de819f..22d 100644

[elpa] externals/svg-lib 4c47962 2/2: Fix more warnings

2021-09-27 Thread ELPA Syncer
branch: externals/svg-lib commit 4c4796219ef47304e3edc8baefbbd507092f8651 Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Fix more warnings --- svg-lib.el | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/svg-lib.el b/svg-lib.el index 22d..6175f4

[nongnu] elpa/org-contrib f5edcb4: Move ob-stan.el here from Org's core

2021-09-27 Thread ELPA Syncer
branch: elpa/org-contrib commit f5edcb4de2c8a19f9a6c56fe93d219bbe87f96d5 Author: Bastien Guerry Commit: Bastien Guerry Move ob-stan.el here from Org's core --- README.md | 41 +-- README.org | 41 +-- lisp/ob-stan.el | 86 ++

<    1   2