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)

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-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] 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

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] FR: Repeated time stamp, jumping from current time

2008-03-02 Thread Wanrong Lin
I think even if it is not a deadline, just personal scheduled stuff (no "external force") , there are cases where you just want to do things periodically at a certain date/time, so we should keep the old behavior. We don't have to choose between these two (jumping from current date and jumpin

Re: [Orgmode] Bug? Installing from git master

2008-03-02 Thread Adam Spiers
On Sat, Mar 01, 2008 at 04:35:14AM +0530, Manish wrote: > On Sat, Mar 1, 2008 at 4:19 AM, Bastien <[EMAIL PROTECTED]> wrote: > > Manish <[EMAIL PROTECTED]> writes: > > > > > On Sat, Mar 1, 2008 at 3:39 AM, Bastien <[EMAIL PROTECTED]> wrote: > > >> Manish <[EMAIL PROTECTED]> writes: > > >> > > >

[Orgmode] makeinfo errors with latest git master

2008-03-02 Thread Adam Spiers
Some next/prev texinfo pointers were corrupted by the insertion of the `Keyword search' node in between `Timeline' and `Stuck projects': makeinfo --no-split org.texi -o org /home/aspiers/lib/emacs/major-modes/org-mode.git//org.texi:5117: Next field of node `Keyword search' not pointed to (perhaps

Re: [Orgmode] makeinfo errors with latest git master

2008-03-02 Thread Bastien Guerry
Adam Spiers <[EMAIL PROTECTED]> writes: > Some next/prev texinfo pointers were corrupted by the insertion of the > `Keyword search' node in between `Timeline' and `Stuck projects': > > I've never done texinfo before but I assume this is the right patch - > it seems to work: Applied, thanks. For

Re: [Orgmode] Bug? Installing from git master

2008-03-02 Thread Bastien Guerry
Adam Spiers <[EMAIL PROTECTED]> writes: >> > Is _everyone_ pulling from git in this room?? > > :-) > >> I do. > > Me too. > >> `make' completes cleanly now. Thanks. > > ... but only if you have erc installed (it's shipped with emacs 22 but > not emacs 21): > > This is because org-default-extensi

[Orgmode] [PATCH] Refactor orgtbl-to-generic; explicitly separate heading from body.

2008-03-02 Thread Jason Riedy
Parameters are fluidly bound as early as possible. Added one helper function, orgtbl-format-section, and removed one, org-get-param. Also cleaned org-format-line. Signed-off-by: Jason Riedy <[EMAIL PROTECTED]> --- org.el | 100 +-- 1

[Orgmode] [PATCH] Support last-line specializers.

2008-03-02 Thread Jason Riedy
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]> --- I forgot to save the message id for my rearrangement patch, but this patch relies on that one. org.el | 32 ++

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] [PATCH] Let orgtbl export the last table line with a different ending.

2008-03-02 Thread Jason Riedy
And Carsten Dominik writes: > Would you like to fix this minor issue and then resubmit your patch? Heh. Took a few minutes and refactored the relevant routines. Will post shortly. Jason ___ Emacs-orgmode mailing list Remember: use `Reply All' to send

[Orgmode] [PATCH] Support multiple destinations for each radio table.

2008-03-02 Thread Jason Riedy
You can slice a single table full of calculations in different ways into separate destinations. Or you can format the table differently. There are many fun and exciting possible uses. Signed-off-by: Jason Riedy <[EMAIL PROTECTED]> --- > I think the easiest would be to write a little lisp progr

[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 deletion

[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 mor