emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] MobileOrg and tags


From: Bastien
Subject: Re: [O] MobileOrg and tags
Date: Mon, 30 Jul 2012 12:20:01 +0200
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1.50 (gnu/linux)

Hi James,

James Harkins <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]