From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Publish setup in file Date: Tue, 12 Mar 2013 14:20:36 +0100 Message-ID: <87y5ds3gbf.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37007) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFP8F-0008Qw-Sa for emacs-orgmode@gnu.org; Tue, 12 Mar 2013 09:20:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UFP89-0007n9-PG for emacs-orgmode@gnu.org; Tue, 12 Mar 2013 09:20:43 -0400 Received: from mail-wi0-x22c.google.com ([2a00:1450:400c:c05::22c]:64153) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFP89-0007mb-I4 for emacs-orgmode@gnu.org; Tue, 12 Mar 2013 09:20:37 -0400 Received: by mail-wi0-f172.google.com with SMTP id ez12so1810199wid.17 for ; Tue, 12 Mar 2013 06:20:36 -0700 (PDT) In-Reply-To: (Julian Gehring's message of "Sun, 10 Mar 2013 19:40:46 +0100") 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Julian Gehring Cc: emacs-orgmode@gnu.org Hi Julian, Julian Gehring writes: > Is there a way to specify publishing options (e.g. the location) at the > level of the file to be published, instead doing this globally in the > =.emacs= file? The publication process thinks in terms of "projects", not in terms of files, so you need to organize your files and projects in a way that makes :publishing-directory do the right thing. If we alleviate this limitation, we will end up with option keywords like #+HTML_PUB_DIR and #+LaTeX_PUB_DIR which will then override the :publishing-directory option, but this would perhaps be confusing. Best, -- Bastien