emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] org-mode crashes with this stacktrace:


From: Tudor Gabriel
Subject: Re: [Orgmode] org-mode crashes with this stacktrace:
Date: Fri, 12 Jun 2009 13:31:16 +0200

Thank you all for the effort.

After commenting line by line in the setup file & lots of reloads i found that this line was the culprit:
(setq org-todo-keywords (quote ((sequence "TODO(t)" "STARTED(s)" "|" "DONE(d!/!)")
 (sequence "WAITING(w@/!)" "LATER(L!)" "PROJECT(P@)" "OPEN(O@") "|" "CANCELLED(c@/!)")))

the OPEN keyword has the quote in the wrong place.

A hard to spot, simple mistake.

But your level of effort made a big impression on me

Cheers & Thanks again,
Gabriel

2009/6/12 Nick Dokos <address@hidden>
Carsten Dominik <address@hidden> wrote:

> Any #+lines in your buffers?
>
> - Carsten
>
> > On Jun 10, 2009, at 9:12 PM, Tudor Gabriel wrote:
> >
> > I'm trying to learn org-mode.
> > Each time I try to open agenda buffer, I get that error.
> >
> > If I can provide any additional info, please, don't hesitate to ask.
> >
> > Debugger entered--Lisp error: (wrong-type-argument listp "|")
> >  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 hobby.org> "~/org/hobby.org" nil nil
> > "~/org/hobby.org" (174122 2053))
> >  find-file-noselect("/home/tudor/org/hobby.org")

I think we need to see the contents of this^^^^^ file.

Thanks,
Nick


reply via email to

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