emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Austin Frank <austin.frank@gmail.com>
To: emacs-orgmode@gnu.org
Subject: exporting typefaces
Date: Tue, 06 Jun 2006 10:26:03 -0400	[thread overview]
Message-ID: <4485907B.8020507@gmail.com> (raw)

-----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	other threads:[~2006-06-06 14:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-06 14:26 Austin Frank [this message]
2006-06-06 14:33 ` exporting typefaces Carsten Dominik
2006-06-06 14:55   ` Austin Frank
2006-06-07 10:21     ` Carsten Dominik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4485907B.8020507@gmail.com \
    --to=austin.frank@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).