all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: knubee <knubee@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: load calendar on startup
Date: Wed, 10 Jun 2009 18:49:26 -0700 (PDT)	[thread overview]
Message-ID: <2f7e4aa3-f8dc-4458-b8f3-b37741828682@n7g2000prc.googlegroups.com> (raw)
In-Reply-To: 87ocswy1bt.fsf@iki.fi

> There is also variable after-init-hook which contains a list of
> functions to run after loading all initialization files. So, you could
> also add a command like
>
>     (add-hook 'after-init-hook 'org-agenda-list)
>
> to your .emacs file. Now function org-agenda-list is not run immediately
> but after all initilization. For more info, see the info node "(elisp)
> Init File":
>
>     C-h i d m elisp RET i init file RET

ah, good to know. thanks!


      reply	other threads:[~2009-06-11  1:49 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-09  2:31 load calendar on startup knubee
2009-06-09 21:53 ` m
2009-06-10  3:35   ` knubee
2009-06-10  7:50     ` Teemu Likonen
2009-06-11  1:49       ` knubee [this message]

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=2f7e4aa3-f8dc-4458-b8f3-b37741828682@n7g2000prc.googlegroups.com \
    --to=knubee@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.