Re: tabs turned into space when going into Org Src...?

2020-12-23 Thread Greg Minshall
Diego, thanks for looking at it. i apologize for not having looked at an "emacs -Q" (and, thanks to Ihor for, a few days ago, having pointed out how to "emacs -Q" with one's "normal" org version). : emacs -Q -L ~/.emacs.d/elpa/org-20201012/ -l org exhibits *half* of the behavior i am mentioning

Re: tabs turned into space when going into Org Src...?

2020-12-23 Thread Diego Zamboni
Greg, I just did a quick test and I cannot reproduce this, the tabs remain on entering, modifying and exiting block-edit mode. One question: do you see "Makefile" as the mode when you are editing the source block? Otherwise I imagine tab-to-space conversion might be taking place. --Diego On We

tabs turned into space when going into Org Src...?

2020-12-22 Thread Greg Minshall
hi. it seems going into Org Src, at least from a "makefile" source block, changes the tabs (the the base org mode added for me) into spaces, and leaves them as spaces when i merge back into the main .org file (and, so, make(1) complains, "missing separator"). is this intentional? #+begin_src mak