From: "Charles C. Berry" <ccberry@ucsd.edu>
To: Alan Schmitt <alan.schmitt@polytechnique.org>
Cc: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: source block exported with tabs replacing spaces?
Date: Wed, 10 Jun 2015 07:36:34 -0700 [thread overview]
Message-ID: <alpine.OSX.2.11.1506100735050.465@charles-berrys-macbook.local> (raw)
In-Reply-To: <m2eglj4vri.fsf@charm-ecran.irisa.fr>
On Wed, 10 Jun 2015, Alan Schmitt wrote:
> 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=lines,fontsize=\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?
Customize `org-src-preserve-indentation'
HTH,
Chuck
next prev parent reply other threads:[~2015-06-10 14:36 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-10 12:01 source block exported with tabs replacing spaces? Alan Schmitt
2015-06-10 12:43 ` Rainer M Krug
2015-06-10 19:48 ` Alan Schmitt
2015-06-10 19:55 ` Rainer M Krug
2015-06-10 14:36 ` Charles C. Berry [this message]
2015-06-10 19:55 ` Alan Schmitt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=alpine.OSX.2.11.1506100735050.465@charles-berrys-macbook.local \
--to=ccberry@ucsd.edu \
--cc=alan.schmitt@polytechnique.org \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).