From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: tags completion in a narrowed buffer Date: Wed, 12 Aug 2015 23:33:19 -0500 Message-ID: <87tws3u7sg.fsf@fastmail.fm> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45396) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZPkCj-0004Mi-PC for emacs-orgmode@gnu.org; Thu, 13 Aug 2015 00:33:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZPkCe-0004sy-IL for emacs-orgmode@gnu.org; Thu, 13 Aug 2015 00:33:25 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:40347) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZPkCe-0004so-F5 for emacs-orgmode@gnu.org; Thu, 13 Aug 2015 00:33:20 -0400 In-Reply-To: (Stephen J. Barr's message of "Tue, 11 Aug 2015 14:44:52 -0700") 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: "Stephen J. Barr" Cc: emacs-orgmode@gnu.org "Stephen J. Barr" writes: > Greetings, > > In my workflow I frequently narrow buffers. Within a narrowed buffer, > I would like to add additional headlines with tag completion. However, > the menu of tags offered for completion are only the tags in the > narrowed buffer. Is it possible for me to specify that tag completion > should always offer me all tags in all org-agenda-files files. (setq org-complete-tags-always-offer-all-agenda-tags t) Matt