From mboxrd@z Thu Jan 1 00:00:00 1970 From: suvayu ali Subject: Re: Export LaTeX file to different directory? Date: Mon, 13 Dec 2010 12:07:56 +0100 Message-ID: References: <20101213104732.GA283@pc201.uni-germanistik.gwdg.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=42752 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PS6GS-0001NA-BA for emacs-orgmode@gnu.org; Mon, 13 Dec 2010 06:08:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PS6GP-0005H9-OM for emacs-orgmode@gnu.org; Mon, 13 Dec 2010 06:08:20 -0500 Received: from mail-gy0-f169.google.com ([209.85.160.169]:43770) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PS6GP-0005H2-Kh for emacs-orgmode@gnu.org; Mon, 13 Dec 2010 06:08:17 -0500 Received: by gyg10 with SMTP id 10so3547263gyg.0 for ; Mon, 13 Dec 2010 03:08:17 -0800 (PST) In-Reply-To: <20101213104732.GA283@pc201.uni-germanistik.gwdg.de> 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 On Mon, Dec 13, 2010 at 11:47 AM, Joost Kremers wrote: > There is apparently a property EXPORT_FILE_NAME, but setting > this doesn't seem to have any effect. (Though I may be using it wrong, there > wasn't any description or example of it in the manual... Plus, I'd like to be > able to specify just the export directory, not necessarily the file name as well.) > I think you have to set it as a property for the sub-tree you are trying to export. So whenever you export only that sub-tree, the file name will be taken from that property. For setting the directory you could try something like 'directory/filename.pdf' instead of just the usual file name. (untested) I am not aware of any directory only settings for export of sub-trees. But then I am not org-mode power user. :-) If it is not already there, I would also like to have a feature like that. In my case I want to export to some remote directory over ssh to some directory on my 'webserver:~/public_html' directory. I would like to set this on a per file basis. Don't know whether that is possible or not. Haven't had the time to explore in detail. When I was using emacs-muse, I used this feature extensively (I used to choose this interactively, so changing remote directories was pretty convenient with tab completion support from tramp) Hope that helps. -- Suvayu Open source is the future. It sets us free.