From: Bernt Hansen <bernt@norang.ca>
To: DigitalPig <lizhenqing.fudan@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Is there any way to active the reminder of Org mode in Emacs?
Date: Tue, 15 Apr 2008 10:51:43 -0400 [thread overview]
Message-ID: <87d4ornpc0.fsf@gollum.intra.norang.ca> (raw)
In-Reply-To: <877iezme9u.fsf@gmail.com> (DigitalPig's message of "Tue\, 15 Apr 2008 09\:35\:57 -0400")
DigitalPig <lizhenqing.fudan@gmail.com> writes:
> I am using Emacs 22.2 with Org Mode 5.23a. I am wondering if Org mode
> have the same function as diary in Emacs. That is if you have some
> events or appointment. Diary pop-ups a window indicating that. How can I
> let Org to remind me the coming events as diary? Thanks!
Hi!
I don't use the diary at all anymore. I have the following setup in my
.emacs to create appointment reminders for org-mode
------------------------------------------------------------------------
;; Get appointments for today
(defun my-org-agenda-to-appt ()
(interactive)
(setq appt-time-msg-list nil)
(org-agenda-to-appt))
(add-hook 'org-finalize-agenda-hook 'my-org-agenda-to-appt)
(my-org-agenda-to-appt)
(appt-activate t)
------------------------------------------------------------------------
-Bernt
next prev parent reply other threads:[~2008-04-15 14:51 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-15 13:35 Is there any way to active the reminder of Org mode in Emacs? DigitalPig
2008-04-15 14:34 ` Manish
2008-04-15 14:51 ` Bernt Hansen [this message]
2008-04-15 16:52 ` Daniel Clemente
2008-04-15 18:01 ` Bernt Hansen
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=87d4ornpc0.fsf@gollum.intra.norang.ca \
--to=bernt@norang.ca \
--cc=emacs-orgmode@gnu.org \
--cc=lizhenqing.fudan@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).