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


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to