From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Anupam Sengupta Newsgroups: gmane.emacs.help Subject: Re: Org-mode emacs help Date: Thu, 21 Jun 2007 01:08:50 -0700 Organization: Cox Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1182415238 21237 80.91.229.12 (21 Jun 2007 08:40:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 21 Jun 2007 08:40:38 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jun 21 10:40:37 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1I1IDU-0005vB-Ca for geh-help-gnu-emacs@m.gmane.org; Thu, 21 Jun 2007 10:40:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I1IDT-0004Dr-JW for geh-help-gnu-emacs@m.gmane.org; Thu, 21 Jun 2007 04:40:35 -0400 Original-Path: shelby.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!hwmnpeer01.lga!news.highwinds-media.com!hw-filter.phx!newsfe16.phx.POSTED!53ab2750!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (darwin) Cancel-Lock: sha1:KW3QggNvt7RfuPY1KO5Tf9PNvgI= Original-Lines: 42 Original-NNTP-Posting-Host: 72.222.192.8 Original-X-Complaints-To: admin@cox.net Original-X-Trace: newsfe16.phx 1182413329 72.222.192.8 (Thu, 21 Jun 2007 01:08:49 MST) Original-NNTP-Posting-Date: Thu, 21 Jun 2007 01:08:49 MST Original-Xref: shelby.stanford.edu gnu.emacs.help:149613 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:45199 Archived-At: >>>>> "Ankur" == Ankur Jain writes: Ankur> Now, I've inserted the following lines into my .emacs ... Ankur> (add-to-list 'auto-mode-alist '("\\.org$" . org-mode)) This associates all files ending with the '.org' extension with org-mode. Ankur> (define-key global-map "\C-cl" 'org-store-link) This defines a key in the global key map which allows C-c l to store an org-mode link. Ankur> (define-key global-map "\C-ca" 'org-agenda) Another global key map to display the agenda using the C-c a keys. Ankur> After that how do I start using Org-mode? >>From #1 above, any file (existing or new) that has a '.org' extension will automatically be in org-mode. Try C-x C-f test.org and see if the org-mode is enabled (the status bar should have 'Org-mode' listed). Or, you can just do M-x org-mode while in any buffer, and the Org-mode major mode will be enabled for that buffer. Ankur> Do I need to create some file or anything else needs to be Ankur> configured? No. You have configured it already. Other *customizations* are certainly possible. P.S: Do read http://staff.science.uva.nl/~dominik/Tools/org/org.html#Activation which has all the relevant details. -- Anupam