From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Wales Subject: c-c ' strips final newline or adds blank line, but never neither Date: Thu, 24 Jul 2014 15:48:24 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38027) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XARoJ-0004YE-AS for emacs-orgmode@gnu.org; Thu, 24 Jul 2014 18:48:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XARoI-00071Z-J5 for emacs-orgmode@gnu.org; Thu, 24 Jul 2014 18:48:27 -0400 Received: from mail-wg0-x230.google.com ([2a00:1450:400c:c00::230]:46993) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XARoI-00070u-B7 for emacs-orgmode@gnu.org; Thu, 24 Jul 2014 18:48:26 -0400 Received: by mail-wg0-f48.google.com with SMTP id x13so3367192wgg.7 for ; Thu, 24 Jul 2014 15:48:24 -0700 (PDT) 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode i find that when i do c-c ' on a source block, it either strips the final newline in the editing buffer or adds an unwanted blank line in the source block. i like to have final newlines in all of my buffers, including editing buffers. what setting allows this without introducing a blank line at the end of a source block? thanks.