emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Daniel Clemente <n142857@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Error about TODO sequence states with 6.09 on Emacs 22.1.1
Date: Fri, 10 Oct 2008 11:50:11 +0200	[thread overview]
Message-ID: <878wswok30.fsf@gmail.com> (raw)



  Hi, I'm seeing a problem with TODO states in the latest org-mode version.


.emacs file to reproduce the bug::

---------
(add-to-list 'load-path "~/.emacs.d/org-6.09")
(require 'org)

 (add-to-list 'auto-mode-alist '("\\.org$" . org-mode))
 (define-key global-map "\C-ca" 'org-agenda)

(setq org-agenda-files (quote ("/tmp/test.org")))

(setq debug-on-error t)

(setq org-todo-keywords
      '( (sequence "START(s)" "|" "ENDED(e)")
         (sequence "TODO(t)" "|" "DONE(d)")) )
---------


The file /tmp/test.org must exist, but its content doesn't matter; it can be empty.


Sequence to reproduce the bug:

1. open emacs
2. C-c a a
3. You get this error:

Debugger entered--Lisp error: (wrong-type-argument stringp (sequence "START(s)" "|" "ENDED(e)"))
  regexp-quote((sequence "START(s)" "|" "ENDED(e)"))
  mapconcat(regexp-quote ((sequence "START(s)" "|" "ENDED(e)") (sequence "TODO(t)" "|" "DONE(d)")) "\\|")
  org-set-regexps-and-options()
  org-mode()
  set-auto-mode-0(org-mode nil)
  set-auto-mode()
  normal-mode(t)
  after-find-file(nil t)
  find-file-noselect-1(#<buffer test.org> "/tmp/test.org" nil nil "/home/tmp/test.org" (1391618 65024))
  find-file-noselect("/tmp/test.org")
  org-get-agenda-file-buffer("/tmp/test.org")
  org-prepare-agenda-buffers(("/tmp/test.org"))
  org-prepare-agenda()
  org-agenda-list(nil)
  call-interactively(org-agenda-list)
  byte-code(.....trimmed....)
  org-agenda(nil)
  call-interactively(org-agenda)


Versions:
GNU Emacs 22.1.1 (i486-pc-linux-gnu, GTK+ Version 2.12.9) of 2008-05-03 on terranova, modified by Ubuntu
org-mode 6.09



Thanks,

Daniel

             reply	other threads:[~2008-10-10  9:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-10  9:50 Daniel Clemente [this message]
2008-10-10 12:42 ` Error about TODO sequence states with 6.09 on Emacs 22.1.1 Bernt Hansen
2008-10-10 13:22   ` Daniel Clemente

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=878wswok30.fsf@gmail.com \
    --to=n142857@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).