From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [BUG] R src blocks untabify literal constant TABs Date: Thu, 08 Oct 2015 19:04:22 +0200 Message-ID: <87ziztpa09.fsf@nicolasgoaziou.fr> References: <87r3low81u.fsf@nicolasgoaziou.fr> <87vbaijve9.fsf@nicolasgoaziou.fr> <87io6hie0z.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37012) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZkJuk-0006Vo-8Y for emacs-orgmode@gnu.org; Thu, 08 Oct 2015 18:43:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZkJuN-0005lB-Jt for emacs-orgmode@gnu.org; Thu, 08 Oct 2015 18:43:32 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:44444) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZkEaW-0004eD-QD for emacs-orgmode@gnu.org; Thu, 08 Oct 2015 13:02:41 -0400 In-Reply-To: (Charles C. Berry's message of "Thu, 8 Oct 2015 09:39:47 -0700") 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: "Charles C. Berry" Cc: Org-Mode mailing list "Charles C. Berry" writes: > If `org-src-preserve-indentation' is nil, then embedded (not just > leading/trailing) tabs in src blocks are converted to spaces when > `org-edit-src-code' is called This is now fixed in master. Thank you. >or when exported. I cannot reproduce it. Do you have an ECM ? > Not sure I would call this a bug. I think it is one. > If that is not deemed a bug, the docstring needs to mention that > embedded tabs get converted. > > Apart from that, the documentation needs to reverse this in 14.2: > > "may replace sequences of spaces with tab characters" > > as it is spaces that replace tab characters. OK. So with the new behaviour, this is the only necessary change to documentation? Regards,