From: David House <dmhouse@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: Exporting to HTML - underscores cause unwanted sub-script
Date: Wed, 20 Aug 2008 09:03:04 +0000 (UTC) [thread overview]
Message-ID: <loom.20080820T090026-207@post.gmane.org> (raw)
In-Reply-To: 48A52EF0.8030201@sindercity.com
Daniel J. Sinder <daniel <at> sindercity.com> writes:
>
> For the record, you can also "fix" this problem using the following
> file-local customization:
>
> #+OPTIONS: ^:{}
You can also disable this globally with the following code in your .emacs:
;; Don't convert _ and ^ unless surrounded by braces
(setq org-export-with-sub-superscripts '{})
IMO this option isn't flexible enough, though. Typically when I write a^b I
nearly always mean b as a subscript. However when I write a_b, I rarely mean b
as a subscript. So I would like an option that forces me to use braces for
subscript, but accepts superscripts without braces.
If I have time tonight I'll try to throw a patch together to do this.
next prev parent reply other threads:[~2008-08-20 9:10 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-15 1:01 Exporting to HTML - underscores cause unwanted sub-script Parker, Matthew
2008-08-15 1:52 ` Nick Dokos
2008-08-15 2:05 ` Parker, Matthew
2008-08-15 7:23 ` Daniel J. Sinder
2008-08-20 9:03 ` David House [this message]
2008-08-15 8:39 ` Rick Moynihan
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=loom.20080820T090026-207@post.gmane.org \
--to=dmhouse@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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.