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


On Aug 31, 2007, at 11:36, Tassilo Horn wrote:
> 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\n 
> rDqŠî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)))

This looks very odd, as if your setup of org-tags-list is the wrong way  
round.

I should be

(setq org-tags-list
  '(("APPT" . ?a) ("CALL" . ?c) .....))

But yours seems to be
(setq org-tags-list
  '((?a . "APPT") (?c . "CALL") .....))

Please check.

- Carsten

  reply	other threads:[~2007-08-31 10:12 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
2007-08-31 10:12       ` Carsten Dominik [this message]
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=80227c64ac2e00d490cd1a636a93219b@science.uva.nl \
    --to=dominik@science.uva.nl \
    --cc=emacs-orgmode@gnu.org \
    --cc=tassilo@member.fsf.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).