|
From: | Mike McLean |
Subject: | Re: [O] Bug: Tag Completion Not Prompting for all tags |
Date: | Tue, 3 Apr 2012 21:00:53 -0400 |
OK - sorry, it took an extra day. Here is the new (third, and hopefully last) test case. 1 Steps to Reproduce:1.1 Start Emacs clean/Applications/Emacs.app/Contents/MacOS/Emacs -Q 1.1.1 Note: Emacs VersionM-x emacs-version <RET> GNU Emacs 24.0.95.1 (x86_64-apple-darwin, NS apple-appkit-1038.36) of 2012-04-03 on bob.porkrind.org 1.2 Clone Git HEAD Org-Mode (to get the new commit)$ git clone git://orgmode.org/org-mode.git 1.3 Load Cloned version of org-modeEvaluate the following Lisp in (require 'ido) (ido-mode t) (setq load-path (cons "~/tmp/new-new-new/org-mode/lisp" load-path)) (setq load-path (cons "~/tmp/new-new-new/org-mode/contrib/lisp" load-path)) (require 'org-install) (setq org-completion-use-ido t) (setq org-tag-alist (quote ( (:startgroup) ("tag_a" . ?a) ("tag_b" . ?b) (:endgroup) ("tag_c" . ?c) ))) 1.4 Open the following org-mode file* Header 1 ** Header 1.1 * Header 2 :Personal: 1.4.1 Note: Org-VersionM-x org-version <RET> release_7.8.07-201-g72d9 Org-mode version 7.8.08 (release_7.8.07.201.g72d9) 1.5 Point should be on the first asterisk for “Header 1”1.6 Type |
[Prev in Thread] | Current Thread | [Next in Thread] |