branch: externals/org
commit 8fa7f0279e69f72c51731bda5cdee27df634d651
Author: Akira Kyle
Commit: Ihor Radchenko
org-html-link: Fix relative links with :html-link-use-abs-url
* lisp/ox-html.el (org-html-link): When publishing relative links with
both :html-link-use-abs-url and :h
branch: externals/org
commit 67e819d6ee5d4a1c89ae3ef88243d6fd930e5e8b
Author: Sébastien Miquel
Commit: Ihor Radchenko
test-org-src.el: Work around `current-column' bug in older emacs
* testing/lisp/test-org-src.el (test-org-src/indented-blocks): Work
around `current-column' not
elpasync pushed a change to branch externals/org.
from 879ba22ef6 org-compat.el: `org--flatten-tree' for Emacs-26
compatibility
new 8fa7f0279e org-html-link: Fix relative links with
:html-link-use-abs-url
new 67e819d6ee test-org-src.el: Work around `current-column' bug in
elpasync pushed a change to branch externals/org-contacts.
from ae45b9413e Add autoload cookie for
`org-contacts-setup-completion-at-point'
new 3f62975e74 Handle property "EMAIL" value in some cases:
new 7231f8b2b8 Clean nil and empty string "" from result
new 2b3a3
branch: externals/org-contacts
commit 3f62975e742154f261c6465be74b27be1f3df72e
Author: stardiviner
Commit: stardiviner
Handle property "EMAIL" value in some cases:
- `mailto:` link
- multiple emails, multiple `mailto:` links
e.g. "[[mailto:yanta...@posteo.net]]";,
"[[m
branch: externals/org-contacts
commit 7231f8b2b8ef8e2abb714e3718daffc009d6d857
Author: stardiviner
Commit: stardiviner
Clean nil and empty string "" from result
---
org-contacts.el | 45 -
1 file changed, 24 insertions(+), 21 deletions(-)
diff --
branch: externals/org-contacts
commit 2b3a3866aa6f8488520bd1e4608e58bf8597fa08
Author: stardiviner
Commit: stardiviner
[test] add ert testing for property "EMAIL" value format regexp matching
---
test-org-contacts.el | 53
1 file changed,
branch: elpa/opam-switch-mode
commit 0a0dfa84e1e3cb33e18a57812eded50c287029c9
Author: Erik Martin-Dorel
Commit: Erik Martin-Dorel
fix: (opam-switch--reset-env) unexpectedly cleared exec-path
Close #13
---
NEWS.md | 1 +
opam-switch-mode.el | 6 +-
2 files changed, 6
branch: elpa/opam-switch-mode
commit 2961d8669ac68efe89bb3ef348fe6819105a711f
Author: Erik Martin-Dorel
Commit: Erik Martin-Dorel
fix: opam-switch-mode support for local switches
- (opam-switch--get-current-switch) returned "_opam" for local switches
- (opam-switch--set-env) rai
elpasync pushed a change to branch elpa/opam-switch-mode.
from 5d7efc2acc docs: Create NEWS.md
new 0a0dfa84e1 fix: (opam-switch--reset-env) unexpectedly cleared
exec-path
new 2961d8669a fix: opam-switch-mode support for local switches
new 92e9974663 refactor: s/Opam
branch: elpa/opam-switch-mode
commit 92e99746637e0269413f3c43f687a94003a37f8d
Author: Erik Martin-Dorel
Commit: Erik Martin-Dorel
refactor: s/Opam-switch/OPSW/
---
NEWS.md | 2 ++
opam-switch-mode.el | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/NEWS.md b
branch: elpa/opam-switch-mode
commit 55d1add5f7ca0fb61c9a659fe78e70187c17e40d
Merge: 5d7efc2acc 92e9974663
Author: Erik Martin-Dorel
Commit: GitHub
Merge pull request #14 from ProofGeneral/improve
Improve opam-switch-mode and fix bugs #12, #13
---
NEWS.md | 5 +
op
elpasync pushed a change to branch externals/denote.
from fa26bd17b2 Reorder A-Z a name in the manual's acknowledgements
new 1b73189d71 Add documentation to rename files together with
dired-preview
new 1f8d30d470 Remove needless 'progn' from
denote-dired-rename-marked-file
branch: externals/denote
commit 1b73189d7160e06b8bb0bb395e0f814341820431
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
Add documentation to rename files together with dired-preview
---
README.org | 53 +
1 file changed, 53 insert
branch: externals/denote
commit 1f8d30d4700738bc33a0dc0ca889861030ab1a83
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
Remove needless 'progn' from denote-dired-rename-marked-files
---
denote.el | 31 +++
1 file changed, 15 insertions(+), 16 deletions(-
branch: scratch/evil
commit 8c8a6cd493dbe93da03ad7c2887cb0d15fa7eec6
Author: Stefan Monnier
Commit: Stefan Monnier
Misc minor changes
* evil-command-window.el (evil-command-window-draw-prefix):
Mark `ignored` as, well, ignored.
* README.md: Mention that `undo-fu` is also in
monnier pushed a change to branch scratch/evil.
was ea1b21d658 Misc minor changes
This change permanently discards the following revisions:
discards ea1b21d658 Misc minor changes
discards b04145a776 Replace uses of `defadvice` with `advice-add`
discards f09062ee12 Remove redunda
monnier pushed a change to branch scratch/evil.
at 8c8a6cd493 Misc minor changes
This branch includes the following new commits:
new df07a56637 evil-pkg.el: Remove file
new afdf67455d Better follow conventions for use of ' in docstrings
new 1f75d30ad6 Prefer #' t
branch: scratch/evil
commit c160df1da2737a2ad1564a892f4697cd8724fa97
Author: Stefan Monnier
Commit: Stefan Monnier
Remove redundant `:group` args
In the absence of `:group`, `defcustom` and `defface` default to
the group that was last defined in the same file.
* evil-ju
branch: scratch/evil
commit 1f75d30ad62b3fcd00ae25c18057f5a9ed4cb9e6
Author: Stefan Monnier
Commit: Stefan Monnier
Prefer #' to quote function names
---
evil-commands.el| 16 +++---
evil-common.el | 10 -
evil-ex.el | 2 +-
evil-integration.el | 2 +-
evi
branch: scratch/evil
commit f4b6445f285c0d15b5e36bd72b90634f94214a9e
Author: Stefan Monnier
Commit: Stefan Monnier
Use lexical-binding everywhere
Most of the code already used lexical-binding, but there were
still a few of remnant of use of the old dynbound dialect.
* e
branch: scratch/evil
commit df07a566370349eb995f9556d1f33bceb4a13d4c
Author: Stefan Monnier
Commit: Stefan Monnier
evil-pkg.el: Remove file
This file is auto-generated from headers in `evil.el` anyway.
* evil.el: Synchronize metadata with what was in `evil-pkg.el`.
* .gitign
branch: scratch/evil
commit afdf67455d949bc841fd4eda9e4bcb42215bbe0c
Author: Stefan Monnier
Commit: Stefan Monnier
Better follow conventions for use of ' in docstrings
Also try and make the docstring fit within 80 columns.
This fixes some incorrect uses and eliminates some warni
branch: scratch/evil
commit b0d70e09c05725ea73a42ad7abf65a8016b32399
Author: Stefan Monnier
Commit: Stefan Monnier
Replace uses of `defadvice` with `advice-add`
This either requires a dependency on the `nadvice` package,
or bumping the minimum Emacs version to 24.4. I went with
branch: scratch/evil
commit a242846c1d1de5eaf3b548a031fce705967ea38e
Author: Stefan Monnier
Commit: Stefan Monnier
(evil-with-delay): New macro, extracted from `evil-delay`
Save some kitten by using a macro instead of using `eval`.
This also exposes more code to the compiler, so
25 matches
Mail list logo