Re: [O] Custom babel execute command with existing syntax highlighting

2014-03-23 Thread Eric Schulte
Andrey Tykhonov writes: > Hi all! > > I have such block: > > #+BEGIN_SRC my-python > import sys > sys.platform > #+END_SRC > > I want it to be with syntax highlighting, so it will looks like (in a > org-file) exactly as: > > #+BEGIN_SRC python > import sys > sys.platform > #+END_SRC > > (of cours

[O] Custom babel execute command with existing syntax highlighting

2014-03-21 Thread Andrey Tykhonov
Hi all! I have such block: #+BEGIN_SRC my-python import sys sys.platform #+END_SRC I want it to be with syntax highlighting, so it will looks like (in a org-file) exactly as: #+BEGIN_SRC python import sys sys.platform #+END_SRC (of course the value of org-src-fontify-natively is t). but in t