From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: org-edit-special does not indent the blank line after exit editing [9.0.3 (9.0.3-elpa @ /Users/Yomisuko/.emacs.d/elpa/org-20161224/)] Date: Sat, 07 Jan 2017 16:16:20 +0100 Message-ID: <87mvf2yk6z.fsf@nicolasgoaziou.fr> References: <878tqo176n.fsf@nicolasgoaziou.fr> <878tqnyv1y.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52615) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cPsjM-00032d-U1 for emacs-orgmode@gnu.org; Sat, 07 Jan 2017 10:16:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cPsjL-0005i0-V6 for emacs-orgmode@gnu.org; Sat, 07 Jan 2017 10:16:28 -0500 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:39812) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cPsjL-0005h0-PC for emacs-orgmode@gnu.org; Sat, 07 Jan 2017 10:16:27 -0500 In-Reply-To: (Jiajian Huang's message of "Sat, 7 Jan 2017 20:48:13 +0800") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Jiajian Huang Cc: emacs-orgmode@gnu.org Jiajian Huang writes: > First of all, I really like the two space indentation/alignment when > `org-src-preserve-indentation` > is set to `nil`. And since org does not indent the empty line*s, *the fields > one empty of `yasnippet` or packages which generate empty lines can not > work properly and the indentation of these line*s* are violated > as mentioned in the second mail. Sorry for being bold, but I do not understand what you want. Would removing all spaces from blank lines solve your issue? I'd rather do this than leaving trailing spaces in the code. Regards,