Re: [Orgmode] Emacs startup file

2009-10-13 Thread Mikael Fornius
saikari keitele 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

[Orgmode] Emacs startup file

2009-10-13 Thread saikari keitele
Hi, I'm new to orgmode and quite new to Emacs. Could you please tell me the exact lines I have to add to the emacs startup file(.emacs.el) to enable orgmode? Thanks ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emac