Hello,

Kyle Meyer <k...@kyleam.com> writes:

> It bisects to b4e91b7e9 (New function: org-collect-keywords,
> 2020-04-26).  I haven't done much digging, but I was able to restore the
> behavior with the change below, which may be a bad idea for other
> reasons.
>
> diff --git a/lisp/org.el b/lisp/org.el
> index 0e1e05239..a8db4c2bf 100644
> --- a/lisp/org.el
> +++ b/lisp/org.el
> @@ -4501,7 +4501,6 @@ (defun org--collect-keywords-1 (keywords uniques files 
> alist)
>                         (push (cons key value) alist)
>                         (setq keywords (remove key keywords))
>                         (setq regexp (org-make-options-regexp keywords)))
> -                      ((not (org-string-nw-p value)) nil)
>                        ((null entry) (push (list key value) alist))
>                        (t (push value (cdr entry)))))))))))

At first glance, it looks harmless. If the test suite passes, we can
apply it.

Thank you.

Regards,

-- 
Nicolas Goaziou

Reply via email to