Re: [Orgmode] Re: org-mode and appointments

2008-03-02 Thread Bastien
Russell Adams <[EMAIL PROTECTED]> writes: > Ok, so I've got appt working with org, along with Gnome popups with > zenity to alert me of events. Works nice here, thanks. > I wanted to aggregate the advice I'd received into one place, which > could be posted later to wiki or worg, etc. I posted t

Re: [Orgmode] Re: org-mode and appointments

2008-03-02 Thread Russell Adams
I don't know if that is related to this code. For the list, what version are you running? On Sun, Mar 02, 2008 at 06:51:42PM +0100, Richard G Riley wrote: > BTW, one small problem - when I updated a schedule in the agenda > interface, the agenda file doesn't update in the buffer. Closing it and >

Re: [Orgmode] Re: org-mode and appointments

2008-03-02 Thread Richard G Riley
Russell Adams <[EMAIL PROTECTED]> writes: v> Ok, so I've got appt working with org, along with Gnome popups with > zenity to alert me of events. > > I wanted to aggregate the advice I'd received into one place, which > could be posted later to wiki or worg, etc. > > I would welcome feedback, as I'

Re: [Orgmode] Re: org-mode and appointments

2008-03-02 Thread Russell Adams
Ok, so I've got appt working with org, along with Gnome popups with zenity to alert me of events. I wanted to aggregate the advice I'd received into one place, which could be posted later to wiki or worg, etc. I would welcome feedback, as I'm currently vetting this configuration. I'll post any up

Re: [Orgmode] Re: org-mode and appointments

2008-02-28 Thread Nick Dokos
Russell Adams <[EMAIL PROTECTED]> wrote: > I'm kicking off zenity (GUI notification window) via shell-command and > putting it in the background. Emacs keeps opening a new window called > *Async Shell Command*, even though I thought I disabled that by > passing nil to the output buffer argument. >

Re: [Orgmode] Re: org-mode and appointments

2008-02-28 Thread Russell Adams
Thanks for the information! Thats exactly what I was trying to figure out. I've got one last problem, then I'll post the complete howto somewhere... I'm kicking off zenity (GUI notification window) via shell-command and putting it in the background. Emacs keeps opening a new window called *Async

[Orgmode] Re: org-mode and appointments

2008-02-27 Thread Bernt Hansen
Bernt Hansen <[EMAIL PROTECTED]> writes: > The following variables set to behaviour set to -> set the ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/ema

[Orgmode] Re: org-mode and appointments

2008-02-27 Thread Bernt Hansen
It's configurable (as is almost anything else in Emacs) The following variables set to behaviour appt-message-warning-time (12 minutes for me) appt-display-interval ( 3 minutes for me) I get warnings at 12, 9, 6, 3, and 0 minutes. HTH, -Bernt Russell Adams <[EMAIL PROTECTED]> writes:

[Orgmode] Re: org-mode and appointments

2008-02-26 Thread Bastien
(Resending to the list) Hi Bernt, Bernt Hansen <[EMAIL PROTECTED]> writes: > I'm using your function for creating appointments: > > ,[ my-org-agenda-to-appt in .emacs ] This function is now part of org-mode and is named `org-agenda-to-appt'. It is safer to use the version shipped with Org t