Re: [O] [PATCH] Fixed bug in custom timestamps for date ranges.

2017-07-06 Thread Kaushal Modi
Hi Jan, I haven't reviewed the patch functionality, but I see that it is missing a commit message. Please review this to learn about the required format for commit messages: http://orgmode.org/worg/org-contribute.html#commit-messages Thanks. On Thu, Jul 6, 2017, 5:10 AM Jan Seeger wrote: > Ch

[O] [PATCH] Fixed bug in custom timestamps for date ranges.

2017-07-06 Thread Jan Seeger
Changed org-activate-dates to activate custom timestamps for both dates in date ranges. Formerly, only the second date would be activated. The reason was a misplaced "if". Replaced it with "when". --- lisp/org.el | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lisp/org.