Hi,

I set up my publishing workflow with org-project using lambdas in the
:completion-function, but I now receive errors when I try to publish.

Example Setup:

(setq org-publish-project-alist
      '(("guile-basics"
         :base-directory "~/eigenes/py2guile"
         :publishing-directory (concat private-publish-ftp-proj "guile-basics/")
         :base-extension "org"
         :publishing-function org-html-publish-to-html
         :completion-function (lambda () (private-publish-rename-to-index 
                                           (concat private-publish-ftp-proj 
"guile-basics/") 
                                           "guile-basics.html"))
         :section-numbers nil
         :with-toc t
         :html-preamble t
         :exclude ".*"
         :include ["guile-basics.org"])))
        

This used to work, but now it breaks with

    org-publish-projects: Invalid function: lambda

Best wishes,
Arne

Remember to cover the basics, that is, what you expected to happen and
what in fact did happen.  You don't know how to make a good report?  See

     https://orgmode.org/manual/Feedback.html#Feedback

Your bug report will be posted to the Org mailing list.
------------------------------------------------------------------------



Emacs  : GNU Emacs 26.1 (build 1, x86_64-unknown-linux-gnu, GTK+ Version 3.24.0)
 of 2019-01-22
Package: Org mode version 9.3.6 (9.3.6-elpa @ 
/home/arne/.guix-profile/share/emacs/site-lisp/)


-- 
Unpolitisch sein
heißt politisch sein
ohne es zu merken

Reply via email to