Re: [Orgmode] appointments

2008-04-16 Thread Carsten Dominik
maybe you need to set the variable org-agenda-skip-timestamp-if-done Maybe we need to set it in the appt function by default? I guess that even if you want DONE items show up in the agenda, to is relatively safe to assume that you don't want to have reminders for them? Bastien? - Carsten

[Orgmode] Re: interesting post on "what makes a good GTD list manager"

2008-04-16 Thread Detlef Steuer
On Sun, 13 Apr 2008 21:11:26 +0200 Carsten Dominik <[EMAIL PROTECTED]> wrote: > > In my estimation, org-mode hits the spot on all of them. :-) > > > > Yes, except maybe the synch with portable devices. It is not so > good at that. I chose orgmode because it is so usable and syncable on

Re: [Orgmode] Symbol's function definition is void ((indent))

2008-04-16 Thread Adam Spiers
Carsten Dominik ([EMAIL PROTECTED]) wrote: > On Apr 14, 2008, at 7:13 PM, Adam Spiers wrote: > > >Hi all, > > > >Back after a longish absence - great to see the work has been > >continuing at a furious pace :-) > > > >I just pulled the latest git master and tried a recompile. Works fine > >on ema

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

2008-04-16 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. A fancier implementation would scan the document *once* for the set of destinations. That could help implement a

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

2008-04-16 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]> --- ChangeLog | 16 +++ lisp/org-table.el | 124 ++

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

2008-04-16 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]> --- ChangeLog | 10 ++ lisp/org-table.el | 32 2 files changed, 38 insert

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

2008-04-16 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]> --- ChangeLog | 14 +++ doc/org.texi |5 +++- lisp/org-table.el | 67 ++

[Orgmode] [PATCH 4/4] Add a :remove-nil-lines parameter to orgtbl-to-generic.

2008-04-16 Thread Jason Riedy
Useful if the header formatting is used purely for side-effects. Signed-off-by: Jason Riedy <[EMAIL PROTECTED]> --- ChangeLog |5 + lisp/org-table.el |7 ++- 2 files changed, 11 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1347715..15937cc 100644

[Orgmode] [PATCH 0/4] Generalize orgtbl formatting with functions

2008-04-16 Thread Jason Riedy
This is lead-up to a contrib function that generates SQL insertions from a table. Using functions for some of the orgtbl parameters opens up many possibilities. Jason Riedy (4): Refactor orgtbl-to-generic; explicitly separate heading from body. Support last-line specializers. Allow function

[Orgmode] [PATCH] Add a contrib/lisp entry for converting Org tables to SQL insertions.

2008-04-16 Thread Jason Riedy
The string safety is a bit iffy, but it works for converting TeX descriptions into SQL-safe strings. Signed-off-by: Jason Riedy <[EMAIL PROTECTED]> --- Needs the table-format-functions series. Also available as git://repo.or.cz/org-mode/ejr.git orgtbl-sqlinsert And I forgot to mention that

Re: [Orgmode] Re: interesting post on "what makes a good GTD list manager"

2008-04-16 Thread Carsten Dominik
On Apr 16, 2008, at 2:33 PM, Detlef Steuer wrote: On Sun, 13 Apr 2008 21:11:26 +0200 Carsten Dominik <[EMAIL PROTECTED]> wrote: In my estimation, org-mode hits the spot on all of them. :-) Yes, except maybe the synch with portable devices. It is not so good at that. I chose orgmode