From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Richard Subject: Re: Remove redundant tags of headlines Date: Fri, 14 Mar 2014 13:05:45 +0100 Message-ID: <8738ilgf3a.fsf@yahoo.fr> References: <864n32yust.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47570) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WOQsI-0005PG-SM for emacs-orgmode@gnu.org; Fri, 14 Mar 2014 08:06:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WOQsB-0000md-GG for emacs-orgmode@gnu.org; Fri, 14 Mar 2014 08:06:06 -0400 Received: from plane.gmane.org ([80.91.229.3]:33480) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WOQsB-0000mX-9W for emacs-orgmode@gnu.org; Fri, 14 Mar 2014 08:05:59 -0400 Received: from public by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WOQs9-00081t-4s for emacs-orgmode@gnu.org; Fri, 14 Mar 2014 13:05:57 +0100 In-Reply-To: <864n32yust.fsf@somewhere.org> (Sebastien Vauban's message of "Thu, 13 Mar 2014 16:36:50 +0100") 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: Sebastien Vauban Cc: public-emacs-orgmode-mXXj517/zsQ@plane.gmane.org Sebastien Vauban > I tried Edebugging it, but Edebug does not jump into the execution of > the anonymous function... edebug can only jump to the anonymous function if it knows that it is a function, which means : don't quote the lambda (or quote using #'). I fixed it on worg. (btw, I noticed that worg says remote: No such file: "/home/emacs/git/worg/org-tutorials/"../code/awk/ical2org.awk" src awk" when I push to it. I *guess* it comes from org-tutorials/org-google-sync.org which tries to #+INCLUDE the above, but I'm unsure how to fix it. I didn't touch that file.) -- Nico.