From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sharon Kimble Subject: Agenda fails to display Date: Mon, 20 Apr 2015 11:02:01 +0100 Message-ID: <874mobktie.fsf@skimble.plus.com> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41811) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yk8WO-0006mG-Dp for emacs-orgmode@gnu.org; Mon, 20 Apr 2015 06:01:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yk8WK-0002tu-7w for emacs-orgmode@gnu.org; Mon, 20 Apr 2015 06:01:44 -0400 Received: from avasout05.plus.net ([84.93.230.250]:50547) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yk8WJ-0002t6-Vv for emacs-orgmode@gnu.org; Mon, 20 Apr 2015 06:01:40 -0400 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: org-mode --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable 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. =2D-8<---------------cut here---------------start------------->8--- Debugger entered--Lisp error: (void-variable org-ts-regexp-inactive) (format "^[ ]*-[ ]+\\(?:State \"%s\".*%s%s\\)" (regexp-opt org-done-key= words) org-ts-regexp-inactive (let ((value (cdr (assq (quote done) org-log-= note-headings)))) (if (not value) "" (concat "\\|" (org-replace-escapes (re= gexp-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)) (r= eversed org-log-states-order-reversed) (search (if reversed (quote re-searc= h-forward) (quote re-search-backward))) (limit (if reversed end (point))) (= count 0) (re (format "^[ ]*-[ ]+\\(?:State \"%s\".*%s%s\\)" (regexp-opt o= rg-done-keywords) org-ts-regexp-inactive (let ((value (cdr ...))) (if (not = value) "" (concat "\\|" (org-replace-escapes ... ...))))))) (if reversed ni= l (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)))) (let* ((scheduled (org-get-scheduled-time (point))) (scheduled-repeat (or= g-get-repeat org-scheduled-string)) (end (org-entry-end-position)) (habit-e= ntry (org-no-properties (nth 4 (org-heading-components)))) closed-dates dea= dline dr-days sr-days sr-type) (if scheduled (setq scheduled (time-to-days = scheduled)) (error "Habit %s has no scheduled date" habit-entry)) (if sched= uled-repeat nil (error "Habit '%s' has no scheduled repeat period or has an= incorrect one" habit-entry)) (setq sr-days (org-habit-duration-to-days sch= eduled-repeat) sr-type (progn (string-match "[\\.+]?\\+" scheduled-repeat) = (org-match-string-no-properties 0 scheduled-repeat))) (if (> sr-days 0) nil= (error "Habit %s scheduled repeat period is less than 1d" habit-entry)) (i= f (string-match "/\\([0-9]+[dwmy]\\)" scheduled-repeat) (progn (setq dr-day= s (org-habit-duration-to-days (match-string-no-properties 1 scheduled-repea= t))) (if (<=3D dr-days sr-days) (error "Habit %s deadline repeat period is = less than or equal to scheduled (%s)" habit-entry scheduled-repeat)) (setq = deadline (+ scheduled (- dr-days sr-days))))) (org-back-to-heading t) (let*= ((maxdays (+ org-habit-preceding-days org-habit-following-days)) (reversed= org-log-states-order-reversed) (search (if reversed (quote re-search-forwa= rd) (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 ...)) (if (not value) "" (co= ncat "\\|" ...)))))) (if reversed nil (goto-char end)) (while (and (< count= maxdays) (funcall search re limit t)) (setq closed-dates (cons (time-to-da= ys (org-time-string-to-time (or ... ...))) closed-dates)) (setq count (1+ c= ount)))) (list scheduled sr-days deadline dr-days closed-dates sr-type)) (save-excursion (if pom (goto-char pom)) (progn (or (org-is-habit-p (poin= t)) (signal (quote cl-assertion-failed) (list (quote (org-is-habit-p (point= )))))) nil) (let* ((scheduled (org-get-scheduled-time (point))) (scheduled-= repeat (org-get-repeat org-scheduled-string)) (end (org-entry-end-position)= ) (habit-entry (org-no-properties (nth 4 (org-heading-components)))) closed= -dates deadline dr-days sr-days sr-type) (if scheduled (setq scheduled (tim= e-to-days scheduled)) (error "Habit %s has no scheduled date" habit-entry))= (if scheduled-repeat nil (error "Habit '%s' has no scheduled repeat period= or has an incorrect one" habit-entry)) (setq sr-days (org-habit-duration-t= o-days scheduled-repeat) sr-type (progn (string-match "[\\.+]?\\+" schedule= d-repeat) (org-match-string-no-properties 0 scheduled-repeat))) (if (> sr-d= ays 0) nil (error "Habit %s scheduled repeat period is less than 1d" habit-= entry)) (if (string-match "/\\([0-9]+[dwmy]\\)" scheduled-repeat) (progn (s= etq dr-days (org-habit-duration-to-days (match-string-no-properties 1 sched= uled-repeat))) (if (<=3D dr-days sr-days) (error "Habit %s deadline repeat = period is less than or equal to scheduled (%s)" habit-entry scheduled-repea= t)) (setq deadline (+ scheduled (- dr-days sr-days))))) (org-back-to-headin= g t) (let* ((maxdays (+ org-habit-preceding-days org-habit-following-days))= (reversed org-log-states-order-reversed) (search (if reversed (quote re-se= arch-forward) (quote re-search-backward))) (limit (if reversed end (point))= ) (count 0) (re (format "^[ ]*-[ ]+\\(?:State \"%s\".*%s%s\\)" (regexp-op= t org-done-keywords) org-ts-regexp-inactive (let (...) (if ... "" ...))))) = (if reversed nil (goto-char end)) (while (and (< count maxdays) (funcall se= arch re limit t)) (setq closed-dates (cons (time-to-days (org-time-string-t= o-time ...)) closed-dates)) (setq count (1+ count)))) (list scheduled sr-da= ys deadline dr-days closed-dates sr-type))) org-habit-parse-todo() byte-code("\306 \210\307\310!\311\310\224S\312 \313\216\314 *=0D\315=3D\2= 06=1F\f\235@\316A\317@p\n&\211BAZC\320`\321\"DE\205C=0EC\322WF\311GH\205h\= 323 \324 {I\312 \325\216\326JI\"\205g\307\310I\"+\211K\204r\311\202\233=0EH= \250\203~=0EH[\202\233=0EH\327=3D\203\232=0EB\316KA\317@p\n&ZL^\202\233\322= )\211M\203\257=0EML\330\315\211#)\202\263\330\315\"N\312 \331\216\326\332= \"*\203\326\316!\316B\317\311p\n&W\203\326\322NN\322V\203\346=0ECN[U\204= 7\333N!\203\364=0EC\322U\2047=0ECN\\\322W\203=01\334C!OW\203=01E\203=01P\20= 37=0EE\203<\335\336!\203<=0E\203<\315\211G\203<\337\340!\2051\340 \211Q\203= <\212\fR\235\211S\203^=0ET\204Y=0EC\322U\203Y\337\340!\203^\340 \203^\311\2= 02\200=0EG\203h=0EQ\202p\337\340!\205p\340 Q\341 U\320`\342\"VW\343=3D\203\= 233\344`!\203\233\322B\345\344`!!ZX\203\233\346\347\311\"\210\350\351\311\3= 15#\204\253\346\347\311\"\210\202\200\322\225b\210\322\224XQ\203\325=0EY\20= 3\315=0EE\204\371\335\352!\203\371=0E*\203\371\346\347\311\"\210\202\371=0E= W\315=3D\204\350=0EW\353=3D\203\371=0EF\203\371\354XZ\"\211[\203\371\346\34= 7\311\"\210\\\355=3D\206=1F=0E\\<\203=02\356\\>\206=1F=0E\\\315=3D\205=1F= =0E]\315=3D\206=1F\356]>^\357\311^?\"_\360\361\362 !\363\"``\364\311w\210`{= a\326\365\"\203N\310\224\311O\366Pb\202Q\367b\370C\322U\203_=0Ec@\202i\37= 1cA@\310CZ\"a`U_C\322U\205z=0Eb\311Q& \203;=0EQ\204\222=0EF\203\222\372\20= 2\234=0EE\203\233\373\202\234\374dQ\205\245\375 Q\376 e\377d\201d=0ES\203\2= 74\201h\202\276=0Ed\201i\201j\n!\201k\201j=0EX!\201l=0EF\203\335\201m\202\3= 40\201n\201f=0EF\203\355=0EB\202\357=0Ef\201o=0EB\201D=0ED\201`=0E`\201p=0E= Q\203=03\201q=0EQ!\202!\201r\201s\201t=0ECZ\201u !#\201v=0EU\201w=0EV\201x= =0EQ\304\f&\210 gBg)\311\207" [s txt pos save-match-data-internal todo-stat= e org-agenda-repeating-timestamp-show-all org-agenda-skip match-string 1 ni= l match-data ((byte-code "\301\302\"\207" [save-match-data-internal set-ma= tch-data evaporate] 3)) org-get-todo-state t org-time-string-to-absolute pa= st get-text-property org-appt-warntime 0 point-at-bol point-at-eol ((byte-c= ode "\301\302\"\207" [save-match-data-internal set-match-data evaporate] 3= )) string-match post-deadline org-get-wdays ((byte-code "\301\302\"\207" [= save-match-data-internal set-match-data evaporate] 3)) "--[0-9]+[hdwmy]" ze= rop abs boundp org-habit-show-all-today functionp org-is-habit-p org-get-ca= tegory org-category-position repeated-after-deadline org-get-deadline-time = time-to-days throw :skip re-search-backward "^\\*+[ ]+" org-habit-show-hab= its-only-for-today not-today assoc always agenda org-get-tags-at make-strin= g org-reduced-level ...] 32) org-agenda-get-scheduled(nil) org-agenda-get-day-entries("/home/boudiccas/.emacs.d/org/organiser.org" (= 4 20 2015) :deadline :scheduled :timestamp :sexp) apply(org-agenda-get-day-entries "/home/boudiccas/.emacs.d/org/organiser.= org" (4 20 2015) (:deadline :scheduled :timestamp :sexp)) byte-code("\306!\210 \307 \235\203=00\310\311 \"\312 \235\203=00\310\313= \"\n\203>\311 \235\203/\310\311 \"\307 B\313 \235\203>\310\313 \"\312 B=0B= \204J\310\307\310\311 \"\"\f\314>\203Z\315\316#=12\202t\f\203l\317\315\32= 0\321 \"$=12\202t\317\315 $=12)\320=13=12\"=13\306\207" [file org-agenda-e= ntry-types with-hour org-agenda-include-deadlines org-agenda-show-log-scope= d date org-check-agenda-file :deadline* delq :deadline :scheduled* :schedul= ed (only clockcheck) org-agenda-get-day-entries :closed apply append (:clos= ed) rtn rtnall] 7) byte-code("\206) \203(\n\203=00=0B;\203=00\306\307\n=0B#\202%\n\203$\306= \310\n\"\202%\311\206)\f\312\313!\210\2064=0E@\211;\203B\314\315\316\317#!\= 320\321!\210\322\321!\210\323A\206W=0EB\206W=0EC!A\324 D\206d=0EDE\325AE\"\= 211F\326=3D\204{=0EF\327=3D\205}=0EGG\330\316\331\"\211HIG\203\224=0EF\326W= \203\231=0EE\202\277\332\333E!!JGKJKZLEL\334W\203\271\326\202\272\334L\\Z+\= 211MCN\334OP?QRS\316\211TU\316\211VW\316\211XY\316\211LZ\316\211[\\\316\211= ]^\316_\335\336`D\336ADa\257=16bFS\334cdcdW\203*=0EN@TNBNcT\211c\202=01*N\2= 37\211N@]Ne\337e!@)\206B\334T^\340N@fg\341g!fL\210*\342`fg\341g!fL\210*\343= \323A!fg\341g!fL\210*h\204\362=0EN@iNe\337e!@)j\344i!k\344j!l`Tm\203\262\34= 5\346m!\316\347\350$\351\261\210\202\340\352A!\353jiZ\354W\203\333=0EklU\20= 3\321\306\355k\"\202\334\306\356kl#\202\334\357\360\261\210,\361T`S\347\350= \362\317F#\210\363T!\210N\211AN\242\211L\203\374\333L!Y`TLDU\211\\\204 =0EZ= \204&=0ELEU\203&`Z\2023=0EZ\2033=0E[\2043`[HI\316WI\211AI\242\211X\203N\364= \365\215\210\202:=0En\203i\317o\366\367!\210\370Y!V\371WV\"W)W\204s=0Ep\203= \362=0EOTOq;\203\211\372q\373Y!\"\202\216=0EqY!\351\261\210\374T`S\347\375Y= !$\210\374T`S\362\317$\210\374T`S\376\317$\210\374T`S\377O$\210\\\203\310\3= 74T`S\324\317$\210\201y=0EWF\\#\211W\203\343\201z=0EW\321\"\351\261\210\374= T`S\201{=0EL$\210\374T`S\377O$\210\202\362=0Er\203U=0E]\203U\330\316\331\"\= 346s!\316tu=18\201|=0Eu\201}\"u\201~=0Eu\201=0E]#u\201~=0Eu\201\200=0E^#u\= 201~=0Eu\201\201\321#u\201\202\201\203=0Eu\"\211tc\210+eb\210v\204b\201\204= \210\201\205e!\203r\201\205d!\204\237dSb\210\201\206\201\207!\210\201\205= =0EZ\206\211\201\210!\204\237=0EZ\206\225\201\210b\210\201\206\201\210!\210= Z\206\247\201\210b\210\361ed\201\211\321\201\212=0E`=0EAE\201\213=0Eb\201\2= 14=0Ew\257#\210S\201\215=3D\203\325\201\216 \210\201\217 \210\317x\201\220= \357!.\207" [org-agenda-buffer-tmp-name org-agenda-sticky org-keys org-matc= h org-agenda-buffer-name start-day format "*Org Agenda(%s:%s)*" "*Org Agend= a(%s)*" "*Org Agenda(a)*" org-agenda-prepare "Day/Week" time-to-days org-re= ad-date nil t org-compile-prefix-format agenda org-set-sorting-strategy org= -agenda-ndays-to-span org-today org-agenda-span-to-ndays 7 14 org-agenda-fi= les ifmode calendar-day-of-week calendar-gregorian-from-absolute 0 org-agen= da-list quote last org-starting-day make-local-variable org-arg-loc org-age= nda-current-span org-days-to-iso-week org-add-props copy-sequence face org-= agenda-structure "\n" org-agenda-span-name "-agenda" 350 " (W%02d)" " (W%02= d-W%02d)" "" ":\n" add-text-properties ...] 12) org-agenda-list(nil) #(org-agenda-list nil nil) ad-Advice-call-interactively(# org-agenda-list n= il nil) apply(ad-Advice-call-interactively # (org-agenda= -list nil nil)) call-interactively(org-agenda-list nil nil) command-execute(org-agenda-list) =2D-8<---------------cut here---------------end--------------->8--- =2D-=20 A taste of linux =3D http://www.sharons.org.uk TGmeds =3D http://www.tgmeds.org.uk Debian testing, fluxbox 1.3.7, emacs 24.5.50.1 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCgAGBQJVNM6ZAAoJEDaBgBkK+INbspEP/0nNUvIWfR2UYp0gi/U5ETEb Axh9xga+htsGeu7JCdmQ2qmOYpYbnrxj+0fjup+OGyRdgoDAoR0eVtraWu3m/bj3 zjKyfeiivv/6pFuyu61AdF5ZrFyjCmj1Cu5b12BGeFO1sveau+ClLvnQBV+o9w6X Sh6Gtw7D8iWo2WiL2+CFaXyHmaU+tZ2sGJBGC4Aof3DuZ28L7WGXUnHpl2Z6a//U a2qO8wLtPHGmU5PNg/btYbx2Fru/QqOfnzGpmgTpj9j3YwHC3aqxNxeYWXhKBmlU 9nA7Rzb7s+xZP0j85TgcaXLDmhQgTRPvoyGLolqdGR8GMNrN+JKTtO5A+lEZREps VqPBagK7tflkzuieVGNCAdPQLhVLjYarAguPeSmE/j0D2f/V0EOqYNM9/NX9fv7N bmltf8aDIpdUTQfw3J7elda+3Dj2iDtZYOyj5SUADWRkBKJ/6ZtDRNSv8mDXii7b hnclhDFfKbEltXjyxC42aKKnBb1tsfoxtbDWh/+9V7wwBPLCEhW/LYYWEyZcUwnW 4etHFSfnMy3c1JT2qc2LG7MZ2et8q2yKJXktYris1J0UOQ/7FSFhjzQt2PYcF0st pfABsbUsvQH2WfcD+fKWK048kWxFf/ngBv90OJ5jQoMcMNHJJEdZz3YF19vuVF/X cXuG8ynncQnPb5AbQSMZ =KcCc -----END PGP SIGNATURE----- --=-=-=--