> I believe that we should > > 1. Rename org-edit-src-content-indentation to > org-src-content-indentation and update the docstring > clarifying that the variable affects inedntation, editing, and > printing the AST. > > 2. Update `org--get-expected-indentation' to treat blank lines at the > beginning of src/example blocks according to org-src-content-indentation
I'm glad I asked before I just went for it. This solution makes much more sense than what I was planning, especially if we find that `org-indent-region' should behave like `org-indent-line' when `org-src-tab-acts-natively' is nil. Couple of clarifying questions: 1. What's the procedure when renaming a customization variable? 2. Shouldn't it include first non-blank line as well? Say if you open a few lines before you start typing and TAB'ing. LRA