"Christopher M. Miles" <numbch...@gmail.com> writes: > Sorry, wrong code, here is the correct code snippet: > > #+begin_src emacs-lisp > (let ((bound-tags (seq-filter 'cdr temp-fulltable))) > (if (length> bound-tags 0) > bound-tags > (seq-take temp-fulltable 26))) > #+end_src
This will unconditionally drop auto-labeled tags when user-bound tags exist, even if the total number of tags in buffer does not exceed 26. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>