emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] font-lock form BEGIN_SRC


From: Eric Schulte
Subject: Re: [Orgmode] font-lock form BEGIN_SRC
Date: Thu, 26 Mar 2009 12:03:26 -0700
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.90 (gnu/linux)

Hi Deric,

This is possible with MuMAMo, see the following link for Details.
Unfortunately it is not very stable, and in my experience leads to
problems with folding/unfolding of outline levels.

http://www.mail-archive.com/address@hidden/msg08069.html

The Author/Maintainer of MuMaMo is reworking some of the core buffer
subdivision stuff, so it is possible that this could improve in the near
future.

As an interim solution you can also try \C-c' from inside the src block.

Best -- Eric

Deric Bytes <address@hidden> writes:

> 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.
> address@hidden
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode




reply via email to

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