emacs-orgmode
[Top][All Lists]
Advanced

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

Re: Bug: org-mime-htmlize generates unwanted equations numbers in mail [


From: Uwe Brauer
Subject: Re: Bug: org-mime-htmlize generates unwanted equations numbers in mail [9.2.5 (release_9.2.5-521-gdea0c7 @ /home/oub/emacs/site-lisp/packages/org/)]
Date: Fri, 01 Nov 2019 17:07:53 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

>>> "JK" == John Kitchin <address@hidden> writes:

   > I think this is happening here:
   > #+BEGIN_SRC emacs-lisp
   > (org-export-string-as "\\begin{displaymath}
   >   \\int   f dx =0
   > \\end{displaymath}"
   >      'html t )
   > #+END_SRC

Well now this is very odd, I obtain 


#+BEGIN_SRC emacs-lisp
(org-export-string-as "\\begin{displaymath}
  \\int   f dx =0
\\end{displaymath}"
     'html t )
#+END_SRC

#+RESULTS:
: \begin{displaymath}
:   \int   f dx =0
: \end{displaymath}

But org-mime-htmlsize still inserts

<span class="equation-label">
  1
  </span> 
 

I am now very confused and will try to debug it again.

Attachment: smime.p7s
Description: S/MIME cryptographic signature


reply via email to

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