emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* font-lock form BEGIN_SRC
@ 2009-03-26 18:58 Deric Bytes
  2009-03-26 19:03 ` Eric Schulte
  0 siblings, 1 reply; 2+ messages in thread
From: Deric Bytes @ 2009-03-26 18:58 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-03-26 19:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-26 18:58 font-lock form BEGIN_SRC Deric Bytes
2009-03-26 19:03 ` Eric Schulte

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).