emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Tassilo Horn <tassilo@member.fsf.org>
To: emacs-orgmode@gnu.org
Subject: Re: Emacs startup file
Date: Tue, 13 Oct 2009 13:07:42 +0200	[thread overview]
Message-ID: <87ws2z362p.fsf@thinkpad.tsdh.de> (raw)
In-Reply-To: a38167fa0910130345h6c89b79bi14a3fc90968a6f2b@mail.gmail.com

saikari keitele <saikari78@gmail.com> writes:

Hi Saikari,

> I'm new to orgmode and quite new to Emacs.

Welcome!

> Could you please tell me the exact lines I have to add to the emacs
> startup file (.emacs.el) to enable orgmode?

If you use Emacs 23.1, then you don't need to do anything.  Simply open
a file with .org extension will enable org-mode.

That said, you might want to specify which org files are used to
generate the agenda view.  Let's say all your org files are in a
directory ~/org/, then add this code to you .emacs.

  (setq org-agenda-files '("~/org"))

You might also want to set up custom global keys to fire up the agenda
or to store a link to the current document.  Org's nice manual explains
how to do that:

,----[ (info "(org)Activation") ]
|      (global-set-key "\C-cl" 'org-store-link)
|      (global-set-key "\C-ca" 'org-agenda)
`----

Bye,
Tassilo

  reply	other threads:[~2009-10-13 11:08 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-13 10:45 Emacs startup file saikari keitele
2009-10-13 11:07 ` Tassilo Horn [this message]
2009-10-13 11:10 ` Mikael Fornius
2009-10-13 11:20 ` Bernt Hansen
2009-10-13 12:04 ` Memnon Anon
2009-10-14  9:10   ` saikari keitele

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

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ws2z362p.fsf@thinkpad.tsdh.de \
    --to=tassilo@member.fsf.org \
    --cc=emacs-orgmode@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 public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).