[Remind-Fans] basing task recurrance schedule on completed date/time
Daniel Martins
danielemc at gmail.com
Wed Aug 9 12:54:15 EDT 2006
Some links. I just edit the following site
http://www.plannerlove.com/pmwiki/pmwiki.php?n=Main.PlannerAndRemind
Below the text:
Links
http://sacha.free.net.ph/notebook/wiki/RemindAndPlanner.php
http://sacha.free.net.ph/notebook/emacs/remind.el
http://www.emacswiki.org/cgi-bin/wiki/PlannerAndRemind
My .emacs remind configuration
;; ;; To include .reminders as a shell mode
(setq auto-mode-alist
(cons '(".reminders$" . shell-script-mode) auto-mode-alist))
(add-hook 'sh-mode-hook
(lambda ()
(auto-fill-mode nil)))
;; From Sacha Chua
;; If you want your schedule to be automatically updated whenever
;; you save a planner file, put this in your .emacs:
;; Remind options
(require 'remind)
(add-hook 'planner-mode-hook
(lambda () (interactive)
(make-local-hook 'after-save-hook)
(add-hook 'after-save-hook 'remind-parse-planner t t)
(add-hook 'after-save-hook 'remind-export-to-diary t t)))
;; Alternatively, you can add the following lines to your ;; .emacs file:
(defadvice mark-diary-entries (before remind-generate-diary activate)
"Generate a diary file from a .reminders file."
(remind-parse-planner)
(remind-export-to-diary))
2006/8/9, Detlef Steuer <detlef.steuer at hsu-hamburg.de>:
>
> On Wed, 09 Aug 2006 10:45:39 +0200
> Michael Heinrich <michael at vierpi.de> wrote:
>
> >
> > "Daniel Martins" <danielemc at gmail.com> writes:
> >
> > > If I understood what you really want, I think that emacs planner could
> be an
> > > option
> > >
> > > I use it integrated with remind and wyrd nicely!
> >
> > Could you describe it further? Do you have any scripts or something to
> > integrate your reminders in your daily page?
> >
>
> I would be interested, too!
>
> Detlef
>
> >
> > Thanks,
> > --
> > Michael Heinrich
> > _______________________________________________
> > Remind-fans mailing list
> > Remind-fans at lists.whatexit.org
> > http://lists.whatexit.org/mailman/listinfo/remind-fans
> _______________________________________________
> Remind-fans mailing list
> Remind-fans at lists.whatexit.org
> http://lists.whatexit.org/mailman/listinfo/remind-fans
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.roaringpenguin.com/pipermail/remind-fans/attachments/20060809/413c3471/attachment.htm>
More information about the Remind-fans
mailing list