Merge branch 'maint'

This commit is contained in:
Kyle Meyer 2017-07-16 16:59:53 -04:00
commit 4214211675
1 changed files with 1 additions and 1 deletions

View File

@ -7516,7 +7516,7 @@ also press `-' or `+' to switch between filtering and excluding."
(org-global-tags-completion-table)))
(let ((completion-ignore-case t))
(setq tag (completing-read
"Tag: " org-global-tags-completion-table))))
"Tag: " org-global-tags-completion-table nil t))))
(cond
((eq char ?\r)
(org-agenda-filter-show-all-tag)