emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Sharon Kimble <boudiccas@skimble.plus.com>
To: org-mode <emacs-orgmode@gnu.org>
Subject: Re: Agenda fails to display
Date: Mon, 20 Apr 2015 14:17:50 +0100	[thread overview]
Message-ID: <87mw23q6pt.fsf@skimble.plus.com> (raw)
In-Reply-To: 871tjf58jw.fsf@nicolasgoaziou.fr

[-- Attachment #1: Type: text/plain, Size: 3711 bytes --]

Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:

> 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.
>
Thanks for this Nicholas.

I've just checked and the version of "org-habit.el" is dated 18th
April, the same time and date as when I cloned the repo.

I cloned using this command -

╭────
│git clone git://orgmode.org/org-mode.git
╰────

I've just done a git-check which shows -

--8<---------------cut here---------------start------------->8---
[boudiccas:Mon Apr 20 13:51:49 @~/git/org-mode]$ [5050]>; git status
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working directory clean
--8<---------------cut here---------------end--------------->8---

If I do "git describe" it then shows

╭────
│release_8.3beta-1051-g4ee8f4f
╰────

So I've done "git checkout maint" which then shows

--8<---------------cut here---------------start------------->8---
Branch maint set up to track remote branch maint from origin.
Switched to a new branch 'maint'
--8<---------------cut here---------------end--------------->8---

So I did "make autoloads", closed emacs, restarted emacs, and the
agenda now displays perfectly. So thanks, everything is now working
well again.

I've deliberately been a bit long-winded in my reply, so that other
folk in the same problem can see what to do to get things working
again. 

Thanks
Sharon.
-- 
A taste of linux = http://www.sharons.org.uk
TGmeds = http://www.tgmeds.org.uk
Debian testing, fluxbox 1.3.7, emacs 24.5.50.1

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 818 bytes --]

      reply	other threads:[~2015-04-20 13:17 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
2015-04-20 13:17   ` Sharon Kimble [this message]

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=87mw23q6pt.fsf@skimble.plus.com \
    --to=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).