Re: [O] Wish: babel for python3

2011-10-18 Thread Rasmus
Torsten Wagner writes: > alternatively (a trick Eric is never tired to mention to me ) you > could > add a little lisp block which change all kind of language related > aspects for you. This could include many more options and modify your > emacs environment just to your personal needs for a certa

Re: [O] Wish: babel for python3

2011-10-18 Thread Torsten Wagner
Hi, (sorry Arne for the eventual double post, I forogot to attt the mailing list) Is there a way to get python3 support for Babel into org-mode cleanly? Something like: -*- org-babel-python-command: "python3" alternatively (a trick Eric is never tired to mention to me ) you could add a

Re: [O] Wish: babel for python3

2011-10-15 Thread Arne Babenhauserheide
Hi Tom, Am Samstag, 15. Oktober 2011, 10:09:24 schrieb Thomas S. Dye: > Arne Babenhauserheide writes: > >> > Is there a way to get python3 support for Babel into org-mode > >> > cleanly? > If your projects are in different files, then you should be able to use > file variables: > http://www.gnu

Re: [O] Wish: babel for python3

2011-10-15 Thread Thomas S. Dye
Arne Babenhauserheide writes: > Hi Eric, > > Can I then still use babel for python 2.x? I need it for both, because I have > python3 and python2 projects. > > Best wishes, > Arne Aloha Arne, If your projects are in different files, then you should be able to use file variables: http://www.g

Re: [O] Wish: babel for python3

2011-10-15 Thread Arne Babenhauserheide
Hi Eric, Can I then still use babel for python 2.x? I need it for both, because I have python3 and python2 projects. Best wishes, Arne Am Samstag, 15. Oktober 2011, 12:36:52 schrieb Eric Schulte: > Hi Arne, > > I think you can simply add the following to your configuration to use > python3 as yo

Re: [O] Wish: babel for python3

2011-10-15 Thread Eric Schulte
Hi Arne, I think you can simply add the following to your configuration to use python3 as your python executable. (setq org-babel-python-command "python3") Best -- Eric Arne Babenhauserheide writes: > Hi, > > I’d love to have babel for python3. > > My first shot at it would just be ob-pyt

[O] Wish: babel for python3

2011-10-15 Thread Arne Babenhauserheide
Hi, I’d love to have babel for python3. My first shot at it would just be ob-python.el with each mention of python replaced by python3, but I hope that there is a more elegant way… Is there a way to get python3 support for Babel into org-mode cleanly? Best wishes, Arne