From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Re: Setting a parametric org-agenda-skip-function? Date: Thu, 27 Jun 2013 19:25:52 +0200 Message-ID: References: <87ppv7ppc3.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48584) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsFxD-0004jZ-63 for emacs-orgmode@gnu.org; Thu, 27 Jun 2013 13:25:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UsFxB-0002wI-Hv for emacs-orgmode@gnu.org; Thu, 27 Jun 2013 13:25:55 -0400 In-reply-to: <87ppv7ppc3.fsf@bzg.ath.cx> 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: Bastien Cc: Org Mode Hi Bastien, bzg@gnu.org writes: > Hi Alan, > > Alan Schmitt writes: > >> I make org-agenda-skip-entry-unless-tags as debugged, and when I call >> this agenda view, I don't go in the debugger, so I guess it is not >> called. > > I'd try edebug-defun'ing `org-agenda-skip-eval' and track what's wrong > from there. Thank you for the suggestion. Unfortunately I don't know how to step inside the '(eval form)' bit: if I hit 'i' edebug tells me "eval is a built-in function". So I could just skip over it but I won't see what the problem is. Alan