summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2011-10-04 14:30:32 +0200
committerCarsten Dominik <carsten.dominik@gmail.com>2011-10-04 14:30:32 +0200
commitaefd49b9098950a6bf8ebf95160d9b5ae94f2ec0 (patch)
tree6727bc20257a746fef1cc2d3e14191f9e69557af
parent620913e596be302f72ea35fbb6d80753dc438b1b (diff)
downloadorg-mode-aefd49b9098950a6bf8ebf95160d9b5ae94f2ec0.tar.gz
Change default value of `org-agenda-skip-additional-timestamps-same-entry'
* lisp/org-agenda.el (org-agenda-skip-additional-timestamps-same-entry): Change default value.
-rw-r--r--lisp/org-agenda.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index 2b8e343..8186ff4 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -787,7 +787,7 @@ because you will take care of it on the day when scheduled."
(const :tag "Remove prewarning if entry is scheduled" t)
(integer :tag "Restart prewarning N days before deadline")))
-(defcustom org-agenda-skip-additional-timestamps-same-entry t
+(defcustom org-agenda-skip-additional-timestamps-same-entry nil
"When nil, multiple same-day timestamps in entry make multiple agenda lines.
When non-nil, after the search for timestamps has matched once in an
entry, the rest of the entry will not be searched."