From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pierre-Henry Frohring Subject: Any help on that bug? Date: Thu, 13 Oct 2016 21:06:42 +0200 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a1147c3ced19ffd053ec3d1d8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57970) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bulLi-00006Y-SC for emacs-orgmode@gnu.org; Thu, 13 Oct 2016 15:07:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bulLg-0001IX-PC for emacs-orgmode@gnu.org; Thu, 13 Oct 2016 15:07:25 -0400 Received: from mail-lf0-x242.google.com ([2a00:1450:4010:c07::242]:35491) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bulLg-0001IN-Gq for emacs-orgmode@gnu.org; Thu, 13 Oct 2016 15:07:24 -0400 Received: by mail-lf0-x242.google.com with SMTP id x79so14201503lff.2 for ; Thu, 13 Oct 2016 12:07:24 -0700 (PDT) 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 --001a1147c3ced19ffd053ec3d1d8 Content-Type: text/plain; charset=UTF-8 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! --001a1147c3ced19ffd053ec3d1d8 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi list!

Made a few lines of elisp that take one org-fi= le and turns it into a static website.
=C2=A0=C2=A0=C2=A0 https://github.com/phfrohring/org-t= o-blog

Since it is useful to me, I tried to share it. Someone t= ried, but some bug occurred:
=C2=A0=C2=A0=C2=A0 https://github.com/phfrohring/org-to= -blog/issues/1

I cannot reproduce the bug... it's working o= n my machine.

Can anyone help?
Thx!


<= /div>

--001a1147c3ced19ffd053ec3d1d8-- 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