* New error when setting the publishing directory
@ 2016-01-29 22:07 Julien Cubizolles
2016-02-01 11:22 ` Nicolas Goaziou
0 siblings, 1 reply; 2+ messages in thread
From: Julien Cubizolles @ 2016-01-29 22:07 UTC (permalink / raw)
To: emacs-orgmode
I've been using the following for a long time to export to a remote ftp
site.
--8<---------------cut here---------------start------------->8---
#+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
--8<---------------cut here---------------end--------------->8---
Since a few days, this fails with:
--8<---------------cut here---------------start------------->8---
Debugger entered--Lisp error: (wrong-type-argument listp org-table)
org-activate-plain-links(#<marker at 326 in test.org>)
font-lock-fontify-keywords-region(251 #<marker at 326 in test.org> nil)
font-lock-default-fontify-region(251 #<marker at 326 in test.org> nil)
font-lock-fontify-region(251 #<marker at 326 in test.org>)
org-table-align()
org-babel-insert-result((("orgfiles" :publishing-directory "/ftp:mpsi2llg@ftpperso.free.fr:")) ("replace") ("emacs-lisp" "(setq org-export-in-background t)\n(setq org-publish-project-alist\n '((\"orgfiles\"\n :publishing-directory \"/ftp:mpsi2llg@ftpperso.free.fr:\"\n )))" ((:comments . "") (:shebang . "") (:cache . "no") (:padline . "") (:noweb . "no") (:tangle . "no") (:exports . "none") (:results . "replace") (:session . "none") (:hlines . "no") (:result-type . value) (:result-params "replace") (:rowname-names) (:colname-names)) "" nil 0 1) nil 0 "emacs-lisp")
org-babel-execute-src-block(nil)
org-babel-execute-src-block-maybe()
org-babel-execute-maybe()
org-babel-execute-safely-maybe()
run-hook-with-args-until-success(org-babel-execute-safely-maybe)
org-ctrl-c-ctrl-c(nil)
funcall-interactively(org-ctrl-c-ctrl-c nil)
call-interactively(org-ctrl-c-ctrl-c nil nil)
command-execute(org-ctrl-c-ctrl-c)
--8<---------------cut here---------------end--------------->8---
Julien.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: New error when setting the publishing directory
2016-01-29 22:07 New error when setting the publishing directory Julien Cubizolles
@ 2016-02-01 11:22 ` Nicolas Goaziou
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2016-02-01 11:22 UTC (permalink / raw)
To: Julien Cubizolles; +Cc: emacs-orgmode
Hello,
Julien Cubizolles <j.cubizolles@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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-02-01 11:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-29 22:07 New error when setting the publishing directory Julien Cubizolles
2016-02-01 11:22 ` Nicolas Goaziou
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).