From mboxrd@z Thu Jan 1 00:00:00 1970 From: Memnon Anon Subject: Problem with hourly repeater Date: Mon, 8 Oct 2012 14:37:36 +0000 (UTC) Message-ID: <874nm5avug.fsf@mean.albasani.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45486) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLET0-0003uI-Ez for emacs-orgmode@gnu.org; Mon, 08 Oct 2012 10:37:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TLESr-0004Vz-TE for emacs-orgmode@gnu.org; Mon, 08 Oct 2012 10:37:58 -0400 Received: from plane.gmane.org ([80.91.229.3]:44049) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLESr-0004Vj-Mk for emacs-orgmode@gnu.org; Mon, 08 Oct 2012 10:37:49 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TLESv-00009K-E5 for emacs-orgmode@gnu.org; Mon, 08 Oct 2012 16:37:53 +0200 Received: from e178207120.adsl.alicedsl.de ([85.178.207.120]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 08 Oct 2012 16:37:53 +0200 Received: from gegendosenfleisch by e178207120.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 08 Oct 2012 16:37:53 +0200 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: emacs-orgmode@gnu.org Hi, I am trying the hourly repeaters and see a problem. Steps to reproduce: * "emacs -Q" * load minimal setup: --8<---------------cut here---------------start------------->8--- ;;; adjust path as needed! (setq load-path (cons "~/org-mode/lisp" load-path)) (setq load-path (cons "~/org-mode/contrib/lisp" load-path)) (setq load-path (cons "~/org-mode/contrib/babel/lisp" load-path)) (require 'org) (setq org-clock-persist t) (org-clock-persistence-insinuate) (setq org-clock-history-length 50 org-clock-in-switch-to-state "STRT" org-clock-idle-time 5 org-log-done 'time org-log-reschedule 'time org-log-into-drawer "LOGBOOK") (setq org-agenda-files (quote ("~/agenda.org"))) (setq debug-on-error t) --8<---------------cut here---------------end--------------->8--- * Minimal agenda file ~/agenda.org: --8<---------------cut here---------------start------------->8--- #+SEQ_TODO: TODO STRT | DONE DEFD CNCL * TODO Test Scheduled: <2012-10-08 Mo 18:00 +6h> --8<---------------cut here---------------end--------------->8--- * "M-x org-agenda" a -> Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil) [...] This is with Org-mode version 7.9.2 (release_7.9.2-424-g0ccf65 @ and GNU Emacs 24.2.50.1 (i486-pc-linux-gnu, GTK+ Version 3.4.2) of 2012-10-04 on dex, modified by Debian Anyone else see this? Memnon