emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] my-mini-table(something)


From: Stefan Vollmar
Subject: [Orgmode] my-mini-table(something)
Date: Thu, 18 Jun 2009 11:56:57 +0200

Hello,

we have used org-mode for creating HTML content for software documentation and it beats everything we have tried over the last couple of years hands down, excellent work!

For one project, I used several statements like this (simplified):

#+HTML: <table><tr><td><img src="./images/icon.png"/></ td><td<code>something</code></td></tr></table>

#+HTML: <table><tr><td><img src="./images/icon.png"/></ td><td<code>other</code></td></tr></table>

The result looks exactly the way we have planned it, however, ideally one would want to write:

\my-mini-table(something)
\my-mini-table(other)

(with a suitable syntax) in the org source, and this should only be expanded when exporting the document, so I never need to look at the HTML code (if I do not want to).

This is probably already possible with org-mode using the html-export- hook and a little Lisp function. Many thanks in advance for any hints!

Warm regards,
Stefan
--
Dr. Stefan Vollmar, Dipl.-Phys.
Max-Planck-Institut für neurologische Forschung
Gleuelerstr. 50, 50931 Köln, Germany
Tel.: +49-221-4726-213  FAX +49-221-4726-298
Tel.: +49-221-478-5713  Mobile: 0160-93874279
Email: address@hidden   http://www.nf.mpg.de








reply via email to

[Prev in Thread] Current Thread [Next in Thread]