Zachary Young <zacharysyo...@gmail.com> 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
> <div>
>   signature and corporate disclamer stuff
> </div>
> #+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


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to