[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] tags completion in a narrowed buffer
From: |
Matt Lundin |
Subject: |
Re: [O] tags completion in a narrowed buffer |
Date: |
Wed, 12 Aug 2015 23:33:19 -0500 |
User-agent: |
Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) |
"Stephen J. Barr" <address@hidden> 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