You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exporting the following org file to html and editing the list in the browser messes up the org file:
#+TITLE: Some Test for ehtml with source blocks
* First Section
Some source block that could mess up the org buffer:
#+BEGIN_SRC emacs-lisp :export results
"hello"
#+END_SRC
#+RESULTS:
: hello
- here
- we
- have
- a
- list
This is caused by def-ehtml-wrap using positions of the export buffer which is a modified copy of the original org buffer.
Header args and results are removed.
The text was updated successfully, but these errors were encountered:
Hi,
I am running org-ehtml with 23fb5e9 on a daily basis with a 3.8kB Org-file without any complaints for over half-a-month now.
So, it looks like it is safe.
Exporting the following org file to html and editing the list in the browser messes up the org file:
This is caused by
def-ehtml-wrap
using positions of the export buffer which is a modified copy of the original org buffer.Header args and results are removed.
The text was updated successfully, but these errors were encountered: