* \my-mini-table(something)
@ 2009-06-18 6:23 Stefan Vollmar
0 siblings, 0 replies; only message in thread
From: Stefan Vollmar @ 2009-06-18 6:23 UTC (permalink / raw)
To: emacs-orgmode
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: vollmar@nf.mpg.de http://www.nf.mpg.de
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-06-18 6:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-18 6:23 \my-mini-table(something) Stefan Vollmar
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).