Fix: (org-ql-completing-read) Format links before display
Also use org-entry-get to get the heading, which should avoid issues with different Org versions having different optional arguments to org-get-heading.
This commit is contained in:
parent
1d98c7d07c
commit
2c098540ca
3 changed files with 124 additions and 121 deletions
|
|
@ -547,6 +547,7 @@ Simple links may also be written manually in either sexp or non-sexp form, like:
|
|||
|
||||
*Fixes*
|
||||
+ Function ~org-ql-completing-read~ is more compatible with default Emacs completion. (See [[https://github.com/alphapapa/org-ql/issues/338][#338]]. Thanks to [[https://github.com/arozbiz][arozbiz]] for reporting.)
|
||||
+ In ~org-ql-completing-read~, format links for display, and use ~org-entry-get~ internally rather than ~org-get-heading~.
|
||||
|
||||
** 0.7
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue