emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Tassilo Horn <tassilo@member.fsf.org>
To: emacs-orgmode@gnu.org
Subject: Re: Org-mode Version 5.07
Date: Fri, 31 Aug 2007 11:36:36 +0200	[thread overview]
Message-ID: <87k5rc59ln.fsf@baldur.tsdh.de> (raw)
In-Reply-To: 883a54ee60a13c01fd22b2ef3c35ffeb@science.uva.nl

[-- Attachment #1: Type: text/plain, Size: 3257 bytes --]

Carsten Dominik <dominik@science.uva.nl> 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("\b\fÆÇ!q‚\0È É ÊÆÇ!!Ë ÌÍ	\nÎ$ÌÏ\v\fÐ$Ñ!Ò\v/\"\x0e01Ó2Ô31A1@\x164^\x0e4ÕƒmÖ5B5×63ÔUgÔ3ÎcØc‚=\x0e4Ùƒ\0Ö6Ô3Úc‚=\x0e4@7Ö84A–\x0e4A9æÛ7Û7!ÜU¦Ý§ÔÖO!:Þ:;\"¿Þ:<\"ÙÞ2;\"ÑÞ2<\"Ý\x0e2T2¿\x0e:88ä\x0e296õ\x0e575@B ß7Öà7\vƒ\x01\f\x11\x0e7	ƒ\x01\n\x11Ö$73ÔU#\x0e6#ácâ9ã7ä=7GZåZæ\"±ˆ79B;B;3T\x163>U=Îc\x0e6XácÔ3=\x0e;\x16;Îceb\bvçè!vè éê\x16?ë@!\x0e?Šìí\vî#" [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 "ÆÇ\b\nÈ\vÉ	\x13Ê\x1c\n^[Ë\x1cÌ#ÍÎ )\x14ÏU2ÐÑÍ\"‚a\fÒUM\b?ebÓÔÕÍ#aÖ×!‚>\fØUy	aÙ\n?\x12!‚aÕÚ Û ÜÝ!Þß!aß ‚a\fàUŒ\fáU—â\f\"—ã>!Í?a\fäU©Õ@\naå‚a\fæUæÕçèˆéêA\"ÝëìAC\"\x0eA@ƒÖíA@\"@Ý\x0eA@B@\naå‚aâ\fB\"\x16C@\x16A\nrDqŠîA!*\naå‚aâ\f\"\x16C@\x16Aa\x0eA@ƒ+íA@\"@[\bEÕFE:S\x0eE@FAFƒJïðF\"\x0eEA\x16E3*A@B@\naåñ@ò\"@\nå=sÐÑÍ\"ebóô!`õ |ö÷@G#ø@H\"ÓùÕÍ#Âúû!AüûûýA@ƒ®\x0eG¼\x0eAIƒ»\x0eJ¼ÕD#‚\x01eb‚\0" [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 #[... "Â\b	\"\x11" [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

[-- Attachment #2: Type: text/plain, Size: 149 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

  reply	other threads:[~2007-08-31  9:36 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-30  9:52 Org-mode Version 5.07 Carsten Dominik
2007-08-30 13:26 ` Bernt Hansen
2007-08-30 13:47   ` Carsten Dominik
2007-08-30 15:10 ` Tassilo Horn
2007-08-31  5:59   ` Carsten Dominik
2007-08-31  9:36     ` Tassilo Horn [this message]
2007-08-31 10:12       ` Carsten Dominik
2007-08-31 10:53         ` Tassilo Horn
2007-08-31 11:01           ` Carsten Dominik
2007-08-31 15:14           ` Carsten Dominik

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=87k5rc59ln.fsf@baldur.tsdh.de \
    --to=tassilo@member.fsf.org \
    --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).