Re: indent-tabs-mode in org

2022-10-31 Thread Bastien Guerry
Hi Daniel and Ihor, Daniel Kraus writes: > So that clarifies it for me and I do NOT indent with tabs in the > future :) We can progressively replace tab chars with spaces, thus re-indenting correctly all files in the repository. The Emacs convention is to *not* commit space-only changes as

indent-tabs-mode in org (was: ob-clojure eval error when has comment at end of code line)

2022-10-29 Thread Daniel Kraus
Ihor Radchenko writes: > Daniel Kraus writes: > >> - What should I use for indention? Looking in ob-clojure and org.el >> it seems that using tabs with tab-width 8 is standard but there's >> quite a few lines where it's spaces only. > That is a good question. I guess, just Emacs default. >

Re: [O] Disable indent-tabs-mode in org-src buffers if appropriate

2017-08-06 Thread Nicolas Goaziou
Hello, Jonas Bernoulli writes: > For the most part Org now honors the file-local value of > `indent-tabs-mode' as set in an Org file. When that value is `nil' and > a buffer used to edit a source block from that file contains lines that > begin with tabs, then those tabs are

[O] Disable indent-tabs-mode in org-src buffers if appropriate

2017-07-26 Thread Jonas Bernoulli
Me again, For the most part Org now honors the file-local value of `indent-tabs-mode' as set in an Org file. When that value is `nil' and a buffer used to edit a source block from that file contains lines that begin with tabs, then those tabs are being replaced with spaces before the text is