Awesome, thanks. I'll check it out.
Regards,
Brian
Hi Brian,
thanks for digging deeper. I have now wrapped the call with
org-without-partial-completion, so things should now work again.
- Carsten- Carsten
On Nov 5, 2009, at 8:19 PM, Brian Whitehead wrote:
A little more information to try and narrow this down. Someone contacted me that's not on the list (thanks Rex) and suggested looking for '(partial-completion-mode t) in my ~/.emacs and disabling it. They had the same problem and this resolved it. I checked and do not have it in my configuration. However, I am also loading Emacs-PDE-0.2.16 which does have this set in pde-load.el. The interesting thing is that I've got it loaded with both versions, but get different results. Now I did test adding (partial-completion-mode nil) in my configuration and it DOES resolve the problem. I'm not a lisp expert, but I noticed that in certain functions and macros there are calls to org-without-partial-completion and even the above statement set to nil. I'm thinking that maybe one of the functions that controls the description prompt changed between the versions and this is being handled a little different.
I'm not sure if I'm on the right track, but maybe this is a little more help.
Thanks,
Brian
On Thu, Nov 5, 2009 at 12:34 AM, Carsten Dominik <carsten.dominik@gmail.com> wrote:
I am unable to reproduce this, can anyone else?
Thanks
- Carsten
On Nov 4, 2009, at 11:06 PM, Brian Whitehead wrote:
Using v6.32b I can no longer use a space when typing the description
in a remember template. I type `C-c r t` and am prompted for the
description. If I attempt to type a space I get the messate '[No
match]'. This worked fine with v6.21b that is included with my emacs
installation.
Regards,
Brian
Emacs : GNU Emacs 23.1.1 (x86_64-redhat-linux-gnu, GTK+ Version 2.16.6)
of 2009-09-29 on x86-6.fedora.phx.redhat.com
Package: Org-mode version 6.32b
current state:
==============
(setq
org-log-done 'note
org-special-ctrl-a/e t
org-startup-align-all-tables t
org-agenda-custom-commands '(("D" "Daily Action List"
((agenda ""
((org-agenda-ndays 1)
(org-agenda-sorting-strategy
(quote ((agenda time-up priority-down tag-up))))
(org-deadline-warning-days 0))
)
)
)
("H" "Home NA Lists"
((agenda) (tags-todo "HOME") (tags-todo "FILM")
(tags-todo "READ"))
)
("O" "Office NA Lists"
((agenda) (tags-todo "OFFC") (tags-todo "COMP")
(tags-todo "DEVL") (tags-todo "SYSA"))
)
("P" "Project List" ((tags "PROJ")))
("X" "Weekly Plan"
((agenda) (todo "TODO") (tags "PROJ")))
("d" todo #("DELEGATED" 0 9 (face org-warning)) nil)
("c" todo
#("DONE|DEFERRED|CANCELLED" 0 23 (face org-warning))
nil)
("w" todo #("WAITING" 0 7 (face org-warning)) nil)
("W" agenda "" ((org-agenda-ndays 21)))
("A" agenda ""
(((org-agenda-skip-function
(lambda nil
(org-agenda-skip-entry-if (quote notregexp)
"\\=.*\\[#A\\]")
)
)
(org-agenda-ndays 1)
(org-agenda-overriding-header
"Today's Priority #A tasks: ")
)
)
)
("u" alltodo ""
((org-agenda-skip-function
(lambda nil
(org-agenda-skip-entry-if (quote scheduled)
(quote deadline) (quote regexp) "<[^>]+>")
)
)
(org-agenda-overriding-header
"Unscheduled TODO entries: ")
)
)
)
org-agenda-files '("~/org/birthday.org" "~/org/tasks.org")
org-blocker-hook '(org-block-todo-from-checkboxes)
org-agenda-window-setup 'other-window
org-agenda-exporter-settings '((ps-number-of-columns 1) (ps-landscape-mode t)
(htmlize-output-type (quote css)))
org-tags-match-list-sublevels nil
org-after-todo-state-change-hook '(org-clock-out-if-current)
org-agenda-todo-ignore-scheduled t
org-time-stamp-rounding-minutes '(5 5)
org-agenda-sorting-strategy '((agenda time-up priority-down tag-up) (todo tag-up))
org-agenda-restore-windows-after-quit t
org-deadline-warning-days 7
org-agenda-skip-scheduled-if-done t
org-export-preprocess-hook '(org-export-blocks-preprocess)
org-tab-first-hook '(org-hide-block-toggle-maybe)
org-src-mode-hook '(org-src-mode-configure-edit-buffer)
org-confirm-shell-link-function 'yes-or-no-p
org-use-tag-inheritance nil
org-agenda-before-write-hook '(org-agenda-add-entry-text)
org-M-RET-may-split-line '((default))
org-default-notes-file "~/org/tasks.org"
org-agenda-repeating-timestamp-show-all nil
org-directory "~/org/"
org-blank-before-new-entry '((heading) (plain-list-item))
org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers
org-cycle-show-empty-lines
org-optimize-window-after-visibility-change)
org-publish-project-alist '(("servers" :base-directory "~/org/inventory/"
:base-extension "org" :publishing-directory
"~/public_html/inventory/" :publishing-function
org-publish-org-to-html :headline-levels 3
:section-numbers nil :table-of-contents nil)
("howto" :base-directory "~/org/howto/"
:base-extension "org" :publishing-directory
"~/public_html/howto/" :publishing-function
org-publish-org-to-html :headline-levels 3
:section-numbers nil :table-of-contents nil)
("images" :base-directory "~/org/img/"
:base-extension "jpg\\|gif\\|png"
:publishing-directory "~/public_html/img/"
:publishing-function org-publish-attachment)
("css" :base-directory "~/org/css/" :base-extension
"css" :publishing-directory "~/public_html/css/"
:publishing-function org-publish-attachment)
("inventory" :components ("servers" "images" "css"))
("howto" :components ("howto" "images" "css")))
org-mode-hook '((lambda nil
(setq org-mouse-context-menu-function
(quote org-mouse-context-menu))
(when (memq (quote context-menu) org-mouse-features)
(define-key org-mouse-map
(if (featurep (quote xemacs)) [button3] [mouse-3]) nil)
(define-key org-mode-map [mouse-3]
(quote org-mouse-show-context-menu))
)
(define-key org-mode-map [down-mouse-1]
(quote org-mouse-down-mouse))
(when (memq (quote context-menu) org-mouse-features)
(define-key org-mouse-map [C-drag-mouse-1]
(quote org-mouse-move-tree))
(define-key org-mouse-map [C-down-mouse-1]
(quote org-mouse-move-tree-start))
)
(when (memq (quote yank-link) org-mouse-features)
(define-key org-mode-map [S-mouse-2]
(quote org-mouse-yank-link))
(define-key org-mode-map [drag-mouse-3]
(quote org-mouse-yank-link))
)
(when (memq (quote move-tree) org-mouse-features)
(define-key org-mouse-map [drag-mouse-3]
(quote org-mouse-move-tree))
(define-key org-mouse-map [down-mouse-3]
(quote org-mouse-move-tree-start))
)
(when (memq (quote activate-stars) org-mouse-features)
(font-lock-add-keywords nil
(\`
(((\, outline-regexp) 0
(\`
(face org-link mouse-face highlight keymap
(\, org-mouse-map))
)
(quote prepend))
)
)
t)
)
(when (memq (quote activate-bullets) org-mouse-features)
(font-lock-add-keywords nil
(\`
(("^[ ]*\\([-+*]\\|[0-9]+[.)]\\) +"
(1
(\`
(face org-link keymap (\, org-mouse-map) mouse-face
highlight)
)
(quote prepend))
)
)
)
t)
)
(when (memq (quote activate-checkboxes) org-mouse-features)
(font-lock-add-keywords nil
(\`
(("^[ ]*\\([-+*]\\|[0-9]+[.)]\\) +\\(\\[[ X]\\]\\)"
(2
(\`
(face bold keymap (\, org-mouse-map) mouse-face highlight)
)
t)
)
)
)
t)
)
(defadvice org-open-at-point
(around org-mouse-open-at-point activate)
(let ((context (org-context)))
(cond ((assq :headline-stars context) (org-cycle))
((assq :checkbox context) (org-toggle-checkbox))
((assq :item-bullet context)
(let ((org-cycle-include-plain-lists t)) (org-cycle)))
(t ad-do-it))
)
)
)
(lambda nil
(org-add-hook (quote change-major-mode-hook)
(quote org-show-block-all) (quote append) (quote local))
)
)
org-refile-targets '(("tasks.org" :maxlevel . 1) ("someday.org" :level . 2))
org-confirm-elisp-link-function 'yes-or-no-p
org-log-into-drawer t
org-agenda-mode-hook '((lambda nil
(setq org-mouse-context-menu-function
(quote org-mouse-agenda-context-menu))
(define-key org-agenda-keymap
(if (featurep (quote xemacs)) [button3] [mouse-3])
(quote org-mouse-show-context-menu))
(define-key org-agenda-keymap [down-mouse-3]
(quote org-mouse-move-tree-start))
(define-key org-agenda-keymap
(if (featurep (quote xemacs)) [(control mouse-4)]
[C-mouse-4])
(quote org-agenda-earlier))
(define-key org-agenda-keymap
(if (featurep (quote xemacs)) [(control mouse-5)]
[C-mouse-5])
(quote org-agenda-later))
(define-key org-agenda-keymap [drag-mouse-3]
(quote
(lambda (event) (interactive "e")
(case (org-mouse-get-gesture event)
(:left (org-agenda-earlier 1))
(:right (org-agenda-later 1)))
)
)
)
)
hl-line-mode)
org-agenda-start-on-weekday nil
org-agenda-todo-ignore-with-date t
org-agenda-skip-deadline-if-done t
org-insert-mode-line-in-empty-file t
org-occur-hook '(org-first-headline-recenter)
org-drawers '("PROPERTIES" "CLOCK" "CONFIGURATION")
org-tags-column -100
org-agenda-todo-ignore-deadlines t
org-modules '(org-bbdb org-bibtex org-gnus org-id org-info org-jsinfo org-mouse
org-exp)
org-remember-templates '(("Note" 110 "* %^{Note} %T %i%?%!" "~/org/notes.org"
"Notes" nil)
("Todo" 116
"* TODO %^{Brief Description} %^g\n Added: %u %&"
"~/org/tasks.org" "Tasks" nil)
("Phone Call" 112
"* CALL %^{Brief Description} %^g\n Added: %u %&"
"~/org/tasks.org" "Calls" nil)
("Questions" 113
"* QUES %^{Brief Description} %^g\n Added: %u %&"
"~/org/tasks.org" "Questions" nil)
("Work Journal" 119 "* %^{topic} %T %i%?"
"~/org/work.org" nil nil)
("Personal Journal" 106 "* %^{topic} %T %i%?"
"~/org/personal.org" nil nil)
("Some Day" 115 "* %^{topic} %T%i%?" "~/org/someday.org"
nil nil)
)
org-enforce-todo-checkbox-dependencies t
)
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
- Carsten