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
for me a created timestamp does not make sense for a headline that is,
say, part of a document's outline.

Regards

 -- David

--
OpenPGP... 0x99ADB83B5A4478E6
Jabber dmj...@jabber.org
Email. maus.da...@gmail.com
ICQ... 241051416



0001-Use-org-time-string-to-time-to-convert-timestamp-to-.patch
Description: Binary data


0002-Allow-inactive-timestamps-for-created-and-expired-ti.patch
Description: Binary data


pgpL2kH9D3cuP.pgp
Description: PGP signature
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


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

2009-12-29 Thread Bastien
Hi David,

David Maus maus.da...@gmail.com 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 me the patch and I'll review it for inclusion.

Thanks,

-- 
 Bastien


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


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-expiry-insert-created but
Manish don't know what.  I also do not understand in which
Manish situations does an active timestamp for CREATED property make
Manish sense.

David I recently started to patch org-expiry.el and enabling inactive
David timestamps was the first thing I patched. The modified version
David is on the expiry+ branch in a copy of org-mode @github.com:
David
David http://github.com/dmj/org-mode/tree/expiry+
David
David I hope I got the git-things rights this time so fetching and
David merging it with a local branch of the original should work.
David
David Next thing on my list is to toggle auto inserting of the
David creation date for Todo headlines only.
David
David To enable inactive timestamps when using the expiry+ branch
David simply set the variable `org-expiry-inactive-timestamps' to t.

Works as advertised. :)  Hope the patch makes it to org-mode soon.


Hi,

Please contact Bastien about this.

- Carsten



___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


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-created but don't know what.  I also do not
 understand in which situations does an active timestamp for CREATED
 property make sense.

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+

I hope I got the git-things rights this time so fetching and merging
it with a local branch of the original should work.

Next thing on my list is to toggle auto inserting of the creation date
for Todo headlines only.

Regards

 -- David

-- 
OpenPGP... 0x99ADB83B5A4478E6
Jabber dmj...@jabber.org
Email. maus.da...@gmail.com
ICQ... 241051416


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


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


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


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.  I also do not understand in which
Manish situations does an active timestamp for CREATED property make
Manish sense.

David I recently started to patch org-expiry.el and enabling inactive
David timestamps was the first thing I patched. The modified version
David is on the expiry+ branch in a copy of org-mode @github.com:
David
David http://github.com/dmj/org-mode/tree/expiry+
David
David I hope I got the git-things rights this time so fetching and
David merging it with a local branch of the original should work.
David
David Next thing on my list is to toggle auto inserting of the
David creation date for Todo headlines only.
David
David To enable inactive timestamps when using the expiry+ branch
David simply set the variable `org-expiry-inactive-timestamps' to t.

Works as advertised. :)  Hope the patch makes it to org-mode soon.

Thank you.
Best regards
-- 
Manish


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[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 situations does an active timestamp for CREATED
property make sense.

Thanks!
-- 
Manish


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode