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
When a change is made, indentation is lost for the whole file. This is particularly disruptive for SRC and EXAMPLE blocks.
For example, when starting with:
* Top
** First
Content unindented
Indented 2
Indented 4
** Second
Content indented
Indented 2 more
Indented 4 more
** Third
#+BEGIN_EXAMPLE
=============================
Example unindented
Indented 2
Indented 4
=============================
#+END_EXAMPLE
** Fourth
#+BEGIN_EXAMPLE
=============================
Example indented
Indented 2 more
Indented 4 more
=============================
#+END_EXAMPLE
Adding a new child under Top updates the file to:
* Top
** New child of Top
** First
Content unindented
Indented 2
Indented 4
** Second
Content indented
Indented 2 more
Indented 4 more
** Third
#+BEGIN_EXAMPLE
=============================
Example unindented
Indented 2
Indented 4
=============================
#+END_EXAMPLE
** Fourth
#+BEGIN_EXAMPLE
=============================
Example indented
Indented 2 more
Indented 4 more
=============================
#+END_EXAMPLE
The text was updated successfully, but these errors were encountered:
When a change is made, indentation is lost for the whole file. This is particularly disruptive for
SRC
andEXAMPLE
blocks.For example, when starting with:
Adding a new child under
Top
updates the file to:The text was updated successfully, but these errors were encountered: