* Org-mode version 6.32b; remember templates don't allow space @ 2009-11-04 22:06 Brian Whitehead 2009-11-05 6:34 ` Carsten Dominik 0 siblings, 1 reply; 7+ messages in thread From: Brian Whitehead @ 2009-11-04 22:06 UTC (permalink / raw) To: emacs-orgmode [-- Attachment #1.1: Type: text/plain, Size: 11564 bytes --] 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 ) [-- Attachment #1.2: Type: text/html, Size: 32653 bytes --] [-- Attachment #2: Type: text/plain, Size: 204 bytes --] _______________________________________________ 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 ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Org-mode version 6.32b; remember templates don't allow space 2009-11-04 22:06 Org-mode version 6.32b; remember templates don't allow space Brian Whitehead @ 2009-11-05 6:34 ` Carsten Dominik 2009-11-05 6:51 ` Benjamin Andresen ` (2 more replies) 0 siblings, 3 replies; 7+ messages in thread From: Carsten Dominik @ 2009-11-05 6:34 UTC (permalink / raw) To: Brian Whitehead; +Cc: emacs-orgmode 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 ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Org-mode version 6.32b; remember templates don't allow space 2009-11-05 6:34 ` Carsten Dominik @ 2009-11-05 6:51 ` Benjamin Andresen 2009-11-05 14:14 ` Brian Whitehead 2009-11-05 19:19 ` Brian Whitehead 2 siblings, 0 replies; 7+ messages in thread From: Benjamin Andresen @ 2009-11-05 6:51 UTC (permalink / raw) To: emacs-orgmode Hey Carsten, Carsten Dominik <carsten.dominik@gmail.com> writes: > I am unable to reproduce this, can anyone else? I can't reproduce this either. Org-mode version 6.32trans (release_6.32b.84.g49da) Unless the [No Match] comes up when you talk about the tags-prompt. But in the description I can write any amount of spaces I want. > Thanks > > - Carsten > br, benny ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Org-mode version 6.32b; remember templates don't allow space 2009-11-05 6:34 ` Carsten Dominik 2009-11-05 6:51 ` Benjamin Andresen @ 2009-11-05 14:14 ` Brian Whitehead 2009-11-05 19:19 ` Brian Whitehead 2 siblings, 0 replies; 7+ messages in thread From: Brian Whitehead @ 2009-11-05 14:14 UTC (permalink / raw) To: Carsten Dominik, emacs-orgmode I got a lead from someone last night. I'll test it out and report back. Brian On 11/5/09, 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 > > > > -- Sent from my mobile device Brian Whitehead bwhitehd@gmail.com MB: 214.499.4142 ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Org-mode version 6.32b; remember templates don't allow space 2009-11-05 6:34 ` Carsten Dominik 2009-11-05 6:51 ` Benjamin Andresen 2009-11-05 14:14 ` Brian Whitehead @ 2009-11-05 19:19 ` Brian Whitehead 2009-11-06 17:47 ` Carsten Dominik 2 siblings, 1 reply; 7+ messages in thread From: Brian Whitehead @ 2009-11-05 19:19 UTC (permalink / raw) To: Carsten Dominik; +Cc: emacs-orgmode [-- Attachment #1.1: Type: text/plain, Size: 15127 bytes --] 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 > > > > [-- Attachment #1.2: Type: text/html, Size: 20573 bytes --] [-- Attachment #2: Type: text/plain, Size: 204 bytes --] _______________________________________________ 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 ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Org-mode version 6.32b; remember templates don't allow space 2009-11-05 19:19 ` Brian Whitehead @ 2009-11-06 17:47 ` Carsten Dominik 2009-11-06 19:51 ` Brian Whitehead 0 siblings, 1 reply; 7+ messages in thread From: Carsten Dominik @ 2009-11-06 17:47 UTC (permalink / raw) To: Brian Whitehead; +Cc: emacs-orgmode Hi Brian, thanks for digging deeper. I have now wrapped the call with org-without-partial-completion, so things should now work again. - 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 > > > > - Carsten ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Org-mode version 6.32b; remember templates don't allow space 2009-11-06 17:47 ` Carsten Dominik @ 2009-11-06 19:51 ` Brian Whitehead 0 siblings, 0 replies; 7+ messages in thread From: Brian Whitehead @ 2009-11-06 19:51 UTC (permalink / raw) To: Carsten Dominik; +Cc: emacs-orgmode [-- Attachment #1.1: Type: text/plain, Size: 15371 bytes --] Awesome, thanks. I'll check it out. Regards, Brian On Fri, Nov 6, 2009 at 11:47 AM, Carsten Dominik <carsten.dominik@gmail.com>wrote: > Hi Brian, > > thanks for digging deeper. I have now wrapped the call with > org-without-partial-completion, so things should now work again. > > - 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 >> >> >> >> >> > - Carsten > > > > [-- Attachment #1.2: Type: text/html, Size: 20778 bytes --] [-- Attachment #2: Type: text/plain, Size: 204 bytes --] _______________________________________________ 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 ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2009-11-06 19:52 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2009-11-04 22:06 Org-mode version 6.32b; remember templates don't allow space Brian Whitehead 2009-11-05 6:34 ` Carsten Dominik 2009-11-05 6:51 ` Benjamin Andresen 2009-11-05 14:14 ` Brian Whitehead 2009-11-05 19:19 ` Brian Whitehead 2009-11-06 17:47 ` Carsten Dominik 2009-11-06 19:51 ` Brian Whitehead
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).