From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: MobileOrg and tags Date: Sat, 28 Jul 2012 19:49:38 +0200 Message-ID: <87k3xn4vyl.fsf@gnu.org> References: <87r4sb5d5o.wl%jamshark70@dewdrop-world.net> <87a9yupfok.wl%jamshark70@dewdrop-world.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48382) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SvB8S-0004OM-K3 for emacs-orgmode@gnu.org; Sat, 28 Jul 2012 13:49:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SvB8R-0007PE-MU for emacs-orgmode@gnu.org; Sat, 28 Jul 2012 13:49:04 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:46668) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SvB8R-0007P9-F2 for emacs-orgmode@gnu.org; Sat, 28 Jul 2012 13:49:03 -0400 Received: by weys10 with SMTP id s10so3053529wey.0 for ; Sat, 28 Jul 2012 10:49:02 -0700 (PDT) In-Reply-To: <87a9yupfok.wl%jamshark70@dewdrop-world.net> (James Harkins's message of "Fri, 20 Jul 2012 12:20:43 -0400") 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: James Harkins Cc: emacs-orgmode@gnu.org Hi James, James Harkins writes: > I found a reference to a function, org-global-tags-completion-table, that > would collect all of the tags currently being used. So, as an experiment, I > made a small change to org-mobile.el [1]. And, magically, in index.org, now > I get: > > #+TAGS: Bug FarShore Hadron Hard Lament lily Lilypond......... Can you try replacing the call to the function (org-global-tags-completion-table) by a call to the variable `org-tag-alist'? I'm not using org-mobile.el, so purely a shoot in the dark. But `org-tag-alist-for-agenda' doesn't seem necessary here, and using `org-global-tags-completion-table' is too time consuming. Thanks, -- Bastien