Fix: (property) Calling like (property PROPERTY :inherit t)
Supporting this form isn't really required, since it violates the CL-style argument parsing of CL-DEFUN, but it's convenient, and probably saves some hair-pulling for users who are less familiar with Elisp. Fixes #460. Reported-by: Stewmath <https://github.com/Stewmath>
This commit is contained in:
parent
a373e812d0
commit
86d338729f
4 changed files with 98 additions and 57 deletions
|
|
@ -556,6 +556,7 @@ Simple links may also be written manually in either sexp or non-sexp form, like:
|
|||
** 0.8.9-pre
|
||||
|
||||
*Fixes*
|
||||
+ Predicate ~property~ when called with argument form ~(property "PROPERTY-NAME" :inherit t)~. ([[https://github.com/alphapapa/org-ql/issues/460][#460]]. Thanks to [[https://github.com/Stewmath][Stewmath]] for reporting.)
|
||||
+ Reading of view settings from Org links in upcoming Emacs version. ([[https://github.com/alphapapa/org-ql/issues/461][#461]]. Thanks to [[https://github.com/snogge][Ola Nilsson]] for help debugging, and for maintaining [[https://github.com/jorgenschaefer/emacs-buttercup][Buttercup]].)
|
||||
|
||||
** 0.8.8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue