Hello,

Julien Cubizolles <j.cubizol...@free.fr> writes:

> I've been using the following for a long time to export to a remote ftp
> site. 
>
> #+begin_src emacs-lisp :exports none
>   (setq org-export-in-background t)
>   (setq org-publish-project-alist
>              '(("orgfiles"
>                  :publishing-directory "/ftp:login@ftpserver:"
>                  )))
> #+end_src
>
>
> Since a few days, this fails with:
>
> --8<---------------cut here---------------start------------->8---
> Debugger entered--Lisp error: (wrong-type-argument listp org-table)

It is fixed in latest release from Org ELPA.

Regards,

-- 
Nicolas Goaziou

Reply via email to