help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Org-mode emacs help


From: Ankur Jain
Subject: Org-mode emacs help
Date: Thu, 21 Jun 2007 12:29:05 +0530

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
reply via email to

[Prev in Thread] Current Thread [Next in Thread]