From: Brian Whitehead <bwhitehd@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Org-mode version 6.32b; remember templates don't allow space
Date: Wed, 4 Nov 2009 16:06:34 -0600 [thread overview]
Message-ID: <b1f816740911041406t43eb69e5mb2e774d691b31509@mail.gmail.com> (raw)
[-- 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
next reply other threads:[~2009-11-04 22:07 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-04 22:06 Brian Whitehead [this message]
2009-11-05 6:34 ` Org-mode version 6.32b; remember templates don't allow space 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=b1f816740911041406t43eb69e5mb2e774d691b31509@mail.gmail.com \
--to=bwhitehd@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).