emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: Sharon Kimble <boudiccas@skimble.plus.com>
Cc: org-mode <emacs-orgmode@gnu.org>
Subject: Re: Agenda fails to display
Date: Mon, 20 Apr 2015 13:43:47 +0200	[thread overview]
Message-ID: <871tjf58jw.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: <874mobktie.fsf@skimble.plus.com> (Sharon Kimble's message of "Mon, 20 Apr 2015 11:02:01 +0100")

Hello,

Sharon Kimble <boudiccas@skimble.plus.com> writes:

> A problem has developed overnight where I am not able to display my
> usual 3-week agenda. I can display a list of TODOs but no display of
> agenda. When I try "C-c a a" It displays "21 days-agenda (W17-W19):"
> and nothing else. But, it does throw up this debug info, rather long
> unfortunately, but I'll put it at the end.
>
> This is with org-version "Org-mode version 8.2.10 (release_8.2.10 @
> /home/boudiccas/git/org-mode/lisp/)" which I cloned on the 18th
> April.
>
> My last action on my organiser file was to change the date of a
> scheduled task.
>
> How can I get it working properly again please?
>
> Thanks
> Sharon.
>
> Debugger entered--Lisp error: (void-variable org-ts-regexp-inactive)
>   (format "^[ 	]*-[ 	]+\\(?:State \"%s\".*%s%s\\)" (regexp-opt org-done-keywords) org-ts-regexp-inactive (let ((value (cdr (assq (quote done) org-log-note-headings)))) (if (not value) "" (concat "\\|" (org-replace-escapes (regexp-quote value) (cons (cons "%d" org-ts-regexp-inactive) (cons (cons "%D" org-ts-regexp) (cons ... ...))))))))
>   (let* ((maxdays (+ org-habit-preceding-days
>   org-habit-following-days)) (reversed org-log-states-order-reversed)
>   (search (if reversed (quote re-search-forward) (quote
>   re-search-backward))) (limit (if reversed end (point))) (count 0)
>   (re (format "^[ 	]*-[ 	]+\\(?:State \"%s\".*%s%s\\)"
>   (regexp-opt org-done-keywords) org-ts-regexp-inactive (let ((value
>   (cdr ...))) (if (not value) "" (concat "\\|" (org-replace-escapes
>   ... ...))))))) (if reversed nil (goto-char end)) (while (and (<
>   count maxdays) (funcall search re limit t)) (setq closed-dates (cons
>   (time-to-days (org-time-string-to-time (or
>   (org-match-string-no-properties 1) (org-match-string-no-properties
>   2)))) closed-dates)) (setq count (1+ count))))

This change was introduced in e4da74c452f945274a8586be2803ed6b3a31b0bc,
which is in master brach, not maint. For some reason, it seems you are
using a version of "org-habit.el" that doesn't belong to Org 8.2.10.

Regards,

-- 
Nicolas Goaziou

  reply	other threads:[~2015-04-20 11:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-20 10:02 Agenda fails to display Sharon Kimble
2015-04-20 11:43 ` Nicolas Goaziou [this message]
2015-04-20 13:17   ` Sharon Kimble

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=871tjf58jw.fsf@nicolasgoaziou.fr \
    --to=mail@nicolasgoaziou.fr \
    --cc=boudiccas@skimble.plus.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).