emacs-orgmode
[Top][All Lists]
Advanced

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

Re: The Org mode in the Org Git does not export


From: Rudolf Adamkovič
Subject: Re: The Org mode in the Org Git does not export
Date: Fri, 07 Oct 2022 11:10:11 +0200

Ihor Radchenko <yantar92@gmail.com> writes:

> Rudolf, please kindly confirm that the export performance is back to
> satisfactory on the latest main.

Performance back to normal!  Though, I noticed two issues.

*** ISSUE 1: Error when exporting. ***

While exporting, I see the error:

"Org mode fontification error in #<buffer  *temp*> at 10"

The error does not bother me, but I mention it in the case it relates to
the next issue.

*** ISSUE 2: Problems re-opening the notebook. ***

Reproduction steps:

1. open 'notebook.org' (C-x C-f ~/notebook.org RET)
2. export to HTML and open (C-c C-e h o)
3. kill the notebook buffer (C-x k RET)
4. re-open notebook (C-x C-f ~/notebook.org RET)

Expected:

'notebook.org' opens

Actual:

*Org HTML Export LaTeX* opens, with the following content:

\begin{align*}
  \frac{dy}{dx}
  & = y \left( -1 - 2 \tan x - \frac{2x + 1}{x^2 + x + 1} \right)
  \\
  & = \frac{e^{-x} {\cos}^2 x}{x^2 + x + 1}
    \left( -1 - 2 \tan x - \frac{2x + 1}{x^2 + x + 1} \right)
\end{align*}

P.S. The original file remains intact, but given the way we implement
exports in Org, I think we should add two tests to the test suite to
verify that:

(1) re-opening the file after export always re-opens it, and
(2) no corruption happens to the original file after export.

Rudy
-- 
"Genius is 1% inspiration and 99% perspiration."
-- Thomas Alva Edison, 1932

Rudolf Adamkovič <salutis@me.com> [he/him]
Studenohorská 25
84103 Bratislava
Slovakia



reply via email to

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