Re: [Orgmode] Re: Org-Mode in Windows

2009-01-26 Thread Manager Leader
Hi David, Thank you for your reply. I downloaded emacs from: http://ftp.gnu.org/gnu/emacs/windows/ and the file I got is emacs-22.3-bin-i386.zip When I did as you said C-x C-f and enter, I get this file list: c:/emacs/bin: total used in directory 14253 available 6281388 drwxrwxrwx 1 Bail

Re: [Orgmode] Re: Org-Mode in Windows

2009-01-26 Thread Bailey
Hi Manish, I tried putting in the configuration from John Wigley on the link you gave: http://www.newartisans.com/blog/2007/08/using-org-mode-as-a-day-planner.html and then use M-x load-file... Unfortunately, I got the following messages: Loading c:/emacs/.emacs... eval-buffer: Cannot open loa

Re: [Orgmode] Re: Org-Mode in Windows

2009-01-26 Thread Manager Leader
Hi Manish, Thank you for your reply. I tried what you said: (add-to-list 'load-path "C:/path/to/org-mode/lisp") (require 'org-install) (add-to-list 'auto-mode-alist '("\\.org$" . org-mode)) (global-set-key "\C-ca" 'org-agenda) But I had to create a .emacs file (.emacs filename and no extension

Re: [Orgmode] Re: Org-Mode in Windows

2009-01-25 Thread David Lord
Bailey, I'm surprised you are seeing c:/emacs/bin as your home directory - perhaps its a peculiarity of the official GNU release. `C:\Documents and Settings\USERNAME\Application Data' is the default on XP I believe. Personally, I like the EmacsW32 release (http:// ourcomments.org/Emacs/E

Re: [Orgmode] Re: Org-Mode in Windows

2009-01-25 Thread Manish
On Sun, Jan 25, 2009 at 9:26 PM, Bailey wrote: > Hi Manish, > > I tried putting in the configuration from John Wigley on the link you gave: > > http://www.newartisans.com/blog/2007/08/using-org-mode-as-a-day-planner.html > > and then use M-x load-file... > > Unfortunately, I got the following messa

Re: [Orgmode] Re: Org-Mode in Windows

2009-01-25 Thread Manish
On Sun, Jan 25, 2009 at 8:32 PM, Manager Leader wrote: > Hi Manish, > > Thank you for your reply. > > I tried what you said: > (add-to-list 'load-path "C:/path/to/org-mode/lisp") > (require 'org-install) > (add-to-list 'auto-mode-alist '("\\.org$" . org-mode)) > (global-set-key "\C-ca" 'org-agenda)

Re: [Orgmode] Re: Org-Mode in Windows

2009-01-25 Thread Manish
> On Jan 25, 2009, at 3:48 AM, Manager Leader wrote: > >> Dear Mr. Dominik, >> >> Thank you for your work in Org-Mode, I started researching about it a >> month ago and I have started using it 10 days ago (used to work in outlook >> but it just can't cope with my life now). And so far am happy with

Re: [Orgmode] Re: Org-Mode in Windows

2009-01-25 Thread David Lord
Bailey, I think the first thing you need to do is find your .emacs: start emacs and type Ctrl-x Ctrl-f, make sure it says something like 'Find file: ~/' at the bottom of the screen and press enter. A 'dired' buffer should open up in which you should see your .emacs file (if you want to p

[Orgmode] Re: Org-Mode in Windows

2009-01-24 Thread Carsten Dominik
Hi, please send your message to emacs-orgmode@gnu.org (I am CC-ing the mailing list). There you will find people who work on Windows, I do not. - Carsten On Jan 25, 2009, at 3:48 AM, Manager Leader wrote: Dear Mr. Dominik, Thank you for your work in Org-Mode, I started researching about it