From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: Set exported file name for a headline (LaTeX export) Date: Tue, 3 Apr 2012 15:25:44 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52533) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SFAIZ-00027b-1H for emacs-orgmode@gnu.org; Tue, 03 Apr 2012 16:25:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SFAIV-0007Is-7z for emacs-orgmode@gnu.org; Tue, 03 Apr 2012 16:25:50 -0400 Received: from mail-bk0-f41.google.com ([209.85.214.41]:61792) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SFAIU-0007IK-U5 for emacs-orgmode@gnu.org; Tue, 03 Apr 2012 16:25:47 -0400 Received: by bkwq16 with SMTP id q16so147996bkw.0 for ; Tue, 03 Apr 2012 13:25:44 -0700 (PDT) In-Reply-To: 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 Sigh.... just had to search harder. -- http://orgmode.org/manual/Export-options.html John On Tue, Apr 3, 2012 at 3:22 PM, John Hendy wrote: > 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 > =C2=A0:PROPERTIES: > =C2=A0:export-file: =C2=A0 =C2=A0 ./team-mtg_2012-04-03 > =C2=A0:END: > > Presentation contents > > * 2012-03-27 > =C2=A0:PROPERTIES: > =C2=A0:export-file: =C2=A0 =C2=A0 ./team-mtg_2012-03-27 > =C2=A0:END: > > Presentation contents > > * 2012-03-20 > =C2=A0:PROPERTIES:. > =C2=A0:export-file: =C2=A0 =C2=A0 ./team-mtg_2012-03-20 > =C2=A0: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