From f456b1d241e4d618d2f7a4342ec71436df8e785a Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Mon, 10 Mar 2008 09:16:23 +0100 Subject: [PATCH] Bug fix. --- org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.el b/org.el index b1d360b30..adc588579 100644 --- a/org.el +++ b/org.el @@ -1982,7 +1982,7 @@ the time stamp will always be forced into the second line." "Formats for `format-time-string' which are used for time stamps. It is not recommended to change this constant.") -(defcustom org-time-stamp-rounding-minutes '(0 0) +(defcustom org-time-stamp-rounding-minutes '(0 5) "Number of minutes to round time stamps to. These are two values, the first applies when first creating a time stamp. The second applies when changing it with the commands `S-up' and `S-down'.