Re: [Orgmode] How to change CREATED property value to inactive in org-expiry

2009-12-31 Thread David Maus
Hi Bastien, I attached the two patches: - 0001: Use `org-time-string-to-time' to convert timestamps to time objects - 0002: Allow inactive timestamps I am currently pondering whether or not it could be useful to limit the creation of the created timestamp to todo headlines only. At least fo

Re: [Orgmode] How to change CREATED property value to inactive in org-expiry

2009-12-29 Thread Bastien
Hi David, David Maus writes: > I recently started to patch org-expiry.el and enabling inactive > timestamps was the first thing I patched. The modified version is on > the expiry+ branch in a copy of org-mode @github.com: > > http://github.com/dmj/org-mode/tree/expiry+ Looks nice - please send

Re: [Orgmode] How to change CREATED property value to inactive in org-expiry

2009-12-28 Thread Carsten Dominik
On Dec 27, 2009, at 11:50 AM, Manish wrote: Manish>> I have just spent an hour trying to figure out how to change Manish>> the timestamp added as a result of org-expiry-insinuate to Manish>> inactive with no success. It seems to me that I need to Manish>> change something in function org-expir

Re: [Orgmode] How to change CREATED property value to inactive in org-expiry

2009-12-27 Thread Manish
Manish>> I have just spent an hour trying to figure out how to change Manish>> the timestamp added as a result of org-expiry-insinuate to Manish>> inactive with no success. It seems to me that I need to Manish>> change something in function org-expiry-insert-created but Manish>> don't know what.

Re: [Orgmode] How to change CREATED property value to inactive in org-expiry

2009-12-27 Thread David Maus
Ah, forgot: To enable inactive timestamps when using the expiry+ branch simply set the variable `org-expiry-inactive-timestamps' to t. Regards -- David -- OpenPGP... 0x99ADB83B5A4478E6 Jabber dmj...@jabber.org Email. maus.da...@gmail.com ICQ... 241051416 __

Re: [Orgmode] How to change CREATED property value to inactive in org-expiry

2009-12-27 Thread David Maus
Hi Manish, At Sun, 27 Dec 2009 00:41:15 +0530, Manish wrote: > I have just spent an hour trying to figure out how to change the > timestamp added as a result of org-expiry-insinuate to inactive with > no success. It seems to me that I need to change something in > function org-expiry-insert-creat

[Orgmode] How to change CREATED property value to inactive in org-expiry

2009-12-26 Thread Manish
Hello! I have just spent an hour trying to figure out how to change the timestamp added as a result of org-expiry-insinuate to inactive with no success. It seems to me that I need to change something in function org-expiry-insert-created but don't know what. I also do not understand in which sit