emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Mikael Fornius <mfo@abc.se>
To: saikari keitele <saikari78@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Emacs startup file
Date: Tue, 13 Oct 2009 13:10:15 +0200	[thread overview]
Message-ID: <87eip75z3c.fsf@eee.in> (raw)
In-Reply-To: <a38167fa0910130345h6c89b79bi14a3fc90968a6f2b@mail.gmail.com> (saikari keitele's message of "Tue, 13 Oct 2009 12:45:27 +0200")

saikari keitele <saikari78@gmail.com> writes:

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


;; The following lines are always needed.  Choose your own keys.
(add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode))
(global-set-key "\C-cl" 'org-store-link)
(global-set-key "\C-ca" 'org-agenda)
(global-set-key "\C-cb" 'org-iswitchb)
(global-font-lock-mode 1)                     ; for all buffers
(add-hook 'org-mode-hook 'turn-on-font-lock)  ; Org buffers only



See Emacs Info documentation browser:

(info "(org) Activation")

for more information.


-- 
Mikael Fornius

  parent 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
2009-10-13 11:10 ` Mikael Fornius [this message]
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=87eip75z3c.fsf@eee.in \
    --to=mfo@abc.se \
    --cc=emacs-orgmode@gnu.org \
    --cc=saikari78@gmail.com \
    /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).