From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Ankur Jain" Newsgroups: gmane.emacs.help Subject: Org-mode emacs help Date: Thu, 21 Jun 2007 12:29:05 +0530 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1685652841==" X-Trace: sea.gmane.org 1182409182 1147 80.91.229.12 (21 Jun 2007 06:59:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 21 Jun 2007 06:59:42 +0000 (UTC) To: "Gnu Emacs Mailing List" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jun 21 08:59:40 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 1I1Gdn-0004Ap-Pb for geh-help-gnu-emacs@m.gmane.org; Thu, 21 Jun 2007 08:59:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I1Gdn-0006VY-5Z for geh-help-gnu-emacs@m.gmane.org; Thu, 21 Jun 2007 02:59:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I1GdW-0006VR-JD for help-gnu-emacs@gnu.org; Thu, 21 Jun 2007 02:59:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I1GdU-0006VD-QW for help-gnu-emacs@gnu.org; Thu, 21 Jun 2007 02:59:21 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I1GdU-0006VA-LL for help-gnu-emacs@gnu.org; Thu, 21 Jun 2007 02:59:20 -0400 Original-Received: from nz-out-0506.google.com ([64.233.162.236]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I1GdU-0005nG-5H for help-gnu-emacs@gnu.org; Thu, 21 Jun 2007 02:59:20 -0400 Original-Received: by nz-out-0506.google.com with SMTP id q3so409470nzb for ; Wed, 20 Jun 2007 23:59:19 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=R0OgAqA+F6A2ntSMvRAccFeEbZgYeiF5GYld79QLnnUHXaMvT1VSaubf05lCcrMKWOLdojQCtAb0NNZCERFNytqnemSm5KTnRPmvFNpurmEi1tMlquYo/8BJIp/qDWFK+CXTFARw3H+SouYONvy7nyBGg1RvBoYD39u6me5BTs4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=dHuVD+QV+4ejhc9ISz/c2nwMESN7Ysv8tNv76SSJ0oOgNsE8q8tbffkIw2RpK1mFBYoLk6jPZMgpMukFPyXrH8qyaG68m7MEGklvgnaRmHzP5BAVdXOWnMMJU/5xDl+vUn0yFcFIpMy7CtWoIuI1xCipzJ2HtVcAFiAStpXAjfQ= Original-Received: by 10.143.164.19 with SMTP id r19mr100718wfo.1182409145432; Wed, 20 Jun 2007 23:59:05 -0700 (PDT) Original-Received: by 10.142.102.17 with HTTP; Wed, 20 Jun 2007 23:59:05 -0700 (PDT) X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) 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:45197 Archived-At: --===============1685652841== Content-Type: multipart/alternative; boundary="----=_Part_77752_28430529.1182409145407" ------=_Part_77752_28430529.1182409145407 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline 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 ------=_Part_77752_28430529.1182409145407 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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 ------=_Part_77752_28430529.1182409145407-- --===============1685652841== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ help-gnu-emacs mailing list help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs --===============1685652841==--