From: Anupam Sengupta <anupamsg@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Org-mode emacs help
Date: Thu, 21 Jun 2007 01:08:50 -0700 [thread overview]
Message-ID: <m2vedhival.fsf@gmail.com> (raw)
In-Reply-To: mailman.2483.1182409165.32220.help-gnu-emacs@gnu.org
>>>>> "Ankur" == Ankur Jain <jainankur@gmail.com> 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
next parent reply other threads:[~2007-06-21 8:08 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.2483.1182409165.32220.help-gnu-emacs@gnu.org>
2007-06-21 8:08 ` Anupam Sengupta [this message]
2007-06-21 6:59 Org-mode emacs help Ankur Jain
2007-06-21 7:39 ` Dmitry Dzhus
2007-06-21 8:15 ` Leo
[not found] ` <mailman.2509.1182497354.32220.help-gnu-emacs@gnu.org>
2007-06-22 7:43 ` Ankur
2007-06-22 8:33 ` Tassilo Horn
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m2vedhival.fsf@gmail.com \
--to=anupamsg@gmail.com \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.