From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: source block exported with tabs replacing spaces? Date: Wed, 10 Jun 2015 14:01:53 +0200 Message-ID: Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35107) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z2ehk-0003LB-QM for emacs-orgmode@gnu.org; Wed, 10 Jun 2015 08:02:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z2ehh-0006cH-Kl for emacs-orgmode@gnu.org; Wed, 10 Jun 2015 08:02:00 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:49398) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z2ehh-0006bM-GD for emacs-orgmode@gnu.org; Wed, 10 Jun 2015 08:01:57 -0400 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 --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hello, I'm working on a presentation and I noticed that some of my source blocks have spaces exported as tabs. Here is an example: #+begin_src js :wrap center :results output :exports both console.log((![]+[])[+!+[]]+ (![]+[])[!+[]+!+[]]+ (![]+[])[+!+[]]+ ([][[]]+[])[+!+[]]) #+end_src get exported to the following latex code \begin{minted}[frame=3Dlines,fontsize=3D\scriptsize]{js} console.log((![]+[])[+!+[]]+ (![]+[])[!+[]+!+[]]+ (![]+[])[+!+[]]+ ([][[]]+[])[+!+[]]) \end{minted} (Note the tabs instead of the 8 spaces). I have `indent-tabs-mode' set to nil in both the file and the exporter setting (I'm using the asynchronous exporter with a specified file). How can I tell org to preserve the spaces? Thanks, =2D-=20 OpenPGP Key ID : 040D0A3B4ED2E5C7 Weekly CO=E2=82=82 average (2015-05-30, Mauna Loa Observatory): 403.41 ppm --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBCgAGBQJVeCcxAAoJEAQNCjtO0uXHx2cIAIcEM5cznKdY3e9/ycB+RQJf hhlLdN42gBMiyYvFrR1q0iZYWZSTgwvl5c8KuGdTjsQ91ZgStAbdYvGWMYrvKFIN OQj8brEegZecdOdj0RSVmIPM0SpfkrYNTL55jEonauKkFJ+IBTG4LKsJof9F2JHT 0S9NB3Mynjg9glm+TAc9mkOVSNWridIGOQpDeDGvY4M85I7M5DXzc7OWzAOxKrJw dJrcL+KQblpnZ3Rg8xcjNKbbFN7REHvSzDmghZ84/SfvLR/R+jnAAlLdlL2nzIGW UEJsANRNN7GcLLj+QyjlV5sPvIm3QuJS2yVta9I2LRF/mBN3DGRKgb/4ag+0Bzc= =5usc -----END PGP SIGNATURE----- --=-=-=--