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

2009-01-30 Thread Eric Schulte
Paul Mead writes: > Carsten Dominik writes: > >> >> >> I don't have enough to work on here. >> >> Any other ideas anyone? Maybe more windows people to test this? >> Maybe Paul needs to share his full setup, or try to minimize it while >> keeping >> the error? Two quick ideas, 1. Try startin

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

2009-01-30 Thread Mark Elston
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 writes: Do you have set up to make

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

2009-01-30 Thread Giovanni Ridolfi
--- Ven 30/1/09, Carsten Dominik ha scritto: > On Jan 30, 2009, at 12:49 PM, Paul Mead wrote: > > > Carsten Dominik 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? > >> > > > > I have the follow

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

2009-01-30 Thread Carsten Dominik
On Jan 30, 2009, at 12:49 PM, Paul Mead wrote: Carsten Dominik 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 us

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

2009-01-30 Thread Carsten Dominik
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 On Jan 30, 2009, at 11:05 AM, Paul Mead wrote: Carsten Dominik writes: On Jan 30, 2009, at 10:40 AM, Paul Mead wrote: Just a niggling issue here, I have a functi