emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug: Tag Completion Not Prompting for all tags
@ 2012-03-24 15:50 Mike McLean
  2012-03-24 16:03 ` Bastien
                   ` (2 more replies)
  0 siblings, 3 replies; 21+ messages in thread
From: Mike McLean @ 2012-03-24 15:50 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 1404 bytes --]

Steps to Reproduce:

1 Start Emacs clean

/Applications/Emacs.app/Contents/MacOS/Emacs -Q
1.1 Note: Emacs Version

emacs-version is a variable defined in `C source code'.
Its value is "24.0.94.1"
2 Load Org Mode and some sample tags

Evaluate the following in the scratch buffer

(require 'org-install)
(setq org-tag-alist (quote (
                            ("tag_a" . ?a)
                            ("tag_b" . ?b))))
3 Open the following org-mode file

* Header 1
** Header 1.1
* Header 2                                                                      :Personal:
4 Point should be on the first asterisk for “Header 1”

5 Type C-c C-q to bring up Tag selection

The expected result is the fast tag selection; this works

6 Type <TAB> to enter free tag selection

The expected result is that the Minibuffer prompts with Tag:; this works

7 Type Per followed by <TAB>

The expected result is a completion of the file-tag Personal; this works

8 Type tag_ followed by <TAB>

The expected result is a completion list of tag_a and tag_b, this does not work and the Minibuffer prompts [No match]

Note that if I were to remove the single characters for tag_a and tag_b completion works for those two but not for the Personal tag from the file

Shouldn't free tag entry always show all possible tags, regardless of the setting of or use of fast tag completion?

[-- Attachment #2: Type: text/html, Size: 11510 bytes --]

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2012-04-11 12:12 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-24 15:50 Bug: Tag Completion Not Prompting for all tags Mike McLean
2012-03-24 16:03 ` Bastien
2012-03-24 16:43   ` Mike McLean
2012-03-27 10:31 ` Bastien
2012-03-30  0:43   ` Mike McLean
2012-03-31  9:17     ` Bastien
2012-04-02 15:26       ` Mike McLean
2012-04-02 15:27         ` Mike McLean
2012-04-02 15:45           ` Bastien
2012-04-02 15:50         ` Bastien
2012-04-02 19:19           ` Mike McLean
2012-04-02 19:19           ` Mike McLean
2012-04-04  1:00           ` Mike McLean
2012-04-04 17:38             ` Mike McLean
2012-04-06  4:38   ` Matt Lundin
2012-04-10 18:48   ` Mike McLean
2012-04-10 16:38 ` Bastien
2012-04-10 18:40   ` Mike McLean
2012-04-11  8:08     ` Bastien
2012-04-11 11:57       ` Mike McLean
2012-04-11 12:11         ` Mike McLean

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).