emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Org-mode files - no fontification
@ 2007-08-21  3:55 Kiermeier, Andreas (PIRSA - SARDI)
  2007-08-22 11:00 ` Renzo Been
  0 siblings, 1 reply; 2+ messages in thread
From: Kiermeier, Andreas (PIRSA - SARDI) @ 2007-08-21  3:55 UTC (permalink / raw)
  To: emacs-orgmode

Dear all,

I'm having a problem with getting org-mode to work 'properly'. The
functionality of the various key bindings appears to work without a
problem, but there is absolutely no fontification.

I've have the following lines in my _emacs file.

;; Turn global font locking on
(global-font-lock-mode t) 

(setq load-path (cons "d:/emacs/site-lisp/org" load-path))
(require 'org)
(add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode))
(define-key global-map "\C-cl" 'org-store-link)
(define-key global-map "\C-ca" 'org-agenda)

Possibly related to the fontification problem is the display of links -
they always remain as [[link][description]]. I've checked in the "Org"
menu entry for Hyperlinks - I am using "Descriptive Links:.

The minor modes active in my .org file are:

Enabled minor modes: Auto-Compression Auto-Fill Column-Number
Display-Time Encoded-Kbd File-Name-Shadow Font-Lock Global-Font-Lock
Line-Number Menu-Bar Mouse-Wheel Shell-Dirtrack Show-Paren Tooltip
Transient-Mark Unify-8859-On-Encoding Utf-Translate-Cjk


I'm using Windows XP, GNU Emacs 22.1.1 (i386-mingw-nt5.1.2600) of
2007-06-02, Org-Mode 5.04 (same problem with the version that shipped
with Emacs).

TIA for any pointers.

Cheers,

Andreas

_____________________________
Dr Andreas Kiermeier
Senior Statistician
Food Innovation & Safety
South Australian Research & Development Institute
33 Flemington Street, Glenside, SA, 5065

Ph:	+61 8 8207 7884
Fax:	+61 8 8207 7854
Mob:	0423 028 565

Email: Kiermeier.Andreas@saugov.sa.gov.au
Web:   http://www.sardi.sa.gov.au/
My Web: http://andreas.kiermeier.googlepages.com/
_____________________________
You will find my GPG public key on my personal website.

The information contained within this email is confidential and may be
the subject of legal privilege. This email is intended solely for the
addressee, and if you are not the intended recipient you must not
disclose, copy, use or distribute this email or any of its attachments.
If you have received this email in error, please advise the sender
immediately via email reply, delete the message and any attachments from
your system, and destroy any copies made. PIRSA makes no representation
that this mail or any attached files are free from viruses or other
defects. It is the recipient's responsibility to check the email and any
attached files for viruses or other defects. 

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

* Re: Org-mode files - no fontification
  2007-08-21  3:55 Org-mode files - no fontification Kiermeier, Andreas (PIRSA - SARDI)
@ 2007-08-22 11:00 ` Renzo Been
  0 siblings, 0 replies; 2+ messages in thread
From: Renzo Been @ 2007-08-22 11:00 UTC (permalink / raw)
  To: emacs-orgmode

Kiermeier,	Andreas (PIRSA - SARDI <Kiermeier.Andreas <at> 
saugov.sa.gov.au> writes:

,-----
| Hi,
| 
| I don't know if this helps, but I think the
| following line in your setup:
| (add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode))
| should be changed into: 
| (add-to-list 'auto-mode-alist '("\\.org$" . org-mode))
| 
| It could also be that this line:
| (global-font-lock-mode t)
| 
| in your setup is causing the trouble...  I use
| it like this:
| (add-hook 'org-mode-hook 'turn-on-font-lock)
| 
| Please try-out both the suggestions to find out
| what helps.
| 
| Ciao, Renzo
`-----

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

end of thread, other threads:[~2007-08-22 11:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-21  3:55 Org-mode files - no fontification Kiermeier, Andreas (PIRSA - SARDI)
2007-08-22 11:00 ` Renzo Been

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).