From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shiyuan Subject: src blocks not fontified Date: Sun, 1 Jun 2014 15:13:02 -0700 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=485b397dd29910bdf304facd9541 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53148) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WrE00-0006X2-Uf for emacs-orgmode@gnu.org; Sun, 01 Jun 2014 18:13:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WrE00-0008Mx-2X for emacs-orgmode@gnu.org; Sun, 01 Jun 2014 18:13:04 -0400 Received: from mail-ve0-x236.google.com ([2607:f8b0:400c:c01::236]:62903) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WrDzz-0008Ms-Ta for emacs-orgmode@gnu.org; Sun, 01 Jun 2014 18:13:03 -0400 Received: by mail-ve0-f182.google.com with SMTP id sa20so4359053veb.13 for ; Sun, 01 Jun 2014 15:13:03 -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: emacs-orgmode@gnu.org --485b397dd29910bdf304facd9541 Content-Type: text/plain; charset=UTF-8 Hi, I am using Emacs 24.3 with the built-in org mode(7.9.3). The src code block is not fontified (Emacs is started with -Q option) #+BEGIN_SRC emacs-lisp (defun org-xor (a b) "Exclusive or." (if a (not b) b)) #+END_SRC This is my first time to use org-mode, so I could miss some setup steps.Do I need to do any setup in my .emacs if I just use the built-in org? Thanks. Shiyuan --485b397dd29910bdf304facd9541 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi,=C2=A0
=C2=A0 =C2=A0 I am using Emacs 24.3 with the= built-in org mode(7.9.3). The src code block is not fontified (Emacs is st= arted with -Q option) =C2=A0
#+BEGIN_SRC emacs-lisp
=C2=A0 =C2=A0 (defun org-xor (a b)
=C2=A0 =C2=A0 =C2=A0 "Exclusive or."
=C2=A0 =C2=A0= (if a (not b) b))
#+END_SRC

This = is my first time to use org-mode, so I could miss some setup steps.Do I nee= d to do any setup in my .emacs if I just use the built-in org?=C2=A0

Thanks.=C2=A0

Shiyuan=C2=A0
--485b397dd29910bdf304facd9541--