Re: [O] including files and org-src-preserve-indentation

2015-03-10 Thread Nicolas Goaziou
Hello, Linus Arver writes: > Meanwhile from the Org side, perhaps we can have a way to let the user > select which program to use for syntax highlighting? Maybe something > external like Pygments [3]? Would you want to provide a patch for that? Regards, -- Nicolas Goaziou

Re: [O] including files and org-src-preserve-indentation

2015-02-20 Thread Linus Arver
For the record, attached are the files for the ECM I used to test. -L On Fri, Feb 20, 2015 at 07:27:18PM -0800, Linus Arver wrote: > On Sun, Feb 15, 2015 at 06:36:29PM +0100, Nicolas Goaziou wrote: > > Hello, > > > > Linus Arver writes: > > > > >> When I call org-publish-current-project, the i

Re: [O] including files and org-src-preserve-indentation

2015-02-20 Thread Linus Arver
On Sun, Feb 15, 2015 at 06:36:29PM +0100, Nicolas Goaziou wrote: > Hello, > > Linus Arver writes: > > >> When I call org-publish-current-project, the included file's TAB > >> characters automatically become converted into spaces. Is there an > >> orgmode way of preventing this auto-conversion? >

Re: [O] including files and org-src-preserve-indentation

2015-02-15 Thread Nicolas Goaziou
Hello, Linus Arver writes: >> When I call org-publish-current-project, the included file's TAB >> characters automatically become converted into spaces. Is there an >> orgmode way of preventing this auto-conversion? I cannot reproduce it. Could you provide an ECM? Also, what happens if you do a

Re: [O] including files and org-src-preserve-indentation

2015-02-07 Thread Linus Arver
My more detailed configuration is below. Emacs : GNU Emacs 24.4.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.14.7) of 2015-01-17 on bisson Package: Org-mode version 8.2.10 (release_8.2.10 @ /usr/share/emacs/24.4/lisp/org/) current state: == (setq org-tab-first-hook '(org-hide-block

[O] including files and org-src-preserve-indentation

2015-01-22 Thread Linus Arver
Hello list, I have line like this in my .org file: #+include: "src/frankenB.hs" :src haskell -n That file has literal TAB characters in it. I also have (setq org-src-preserve-indentation t) in my .emacs. When I call org-publish-current-project, the included file's TAB characters automatic