emacs-orgmode
[Top][All Lists]
Advanced

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

[Emacs-orgmode] exporting typefaces


From: Austin Frank
Subject: [Emacs-orgmode] exporting typefaces
Date: Tue, 06 Jun 2006 10:26:03 -0400
User-agent: Thunderbird 1.5.0.4 (Macintosh/20060530)

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




reply via email to

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