From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonas Bernoulli Subject: Re: Something like #+BIND but for the destination buffer Date: Tue, 3 Jan 2017 16:53:40 +0100 Message-ID: References: <874m1krwk5.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c142803decca054532ad19 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38826) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cORPZ-0003oi-J9 for emacs-orgmode@gnu.org; Tue, 03 Jan 2017 10:54:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cORPV-0006BX-Ph for emacs-orgmode@gnu.org; Tue, 03 Jan 2017 10:54:05 -0500 Received: from mail-it0-x22d.google.com ([2607:f8b0:4001:c0b::22d]:37956) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cORPV-0006BP-LL for emacs-orgmode@gnu.org; Tue, 03 Jan 2017 10:54:01 -0500 Received: by mail-it0-x22d.google.com with SMTP id x2so300020203itf.1 for ; Tue, 03 Jan 2017 07:54:01 -0800 (PST) In-Reply-To: <874m1krwk5.fsf@nicolasgoaziou.fr> 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org --001a11c142803decca054532ad19 Content-Type: text/plain; charset=UTF-8 So here's the ECM: * Node #+BEGIN_SRC emacs-lisp (progn (progn foo bar)) #+END_SRC It doesn't matter whether `bar))` is preceded, in the org file, by two tabs or 16 spaces. In both cases it will be preceded by one tab followed by 7 spaces in the texi file; and by 5 spaces followed by one tab followed by 6 spaces in the info file. By the way, if I set `tabs-indent-mode` to `nil` in the org file, then tabs are still used to indent code blocks. Is there a way to enforce the use of spaces? --001a11c142803decca054532ad19 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
So here's the ECM:

* Nod= e

#+BEGIN_SRC emacs-lisp
=C2=A0 (progn (= progn foo
bar))
#+END_SRC
=
It doesn't matter whether `bar))` = is preceded, in the org file, by two tabs or 16 spaces. In both cases it wi= ll be preceded by one tab followed by 7 spaces in the texi file; and by 5 s= paces followed by one tab followed by 6 spaces in the info file.

By the way, if I= set `tabs-indent-mode` to `nil` in the org file, then tabs are still used = to indent code blocks. Is there a way to enforce the use of spaces?
--001a11c142803decca054532ad19--