From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Cubizolles Subject: org-publish-attachment doesn't follow symbolic links anymore Date: Tue, 23 May 2017 18:31:52 +0200 Message-ID: <87lgpnbklj.fsf@free.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:32964) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dDClM-0005Rp-0P for emacs-orgmode@gnu.org; Tue, 23 May 2017 12:34:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dDClI-0003ft-3I for emacs-orgmode@gnu.org; Tue, 23 May 2017 12:34:24 -0400 Received: from [195.159.176.226] (port=35816 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dDClH-0003ee-Sl for emacs-orgmode@gnu.org; Tue, 23 May 2017 12:34:20 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1dDCl8-0001nm-Lt for emacs-orgmode@gnu.org; Tue, 23 May 2017 18:34:10 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org I'm using symbolic links in a directory managed by org-publish-attachment. As of a few weeks ago, org-publish-attachment doesn't upload the files linked to to the ftp server like it used to. There is no error message, only: --8<---------------cut here---------------start------------->8--- Copying filename.pdf to /ftp:login@ftpserver:/dir/...done --8<---------------cut here---------------end--------------->8--- but the file isn't uploaded. A regular file is correctly uploaded to the same ftp server by org-publish-attachment. Julien.