From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Re: Setting a parametric org-agenda-skip-function? Date: Mon, 24 Jun 2013 17:12:39 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37155) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ur8Rh-00023D-Cm for emacs-orgmode@gnu.org; Mon, 24 Jun 2013 11:12:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ur8Rd-0003lO-Oe for emacs-orgmode@gnu.org; Mon, 24 Jun 2013 11:12:45 -0400 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:33650) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ur8Rd-0003ky-Ho for emacs-orgmode@gnu.org; Mon, 24 Jun 2013 11:12:41 -0400 In-reply-to: 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 Hello, I'm making some progress, but things are getting stranger. First, the reason I could not debug the function is because it is called either using "eval" or "apply", and it seems that in that case one does not enter the debugger. However, if one is already in the debugger, then the function will be debugged. It would be great except for the following: as soon as I use the debugger, my function works as intended. Is there any reason why using the debugger would change the behavior of a function? Thanks, Alan