Re: [Orgmode] Re: Emacs startup file

2009-10-14 Thread saikari keitele
Many thanks to all. Huge help.

On Tue, Oct 13, 2009 at 1:04 PM, Memnon Anon 
gegendosenflei...@googlemail.com wrote:

 saikari keitele saikar...@gmail.com writes:

   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?

 Welcome ;)

 If you are new to emacs, really learn, how to use the integrated
 documenatation. Its great and always available!

 Press a) 'Control+h' 'i' . This gives you the info system.
  b) 'h' . Gives you a tutorial, how to use it.
   It takes some time to get used to it, but its really
   worth it.
  c) Find the org documentation in the info system. The node
 Introduction should help you getting started.

 The org documentation is very well written and quite extensive.

 hth, and have fun :)!






 ___
 Emacs-orgmode mailing list
 Remember: use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode

___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: Emacs startup file

2009-10-13 Thread Tassilo Horn
saikari keitele saikar...@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



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: Emacs startup file

2009-10-13 Thread Bernt Hansen
saikari keitele saikar...@gmail.com writes:

 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

http://doc.norang.ca/org-mode.html#Setup

-Bernt


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: Emacs startup file

2009-10-13 Thread Memnon Anon
saikari keitele saikar...@gmail.com writes:

 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?

Welcome ;)

If you are new to emacs, really learn, how to use the integrated
documenatation. Its great and always available!

Press a) 'Control+h' 'i' . This gives you the info system.
  b) 'h' . Gives you a tutorial, how to use it.
   It takes some time to get used to it, but its really
   worth it.
  c) Find the org documentation in the info system. The node
 Introduction should help you getting started. 

The org documentation is very well written and quite extensive.

hth, and have fun :)!






___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode