From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: MobileOrg and tags Date: Fri, 03 Aug 2012 14:31:12 +0200 Message-ID: <87pq78rwbz.fsf@gnu.org> References: <87r4sb5d5o.wl%jamshark70@dewdrop-world.net> <87a9yupfok.wl%jamshark70@dewdrop-world.net> <87k3xn4vyl.fsf@gnu.org> <8739494kku.fsf@altern.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56075) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SxH1d-0006bw-Ek for emacs-orgmode@gnu.org; Fri, 03 Aug 2012 08:30:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SxH1c-000801-Hq for emacs-orgmode@gnu.org; Fri, 03 Aug 2012 08:30:41 -0400 Received: from mail-wi0-f177.google.com ([209.85.212.177]:46791) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SxH1c-0007zN-Ai for emacs-orgmode@gnu.org; Fri, 03 Aug 2012 08:30:40 -0400 Received: by wibhm11 with SMTP id hm11so399701wib.12 for ; Fri, 03 Aug 2012 05:30:39 -0700 (PDT) In-Reply-To: <8739494kku.fsf@altern.org> (Bastien's message of "Mon, 30 Jul 2012 12:20:01 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: jamshark70@dewdrop-world.net Cc: emacs-orgmode@gnu.org Hi James, Bastien writes: > Hi James, > > James Harkins 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) I've finally committed a change for this, using `org-global-tags-completion-table' inconditionnally. Please test it and report any problem. Thanks, -- Bastien