|
1 | 1 | #+title: Embark changelog |
2 | 2 |
|
3 | | -* Development version |
| 3 | +* Version 0.23 (2023-09-19) |
4 | 4 | - Added a mode line indicator showing the number of selected targets in |
5 | 5 | the current buffer (contributed by @minad, thanks!) |
6 | 6 | - Now =embark-select= can also be called as a top-level command, from |
7 | 7 | outside =embark-act=. When called that way, it will select the first |
8 | 8 | target at point. |
| 9 | +- =embark-org= now has support for acting on references to org headings |
| 10 | + in other buffers, by jumping to the heading first and then running |
| 11 | + the action. One source of references to org headings in other |
| 12 | + buffers are agenda views: each agenda item is such a reference. But |
| 13 | + this feature also supports some great third party commands which |
| 14 | + produce references to org headings, such as =org-ql-find= from the |
| 15 | + =org-ql= package or =consult-org-heading= from =consult=. |
9 | 16 | - Renamed =embark-isearch= to =embark-isearch-forward= and added |
10 | 17 | =embark-isearch-backward=. |
11 | | -- Added key bindings for org agenda items consistent with those of org |
12 | | - headings where possible. Also improved bindings for org targets in |
13 | | - general. |
14 | 18 | - =embark-become= now removes any invisible text from the minibuffer |
15 | 19 | input on the grounds that users probably expect the target command |
16 | 20 | to receive exactly the input they can see. |
17 | 21 | - The meaning of the prefix argument in =embark-bindings= has flipped: |
18 | | - now by default global key bindings are excluded and you =C-u= to |
19 | | - include them. |
| 22 | + now by default global key bindings are excluded and you can use =C-u= |
| 23 | + to include them. |
20 | 24 | - If any candidate in an embark-collect buffer contains a newline, |
21 | 25 | then candidates will be separated by horizontal lines. This is handy |
22 | 26 | for the kill-ring, which you can browse by calling =embark-collect= |
23 | 27 | from =yank-pop=. |
24 | | -- =embark-org= now has support for acting on references to org headings |
25 | | - in other buffers, by jumping to the heading first and then running |
26 | | - the action. One source of references to org headings in other |
27 | | - buffers are agenda views: each agenda item is such a reference. But |
28 | | - this feature also supports some great third party commands which |
29 | | - produce references to org headings, such as =org-ql-find= from the |
30 | | - =org-ql= package or =consult-org-heading= from =consult=. |
31 | 28 | * Version 0.22.1 (2023-04-20) |
32 | 29 | ** New feature: selections |
33 | 30 | Now users can select several targets to make an ad hoc collection. The |
|
0 commit comments