From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: Linking/referencing static HTML Date: Wed, 17 Feb 2010 20:24:07 -0500 Message-ID: <87d403qqtk.fsf@fastmail.fm> References: <91dc62521002171709qc2dd19bka1e53682409f7ff3@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nhv4x-0002LC-21 for emacs-orgmode@gnu.org; Wed, 17 Feb 2010 20:21:19 -0500 Received: from [140.186.70.92] (port=41564 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nhv4v-0002KY-UO for emacs-orgmode@gnu.org; Wed, 17 Feb 2010 20:21:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nhv4t-0000lo-Rs for emacs-orgmode@gnu.org; Wed, 17 Feb 2010 20:21:17 -0500 Received: from out2.smtp.messagingengine.com ([66.111.4.26]:53843) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nhv4t-0000lb-PV for emacs-orgmode@gnu.org; Wed, 17 Feb 2010 20:21:15 -0500 In-Reply-To: <91dc62521002171709qc2dd19bka1e53682409f7ff3@mail.gmail.com> (Zachary Young's message of "Wed, 17 Feb 2010 17:09:12 -0800") 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: Zachary Young Cc: emacs-orgmode@gnu.org Zachary Young writes: > I've looked around at the orgmode and org babel manuals, and I am still > not sure that I want to do is possible... > > I have an HTML file that is an e-mail signature that I use. Up to now > I've had copies of the HTML in couple of template ORG files, like so: > > #+BEGIN_HTML >
> =C2=A0=C2=A0signature and corporate disclamer=C2=A0stuff >
> #+END_HTML > > This has been working, but again, I have the exact same HTML copied in > 5 different files, which means 5 separate edits for any changes. You could put the snippet above into a file called signature.org and then place a line such as the following wherever you want the signature to appear: #+INCLUDE: /path/to/signature.org Best, Matt