From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Lisp error: (wrong-type-argument stringp nil) Date: Thu, 14 Oct 2010 14:40:09 +0200 Message-ID: References: <80iq16rvi0.fsf@mundaneum.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=49373 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P6N6U-0003FV-OA for emacs-orgmode@gnu.org; Thu, 14 Oct 2010 08:40:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P6N6T-0007HB-Fj for emacs-orgmode@gnu.org; Thu, 14 Oct 2010 08:40:14 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:61065) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P6N6T-0007Gs-B5 for emacs-orgmode@gnu.org; Thu, 14 Oct 2010 08:40:13 -0400 Received: by ewy5 with SMTP id 5so2678531ewy.0 for ; Thu, 14 Oct 2010 05:40:12 -0700 (PDT) In-Reply-To: <80iq16rvi0.fsf@mundaneum.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: =?ISO-8859-1?Q?S=E9bastien_Vauban?= Cc: emacs-orgmode@gnu.org Hi Sebastian, do you have agenda-follow-mode on? Also, can you please hit the bug again in the debugger and then press e m RET and let me know what the debuffer reports? This should retrieve the =20 value of m. One possible reason to get this bug is to kill the buffer one of one =20 of the agenda files and then to revisit it. The marker will then not =20= be nil, but it will point nowhere.... Thanks. - Carsten On Oct 13, 2010, at 4:57 PM, S=E9bastien Vauban wrote: > Hello, > > For some reasons, sometimes the agenda view works normally, =20 > sometimes not. > When not, I have the following error when moving (with arrow down) =20 > from line > to line: > > #+begin_src emacs-lisp > Debugger entered--Lisp error: (wrong-type-argument stringp nil) > set-buffer(nil) > (if (markerp m) (set-buffer (marker-buffer m))) > (save-excursion (if (markerp m) (set-buffer ...)) (save-excursion =20 > (goto-char ...) (org-display-outline-path t))) > (org-with-point-at m (org-display-outline-path t)) > (if (and m org-agenda-show-outline-path) (org-with-point-at m (org-=20= > display-outline-path t))) > (let ((m ...)) (if (and org-agenda-follow-mode m) (org-agenda-=20 > show)) (if (and m org-agenda-show-outline-path) (org-with-point-at =20 > m ...))) > org-agenda-do-context-action() > org-agenda-next-line() > call-interactively(org-agenda-next-line nil nil) > #+end_src > > I don't understand the cause of this, moreover as I have the linked =20= > file open > in my Emacs. > > Of course, since I've just reinstalled my Emacs, Org, and so on, on =20= > a new > Windows setup, I have many small differences with before. > > Someone would have an idea for this? > > Best regards, > Seb > > --=20 > S=E9bastien Vauban > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten