From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Christ Subject: Re: Any help on that bug? Date: Thu, 13 Oct 2016 21:42:42 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35796) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bului-0008HP-Iu for emacs-orgmode@gnu.org; Thu, 13 Oct 2016 15:43:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bulue-00031j-BC for emacs-orgmode@gnu.org; Thu, 13 Oct 2016 15:43:35 -0400 Received: from [195.159.176.226] (port=44019 helo=blaine.gmane.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bulue-00031F-4F for emacs-orgmode@gnu.org; Thu, 13 Oct 2016 15:43:32 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1buluC-00038c-AV for emacs-orgmode@gnu.org; Thu, 13 Oct 2016 21:43:04 +0200 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" To: emacs-orgmode@gnu.org On 2016-10-13 21:6, Pierre-Henry Frohring wrote: > > Hi list! > Made a few lines of elisp that take one org-file and turns it into a static > website. > https://github.com/phfrohring/org-to-blog > > Since it is useful to me, I tried to share it. Someone tried, but some bug > occurred: > https://github.com/phfrohring/org-to-blog/issues/1 > > I cannot reproduce the bug... it's working on my machine. > > Can anyone help? > Thx! > Actually, I'm quite surprised that is working for you. According to the file variables you enable lexical bindings. This prevents the recursive call to "find_duplicates". This symbol isn't visible in the lambda. Can you double check that `lexical-binding' is really non-nil? Best, Sebastian P.S.: Do you know about `flet' and `labels'? -- Sebastian (Rudolfo) Christ http://rudolfochrist.github.io GPG Fingerprint: 306D 8FD3 DFB6 4E44 5061 CE71 6407 D6F8 2AC5 55DD