Re: [PATCH v5] Re: Improve the performance of `org-set-tags-command` on large `org-tag-alist`

2023-07-01 Thread Ihor Radchenko
"Christopher M. Miles" writes: > Ok, I update and re-generated the patch, also add new document and Org NEWS > entries. Thanks! See my comments below. > * lisp/org.el (org-fast-tag-selection): Filter out only maximum number > limited tags has fast selection bound when

[PATCH v5] Re: Improve the performance of `org-set-tags-command` on large `org-tag-alist`

2023-07-01 Thread Christopher M. Miles
Ihor Radchenko writes: > "Christopher M. Miles" writes: > >> I improved the code a little. Can't figure out how to implement upper logic. >> Can you finish the last part? Thanks >> >> #+begin_src emacs-lisp >> (setq tbl (let* ((tags-grouped (org-tag-alist-to-groups fulltable)) >>... > > I