Tassilo Horn <tass...@member.fsf.org> writes:

> Eric S Fraga <ucec...@ucl.ac.uk> writes:
>
> Hi Eric,
>
>>> if it is working, then the following code block should be fontified as
>>> if in an Org-mode buffer
>>>
>>> #+begin_src emacs-lisp
>>>   (message "is it working?")
>>> #+end_src
>>
>> Definitely not working then!  This comes out as simple text in gnus
>> and doesn't look at all like it would in an org buffer for me.
>
> Hm, for me it's shown the same as verbatim blocks or stuff like

Just to update you all.  I found the problem and it had nothing to do
with either gnus or org!  The problem was that I had the following in my
font-lock-mode-hook:

: (show-ws-highlight-trailing-whitespace)

This seemed to wipe out all other font locking information in gnus.
Whether this is a problem with the whitespace highlighting codes or
within gnus, I don't know but I can live without trailing spaces being
highlighted!

Apologies for all the noise and thanks to all that tried to help me!

Thanks,
eric
-- 
: Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 23.2.1
: using Org-mode version 7.02trans (release_7.3.26.g4d02)

_______________________________________________
Emacs-orgmode mailing list
Please 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