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 domi...@science.uva.nl 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\\'

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

2009-01-30 Thread Giovanni Ridolfi
--- Ven 30/1/09, Carsten Dominik domi...@science.uva.nl ha scritto: On Jan 30, 2009, at 12:49 PM, Paul Mead wrote: Carsten Dominik domi...@science.uva.nl 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?

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 domi...@science.uva.nl writes: Do you

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

2009-01-30 Thread Paul Mead
Mark Elston m.els...@advantest-ard.com writes: 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 Hi Mark, just tried that and it made no

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

2009-01-30 Thread Paul Mead
Carsten Dominik domi...@science.uva.nl 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? - Carsten All my org-mode customizations are in

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

2009-01-30 Thread Eric Schulte
Paul Mead paul.d.m...@gmail.com writes: Carsten Dominik domi...@science.uva.nl 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