emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Re: org-mode not loading properly on startup


From: Mark Elston
Subject: Re: [Orgmode] Re: org-mode not loading properly on startup
Date: Fri, 30 Jan 2009 10:27:55 -0800
User-agent: Thunderbird 2.0.0.19 (Windows/20081209)

Paul,

Try changing the org-mode line below to:

  (add-to-list 'auto-mode-alist '("\\.org$" . org-mode))

See if that makes a difference.  I don't understand the use of \\'
in your line below.

Mark

* Paul Mead wrote (on 1/30/2009 3:49 AM):
Carsten Dominik <address@hidden> writes:

Do you have set up to make .org files automatically enter org-mode?

What happens if you use C-x C-f to open the file?

- Carsten


I have the following:

(add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode))

If I use C-x C-f the behaviour is the same for the first .org file which
I open. Any subsequent files that I open behave normally, whether or not
I manually start org-mode.
I have also tried opening files in different order - work.org and
home.org. Which ever one I open first after starting emacs fails to show
the faces, hide stars, etc. There doesn't appear to be anything wrong
with the files themselves therefore.

Other org-mode functions such as TAB to hide/show contents work fine.

Paul




_______________________________________________
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]