From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: Bug? Inconsistency with org-publish-attachment Date: Wed, 15 Sep 2010 18:04:00 +0200 Message-ID: <87tylrgfin.fsf@gmx.de> References: <20100915021535.GA19762@dimension8.tehua.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=46210 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OvuT1-0002fx-Tu for emacs-orgmode@gnu.org; Wed, 15 Sep 2010 12:04:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OvuSw-0003yM-Qj for emacs-orgmode@gnu.org; Wed, 15 Sep 2010 12:04:15 -0400 Received: from mailout-de.gmx.net ([213.165.64.22]:33930 helo=mail.gmx.net) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1OvuSw-0003xt-D6 for emacs-orgmode@gnu.org; Wed, 15 Sep 2010 12:04:10 -0400 In-Reply-To: <20100915021535.GA19762@dimension8.tehua.net> (Aidan Gauland's message of "Wed, 15 Sep 2010 14:15:35 +1200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Aidan Gauland writes: > I have a (sub)project for publishing a website. It uses > org-publish-attachment with the recursive option. > > ("static" > :base-directory "~/doc-aidan/windmill-hill/main/" > :publishing-directory "~/doc-aidan/windmill-hill/published/" > :publishing-function org-publish-attachment > :recursive t > :base-extension "css\\|gz\\|bz\\|lzma\\|jpg\\|gif\\|png") > > I have all the files scattered throughout the source directory's > hierarchy. Their location is preserved when copied to the publishing > directory /except/ for the images (I only have png images right now), > which are just dumped in the root of the publishing directory. > > Is this a bug, or am I doing something wrong? It would be a bug. But I cannot reproduce it (current Org mode from git, emacs24). Sebastian