emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: Org-mode Version 5.07


From: Tassilo Horn
Subject: [Orgmode] Re: Org-mode Version 5.07
Date: Fri, 31 Aug 2007 11:36:36 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux)

Carsten Dominik <address@hidden> writes:

Hi Carsten,

>>>      #+SEQ_TODO: TODO(t) WAITING(w) | CANCELED(c) DONE(d)
>>
>> Is it possible to set those globally via `org-todo-keywords', too?
>> If yes, what's the syntax?
>
> You can just write the keywords like "TODO(t)" in the global list,
> that should work.  I am not happy about it because this is different
> from the tags setting.  So I might modify the "official" syntax at
> some point - that is why the syntax above is not documented.  However,
> I expect that writing it like this will continue to work - so go ahead
> and use it.

I tried it and it gave an error.  Then I tried the SEQ_TODO version with

#+SEQ_TODO: TODO(t) STARTED(s) WAITING(w) | DONE(d) DEFERRED(D) CANCELLED(c)

and got the same error when I do C-c C-c on a TODO.

Debugger entered--Lisp error: (wrong-type-argument sequencep 97)
  org-add-props(97 nil face nil)
  byte-code("\fÆÇ!q‚È É ÊÆÇ!!Ë ÌÍ     
\nÎ$ÌÏ\fÐ$Ñ!Ò/\"address@hidden@7Ö84A–4A9æÛ7Û7!ÜU¦Ý§ÔÖO!:Þ:;\"¿Þ:<\"ÙÞ2;\"ÑÞ2<\"Ý2T2¿:address@hidden
        ƒ\nÖ$73ÔU#6#ácâ9ã7ä=7GZåZæ\"±ˆ79B;B;3T3>U=Îc6XácÔ3=;;Îcebvçè!vè 
address@hidden" [expert inherited i-face current c-face exit-after-next 
get-buffer-create " *Org tags*" delete-other-windows split-window-vertically 
org-switch-to-buffer-other-window erase-buffer org-fast-tag-insert "Inherited" 
"\n" "Current" "\n\n" org-fast-tag-show-exit org-set-current-tags-overlay 97 0 
(:startgroup) nil t "{ " (:endgroup) "}\n" string-to-char 64 1 rassoc 
org-add-props face "  " "[" "] " make-string 4 32 fboundp fit-window-to-buffer 
exit (byte-code "ÆÇ\nÈÉ       Ê\nËÌ#ÍÎ 
)ÏU2ÐÑÍ\"‚a\fÒUM?ebÓÔÕÍ#aÖ×!‚>\fØUy      aÙ\n?!‚aÕÚ Û ÜÝ!Þß!aß 
‚a\fàUŒ\fáU—â\f\"—ã>address@hidden"ÝëìAC\"address@hidden@\"@address@hidden@\naå‚aâ\fB\"address@hidden"address@hidden@address@hidden"@[EÕFE:address@hidden"address@hidden@address@hidden"@\nå=sÐÑÍ\"ebóô!`õ
 |address@hidden@H\"address@hidden" [groups expert exit-after-next inhibit-quit 
c ntable message "[a-z..]:Toggle [SPC]:clear [RET]:accept [TAB]:free%s%s" " [!] 
no groups" " [!]groups" " [C-c]:window" " [C-c]:single" " [C-c]:multi" t 
read-char-exclusive 13 throw exit 33 re-search-forward "[{}]" nil replace-match 
" " 3 org-fast-tag-show-exit delete-other-windows split-window-vertically 
org-switch-to-buffer-other-window " *Org tags*" fboundp fit-window-to-buffer 7 
113 rassoc org-detach-overlay 32 now 9 ... ... string-match "\\S-" add-to-list 
buffer-tags delete org-todo mapcar #[... "Â \"" [x current delete] 3] sort 
...] 7) org-detach-overlay mapconcat identity ":" ov-prefix fulltable tbl ...] 
7)
  org-fast-tag-selection(nil nil ((97 . "APPT") (99 . "CALL") (101 . 
"PURCHASE")) ((:startgroup) ("CANCELLED" . 99) ("DEFERRED" . 68) ("DONE" . 100) 
("WAITING" . 119) ("STARTED" . 115) ("TODO" . 116) (:endgroup)))
  org-set-tags(nil)
  call-interactively(org-set-tags)
  org-ctrl-c-ctrl-c(nil)
  call-interactively(org-ctrl-c-ctrl-c)

`org-todo-keywords' has its default value.

Bye,
Tassilo

reply via email to

[Prev in Thread] Current Thread [Next in Thread]