* Any help on that bug?
@ 2016-10-13 19:06 Pierre-Henry Frohring
2016-10-13 19:42 ` Sebastian Christ
0 siblings, 1 reply; 2+ messages in thread
From: Pierre-Henry Frohring @ 2016-10-13 19:06 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 364 bytes --]
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!
[-- Attachment #2: Type: text/html, Size: 1162 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Any help on that bug?
2016-10-13 19:06 Any help on that bug? Pierre-Henry Frohring
@ 2016-10-13 19:42 ` Sebastian Christ
0 siblings, 0 replies; 2+ messages in thread
From: Sebastian Christ @ 2016-10-13 19:42 UTC (permalink / raw)
To: emacs-orgmode
On 2016-10-13 21:6, Pierre-Henry Frohring <frohring.pierrehenry@gmail.com> 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-10-13 19:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-13 19:06 Any help on that bug? Pierre-Henry Frohring
2016-10-13 19:42 ` Sebastian Christ
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).