From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Agenda fails to display Date: Mon, 20 Apr 2015 13:43:47 +0200 Message-ID: <871tjf58jw.fsf@nicolasgoaziou.fr> References: <874mobktie.fsf@skimble.plus.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39127) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YkA5t-0001W9-Bp for emacs-orgmode@gnu.org; Mon, 20 Apr 2015 07:42:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YkA5q-0001Bd-OX for emacs-orgmode@gnu.org; Mon, 20 Apr 2015 07:42:29 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:52683) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YkA5q-0001BF-Hp for emacs-orgmode@gnu.org; Mon, 20 Apr 2015 07:42:26 -0400 In-Reply-To: <874mobktie.fsf@skimble.plus.com> (Sharon Kimble's message of "Mon, 20 Apr 2015 11:02:01 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Sharon Kimble Cc: org-mode Hello, Sharon Kimble 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