emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] font-lock form BEGIN_SRC


From: Deric Bytes
Subject: [Orgmode] font-lock form BEGIN_SRC
Date: Thu, 26 Mar 2009 18:58:34 +0000

Hi I would like the text in BEGIN_SRC to display the colour and
tab-indentation of the appropriate emacs-mode whilst viewing the org
file. I would also like to be able to hide the markup tag BEGIN_SRC.


  #+BEGIN_SRC emacs-lisp
     (defun org-xor (a b)
        "Exclusive or."
        (if a (not b) b))
     #+END_SRC




reply via email to

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