emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Daniel Clemente" <n142857@gmail.com>
To: Bernt Hansen <bernt@norang.ca>
Cc: emacs-orgmode@gnu.org, DigitalPig <lizhenqing.fudan@gmail.com>
Subject: Re: Re: Is there any way to active the reminder of Org mode in Emacs?
Date: Tue, 15 Apr 2008 18:52:00 +0200	[thread overview]
Message-ID: <ae9590aa0804150952u6217d766xb9a5bc647c00cacf@mail.gmail.com> (raw)
In-Reply-To: <87d4ornpc0.fsf@gollum.intra.norang.ca>

Hi,
   to me, appt is still rather uncomfortable; maybe because I don't
know how to use it correctly. What I have found is:

   If you don't notice a reminder message (for instance because you
are away from your computer for hours), the reminder goes away and you
never see it. appt might ask for a confirmation.

   How can you go from the appointment reminder to the org file which
describes it?

   Maybe it's 23:00 h and you have one appointment not for today, but
for tomorrow; but appt shows you only the ones for today. How do you
make it show just „the next one"?

   In fact, how can you see the next appointments? (Even if they are
for next week)

   How can you make that appt checks your agenda every N hours?

   appt displays the reminder at the modeline. What happens if, just
after the message, you receive other messages? The reminder can also
get lost.


   Do you find appt complete and nice to use? If so, how did you improve it?
   Are there better methods?

Thanks,
Daniel


On 4/15/08, Bernt Hansen <bernt@norang.ca> wrote:
> 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
>
>
>
> _______________________________________________
> 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
>

  reply	other threads:[~2008-04-15 16:52 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
2008-04-15 16:52   ` Daniel Clemente [this message]
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=ae9590aa0804150952u6217d766xb9a5bc647c00cacf@mail.gmail.com \
    --to=n142857@gmail.com \
    --cc=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).