Hi James,

James Harkins <jamshar...@gmail.com> writes:

> Or have a configuration variable so the user can decide how to
> generate the tag list. If the global tag completion table function is
> too slow for some, they could manually populate org-tag-alist or...?

Yes -- something like `org-mobile-rebuild-agenda-tag-alist': t or nil.

(if org-mobile-rebuild-agenda-tag-alist
    (org-global-tags-completion-table org-mobile-files)
  org-tag-alist-for-agenda)

Thanks in advance for the patch,

-- 
 Bastien


Reply via email to