emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] syntax highlighting works on all BUT R statistics


From: Xebar Saram
Subject: [O] syntax highlighting works on all BUT R statistics
Date: Sat, 22 Mar 2014 07:33:34 +0200

Hi all

I have a weird issue.
i can get syntax highlighting working on all code blocks (Python,elisp,ruby etc) BUT R statistics highlighting dosent work. below is my config entry for org-babel-load-languages.
thanks alot

Z


#+begin_src emacs-lisp results none
; And add babel inline code execution
; babel, for executing code in org-mode.
(org-babel-do-load-languages
 'org-babel-load-languages
 ; load all language marked with (lang . t).
 '((C . t)
   (R . t)
   (asymptote)
   (awk)
   (calc)
   (clojure)
   (comint)
   (css)
   (ditaa . t)
   (dot . t)
   (emacs-lisp . t)
   (fortran)
   (gnuplot . t)
   (haskell)
   (io)
   (java)
   (js)
   (latex)
   (ledger)
   (lilypond)
   (lisp)
   (matlab)
   (maxima)
   (mscgen)
   (ocaml)
   (octave)
   (org . t)
   (perl)
   (picolisp)
   (plantuml)
   (python . t)
   (ref)
   (ruby)
   (sass)
   (scala)
   (scheme)
   (screen)
   (sh . t)
   (shen)
   (sql)
   (sqlite)))

#+end_src


reply via email to

[Prev in Thread] Current Thread [Next in Thread]