From: Thorsten Jolitz <tjolitz@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: Error in org-agenda-get-deadlines
Date: Sat, 25 Jan 2014 19:30:09 +0100 [thread overview]
Message-ID: <871tzv3oem.fsf@gmail.com> (raw)
In-Reply-To: 87zjmk5fuv.fsf@bzg.ath.cx
Bastien <bzg@gnu.org> writes:
> Hi Thorsten,
>
> Thorsten Jolitz <tjolitz@gmail.com> writes:
>
>> I wonder why these variables, defined in org.el, are nil? I don't seem
>> to set them anywhere, and they should be defined once org.el is loaded,
>> shouldn't they?
>
> Not when Org is loaded, but when a buffer is in Org mode.
>
> I can't reproduce this, maybe you can bissect your config
> and see what's wrong there?
Ok, thanks, I did that and as I thought the problem was in my init file:
,--------------------------------------------------------------
| (setq org-todo-keywords
| (quote ((sequence "TODO(t)" "NEXT(n)" "|" "DONE(d!/!)")
| (sequence ; <= undefined
| (concat
| "WAITING(w@/!)" "HOLD(h@/!)"
| "|" "CANCELLED(c@/!)" "PHONE")))))
`--------------------------------------------------------------
I had that in my old init-file, but have no idea where that `sequence'
function was defined - somehow it worked.
--
cheers,
Thorsten
next prev parent reply other threads:[~2014-01-25 18:29 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-25 12:41 Error in org-agenda-get-deadlines Thorsten Jolitz
2014-01-25 12:48 ` Thorsten Jolitz
2014-01-25 13:51 ` Bastien
2014-01-25 18:30 ` Thorsten Jolitz [this message]
2014-01-25 18:43 ` Thorsten Jolitz
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=871tzv3oem.fsf@gmail.com \
--to=tjolitz@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).