emacs-orgmode
[Top][All Lists]
Advanced

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

Re: How to enforce sub-scripts with {} only for HTML export?


From: Kyle Meyer
Subject: Re: How to enforce sub-scripts with {} only for HTML export?
Date: Sun, 20 Feb 2022 16:49:07 -0500

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 '{})



reply via email to

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