From: Kyle Meyer <kyle@kyleam.com>
To: edgar@openmail.cc
Cc: emacs-orgmode@gnu.org
Subject: Re: How to enforce sub-scripts with {} only for HTML export?
Date: Sun, 20 Feb 2022 16:49:07 -0500 [thread overview]
Message-ID: <87k0dpw6ng.fsf@kyleam.com> (raw)
In-Reply-To: <9432222bbe3ace826a5450dd406d590a@openmail.cc>
edgar@openmail.cc writes:
> What am I doing wrong? Thanks!
>
> * Emacs and Org configuration
>
> I am using this with ~emacs -q~:
>
> #+begin_src emacs-lisp
> (setq
> ;; Use {} for super and subscripts
> org-export-with-sub-superscripts "{}")
> #+end_src
{} should be a symbol. Try
(setq org-export-with-sub-superscripts '{})
next prev parent reply other threads:[~2022-02-20 21:50 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-20 21:31 How to enforce sub-scripts with {} only for HTML export? edgar
2022-02-20 21:49 ` Kyle Meyer [this message]
2022-02-21 0:47 ` edgar
2022-02-20 23:29 ` Greg Minshall
2022-02-21 0:50 ` edgar
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=87k0dpw6ng.fsf@kyleam.com \
--to=kyle@kyleam.com \
--cc=edgar@openmail.cc \
--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).