Hi Manish,
On 2009-08-27 21:20:53(+0530), Manish wrote:
> On Sat, Jul 18, 2009 at 3:05 PM, Bastien wrote:
> >
> > This patch is just a workaround, though. I think we should have a way of
> > adding more than one custom function, as Mikael Fornius suggested when
> > sending his first patch.
> >
> >
On Sat, Jul 18, 2009 at 3:05 PM, Bastien wrote:
> Hi James,
>
> this small patch against current org-colview.el lets you have a custom
> function for computing a "summary" of a property and displaying it in
> the column.
>
> To compute the time since the timestamp, you can use this patch and some
>
Hi James,
this small patch against current org-colview.el lets you have a custom
function for computing a "summary" of a property and displaying it in
the column.
To compute the time since the timestamp, you can use this patch and some
of your code like this:
--8<---cut here
Hi Bastien
On 2009-07-17 18:55:01(+0200), Bastien wrote:
> sorry for the delay. As I said, I will let Carsten decides about this
> patch. While I like the idea of displaying this information in column
> view, I'm unsure whether it's relevant to add another special property.
>
> Two arguments: (1
Hi James,
sorry for the delay. As I said, I will let Carsten decides about this
patch. While I like the idea of displaying this information in column
view, I'm unsure whether it's relevant to add another special property.
Two arguments: (1) this special property, contrary to other ones, is a
_
Hi Bastien,
On 2009-07-14 13:48:09(+0200), Bastien wrote:
> Hi James,
>
> welcome back. Carsten is on vacation for three weeks and I'm
> maintaining Org in the meanwhile.
Thanks. I'd forgotten Carsten was away.
> I won't take the decision of adding new special properties without
> asking him so
Hi James,
welcome back. Carsten is on vacation for three weeks and I'm
maintaining Org in the meanwhile.
I won't take the decision of adding new special properties without
asking him so I don't apply this patch for now. But I will use your
patch for a while and see if I find it useful. If othe
These give the elapsed time since the TIMESTAMP and TIMESTAMP_IA
properties. This value is in days, as a floating point number.
For display in column view, this is converted to a human-readable time
interval in the form 8d 02h 12m 22s.
---
lisp/ChangeLog | 18 --
lisp/org-c