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

2009-02-10 Thread Paul Mead
> On Jan 30, 2009, at 10:40 AM, Paul Mead wrote: > > > Just a niggling issue here, I have a function set up to load my main > > org > > file work.org. > > > > (defun gtd() > > (interactive) > > (find-file "~/.gtd/work.org") > > ) > > > > Straightforward enough, but since I downloaded v6.20 I

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

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

2009-01-30 Thread Paul Mead
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? > > - Carsten All my org-mode customizations are in one file: ;;

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

2009-01-30 Thread Paul Mead
Mark Elston 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 difference. Paul

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

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

2009-01-30 Thread Paul Mead
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 use C-x C-f the behaviour is the same for the

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

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

2009-01-30 Thread Paul Mead
Carsten Dominik writes: > On Jan 30, 2009, at 10:40 AM, Paul Mead wrote: > >> Just a niggling issue here, I have a function set up to load my main org >> file work.org. >> >> (defun gtd() >> (interactive) >> (find-file "~/.gtd/work.org") >> ) >> >> Straightforward enough, but since I downloade