emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Emacs-orgmode] exporting typefaces


From: Carsten Dominik
Subject: Re: [Emacs-orgmode] exporting typefaces
Date: Tue, 6 Jun 2006 16:33:40 +0200

I have never even once in my lifetime applied two different styles to a piece of text. What is the application of this?

- Carsten

On Jun 6, 2006, at 16:26, Austin Frank wrote:

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


_______________________________________________
Emacs-orgmode mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode



--
Carsten Dominik
Sterrenkundig Instituut "Anton Pannekoek"
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477





reply via email to

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