1 Jan 2008 11:08
Remember string prompt won't accept spaces %^{Prompt text}
Charles Cave <charles_cave <at> optusnet.com.au>
2008-01-01 10:08:06 GMT
2008-01-01 10:08:06 GMT
I have set up Remember with org-mode and found that the prompt
directive doesn't allow spaces in the input.
This is the directive (to capture Internet banking
receipts) .....
'(("Receipt" ?r "** %^{BriefDesc} %U %^g\n%?" "~/GTD/GTD/finances.org")
After I issue the command C-c r and choose r (for Receipt)
I see the new window for Remember filled in like this:
** [2008-01-01 Tue 21:02] %^g
%?
And in the minibuffer, a prompt:
BriefDesc:
As soon as I type a space I get a message [No Match].
Why can't I enter a space? I am running org-mode 5.17a
on GNU Emacs 22.1.1 on Windows XP.
Thanks
Charles
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode <at> gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
(Continue reading)
I just switched from per-buffer settings:
#+SEQ_TODO: NEXT(n) STARTED(>) | DONE(d)
#+SEQ_TODO: PROJECT(p) | PROJDONE(P)
#+SEQ_TODO: WAITING(w <at> ) CHASE(C <at> ) |
#+SEQ_TODO: SOMEDAY(s) MAYBE(m) | CANCELLED(c <at> )
to a global setting in org-todo-keywords:
((sequence "NEXT(n)" "STARTED(>)" "|" "DONE(d)")
(sequence "PROJECT(p)" "PROJDONE(P)")
(sequence "WAITING(w <at> )" "CHASE(C <at> )" "|")
(sequence "SOMEDAY(s)" "MAYBE(m)" "|" "CANCELLED(c <at> )"))
However it now seems to ignore the <at> symbols and never prompts for a
note on state change. Is that a bug, or am I configuring it wrong?
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode <at> gnu.org
RSS Feed