Hi

I want to try out org-mode for emacs. I got it bundled with Emacs 22.1 on Windows XP.

Now, I've inserted the following lines into my .emacs as per the instructions given at : http://staff.science.uva.nl/~dominik/Tools/org/org.html

;;***************************************************************
;; Org Mode Settings
;;***************************************************************

;; The following lines are always needed.  Choose your own keys.
     (add-to-list 'auto-mode-alist '("\\.org$" . org-mode))
     (define-key global-map "\C-cl" 'org-store-link)
     (define-key global-map "\C-ca" 'org-agenda)


After that how do I start using Org-mode?

Do I need to create some file or anything else needs to be configured?

Please help.

Ankur Jain

http://ankurjain.org