emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Agenda fails to display


From: Nicolas Goaziou
Subject: Re: [O] Agenda fails to display
Date: Mon, 20 Apr 2015 13:43:47 +0200

Hello,

Sharon Kimble <address@hidden> 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 via email to

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