From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Set exported file name for a headline (LaTeX export) Date: Tue, 3 Apr 2012 15:22:44 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:35563) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SFAFh-0000ao-LP for emacs-orgmode@gnu.org; Tue, 03 Apr 2012 16:22:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SFAFb-0006T6-Hy for emacs-orgmode@gnu.org; Tue, 03 Apr 2012 16:22:53 -0400 Received: from mail-bk0-f41.google.com ([209.85.214.41]:37110) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SFAFb-0006T2-7x for emacs-orgmode@gnu.org; Tue, 03 Apr 2012 16:22:47 -0400 Received: by bkwq16 with SMTP id q16so144778bkw.0 for ; Tue, 03 Apr 2012 13:22:44 -0700 (PDT) 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: emacs-orgmode I create weekly presentations for team meetings at work via org-mode/beamer. Currently, these are spread out in a couple of directories as separate .org files. It occurred to me that it would be fantastic to keep them in one place, as I'm often reusing tables, pictures, and whatnot. Is it possible to set a file export name in a headline? This could let me keep a file called, say, team-mtgs.org where I'd have: ---------- * 2012-04-03 :PROPERTIES: :export-file: ./team-mtg_2012-04-03 :END: Presentation contents * 2012-03-27 :PROPERTIES: :export-file: ./team-mtg_2012-03-27 :END: Presentation contents * 2012-03-20 :PROPERTIES:. :export-file: ./team-mtg_2012-03-20 :END: Presentation contents ---------- I realize this could be goofy, say, if you were exporting all headlines (would you export multiple files, combine them all, etc?), but I still think it could be really neat. Even the option to split an org file into multiple output files is pretty neat. Sorry if this has come up before, and thanks for suggestions on how I might accomplish this (export sub-headline, rename file, repeat weekly?) Thanks, John