From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: Re: Cannot start any agenda anymore Date: Tue, 25 Nov 2014 14:40:09 +0100 Message-ID: <547486B9.5020009@online.de> References: <87mw7foe3x.fsf@selenimh.mobile.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42670) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XtGLr-0003lI-6E for emacs-orgmode@gnu.org; Tue, 25 Nov 2014 08:40:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XtGLk-00050f-Vk for emacs-orgmode@gnu.org; Tue, 25 Nov 2014 08:40:19 -0500 Received: from mout.kundenserver.de ([212.227.17.24]:55193) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XtGLk-00050E-Kx for emacs-orgmode@gnu.org; Tue, 25 Nov 2014 08:40:12 -0500 In-Reply-To: <87mw7foe3x.fsf@selenimh.mobile.lan> 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 Am 25.11.2014 um 09:53 schrieb Nicolas Goaziou: > Hello, > > Rainer Stengele writes: > >> since yesterday I cannot start any agenda anymore. >> I did reorganise a few things but cannot find the reason whats wrong. >> >> setting debug to true I get the message below after a standard "C-a >> a t". Please help I am completely stuck. > >> Debugger entered--Lisp error: (wrong-type-argument stringp nil) >> looking-at(nil) >> outline-on-heading-p(t) >> org-at-heading-p() > > It means that `outline-regexp' is nil. Among your agenda files, do you > have one that sets it so with local variables mechanism? > > > Regards, > Hello Nicolas, you were right, the outline-regexp was configured to be set to nil. I can't remember why I ever should have done something nonsensical. I don't believe I did it. So for now I removed that setting and the standard again works fine. Thank you very much! Regards, Rainer