From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xebar Saram Subject: syntax highlighting works on all BUT R statistics Date: Sat, 22 Mar 2014 07:33:34 +0200 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e0116150aec6e4a04f52b578e Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35586) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WREYq-0000fK-Bx for emacs-orgmode@gnu.org; Sat, 22 Mar 2014 01:33:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WREYp-0007Hj-Fu for emacs-orgmode@gnu.org; Sat, 22 Mar 2014 01:33:36 -0400 Received: from mail-ob0-x234.google.com ([2607:f8b0:4003:c01::234]:49000) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WREYp-0007HK-AZ for emacs-orgmode@gnu.org; Sat, 22 Mar 2014 01:33:35 -0400 Received: by mail-ob0-f180.google.com with SMTP id wn1so3436674obc.25 for ; Fri, 21 Mar 2014 22:33:34 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: org mode --089e0116150aec6e4a04f52b578e Content-Type: text/plain; charset=ISO-8859-1 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 --089e0116150aec6e4a04f52b578e Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi all

I have a weird issue.
= i can get=A0syntax highlighting working on all code blocks (Python,elisp,ru= by 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
=A0'org-babel-load-language= s
=A0; load all language marked with (lang . t).
=A0= 9;((C . t)
=A0 =A0(R . t)
=A0 =A0(asymptote)
= =A0 =A0(awk)
=A0 =A0(calc)
=A0 =A0(clojure)
=A0 =A0(comint)
=A0 =A0(css)
=A0 =A0(ditaa . t)
=A0 =A0(dot . t)=
=A0 =A0(emacs-lisp . t)
=A0 =A0(fortran)
=A0= =A0(gnuplot . t)
=A0 =A0(haskell)
=A0 =A0(io)
=A0 =A0(java)
=A0 =A0(js)
= =A0 =A0(latex)
=A0 =A0(ledger)
=A0 =A0(lilypond)
<= div>=A0 =A0(lisp)
=A0 =A0(matlab)
=A0 =A0(maxima)
=
=A0 =A0(mscgen)
=A0 =A0(ocaml)
=A0 =A0(octave)
=A0 =A0(org . t)
=A0 =A0(perl)
=A0 =A0(picolisp)
=A0 =A0(plantuml)
=A0 =A0(pyth= on . t)
=A0 =A0(ref)
=A0 =A0(ruby)
=A0 =A0(sa= ss)
=A0 =A0(scala)
=A0 =A0(scheme)
=A0 =A0(screen)
=A0 =A0(sh . t)
=A0 =A0(shen)
=A0 =A0(sql)
=A0 =A0(sqlite)))

#+end_src

--089e0116150aec6e4a04f52b578e--