Hello,
Jiajian Huang <ispinfx@gmail.com> writes:
> If it is `nil`, why inserting 2 leading spaces to the code in the org
> buffer except the line containing only spaces?
Probably because empty lines are not meaningful anyway. We probably
should go further and remove all spaces in empty lines.
> How can I get
>
> #+BEGIN_SRC python
> a = 1
> b = 2
> for i in range(10):
> # 6 spaces before '#'
> #+END_SRC
>
> after exit `org-edit-special` ?
You cannot obtain the last empty line. I don't understand why would you
want that either. It is only a TAB away from an empty line.
Regards,
--
Nicolas Goaziou