emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Julien Cubizolles <j.cubizolles@free.fr>
To: emacs-orgmode@gnu.org
Subject: New error when setting the publishing directory
Date: Fri, 29 Jan 2016 23:07:36 +0100	[thread overview]
Message-ID: <87mvroca53.fsf@free.fr> (raw)


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.

             reply	other threads:[~2016-02-01  6:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-29 22:07 Julien Cubizolles [this message]
2016-02-01 11:22 ` New error when setting the publishing directory Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87mvroca53.fsf@free.fr \
    --to=j.cubizolles@free.fr \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).