Re: [Orgmode] org-agenda-to-appt

2008-03-02 Thread Russell Adams
I'm hooking into the agenda update hook. See my next email on the appt thread for the setup. Thanks. On Sun, Mar 02, 2008 at 06:35:20AM +0100, Richard G Riley wrote: Wanrong Lin [EMAIL PROTECTED] writes: I do it like this: (run-at-time 0:30am (* 24 3600) 'org-agenda-to-appt) Lovely

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

Re: [Orgmode] FR: Repeated time stamp, jumping from current time

2008-03-02 Thread Piotr Zielinski
On Sun, Mar 2, 2008 at 4:52 AM, Wanrong Lin [EMAIL PROTECTED] wrote: Hi, Right now we can have a repeated time stamp like this: * TODO Do this every month SCHEDULED: 2008-03-01 Sat +1m If I am late and mark the above done on 2008-03-05, the time stamp will automatically jump to

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

[Orgmode] [respun PATCH 2/3] Support last-line specializers.

2008-03-02 Thread jason
Each of lstart, lend, and lfmt permits a last-line specialization called llstart, etc. with corresponding heading versions. Signed-off-by: Jason Riedy [EMAIL PROTECTED] --- Argh. Already found one problem: I didn't fall back to non-last-line properties when appropriate. org.el | 34

[Orgmode] [PATCH 3/3] Allow functions for some orgtbl parameters.

2008-03-02 Thread Jason Riedy
Functions and dynamic binding permit some fun uses, including gathering up header names for use in SQL insert statements. Signed-off-by: Jason Riedy [EMAIL PROTECTED] --- org.el | 38 ++ org.texi |5 - 2 files changed, 34 insertions(+), 9

[Orgmode] How I'm using these: Generating SQL insert statements.

2008-03-02 Thread Jason Riedy
This code is only partially baked, but it's working for me at the moment. I'm using my multi-target changes to generate both a LaTeX description of the values as well as SQL insert statements in separate noweb chunks. The code leaves a spare blank line in place of the header and cannot handle