emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* exporting typefaces
@ 2006-06-06 14:26 Austin Frank
  2006-06-06 14:33 ` Carsten Dominik
  0 siblings, 1 reply; 4+ messages in thread
From: Austin Frank @ 2006-06-06 14:26 UTC (permalink / raw)
  To: emacs-orgmode

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello all--

I'm interested in being able to export stacked typefaces.  This org file:

    * headline
      *bold* /italic/ _underlined_
      */bold italic/* *_bold underlined_* /_italic underlined_/


produces this xhtml:


    <h1 class="title">test</h1>

    <h2>headline</h2>

    <p><b>bold</b> <i>italic</i> <u>underlined</u>
    </p><ul>
    <li>
    /bold italic/* *<sub>bold</sub> underlined<sub>*</sub>
/<sub>italic</sub> underlined_/

    </li>
    </ul>


I would like to see something like


    <h1 class="title">test</h1>

    <h2>headline</h2>

    <p><b>bold</b> <i>italic</i> <u>underlined</u>
    </p><ul>
    <li>
    <b><i>bold italic</i></b> <b><u>bold underlined</u></b> <i><u>italic
underlined</u></i>

    </li>
    </ul>


One can even imagine stacking all of the typeface indicators, like
*/_really fancy text_/*.  I can understand if there's some restriction
on the order that the indicators should be stacked in (e.g., _/.../_
instead of /_..._/), but I still hope that there is some syntax for
applying multiple typeface markups to the same string.

Thanks,
/au
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEhZB7lHMl2/XbR4ERArSpAKDqUY3I5NXOrkfN88Km8TBjwh1CJACfbSmA
WTN9hJsV9eT6WsWerWL/s4Y=
=9Ypd
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-06-07 10:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-06 14:26 exporting typefaces Austin Frank
2006-06-06 14:33 ` Carsten Dominik
2006-06-06 14:55   ` Austin Frank
2006-06-07 10:21     ` Carsten Dominik

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).