emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Andreas Amann <a.amann@ucc.ie>
To: Michael Brand <michael.ch.brand@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Surprising behaviour with agenda file
Date: Thu, 29 Sep 2011 16:48:59 +0100	[thread overview]
Message-ID: <8762kb2vtg.fsf@msstf091.ucc.ie> (raw)
In-Reply-To: <CALn3zojCPuGV6qhiEV6vYNYU43=O71DGxh8CrM-ZXmbKpYBkow@mail.gmail.com>

On Thu, 29 Sep 2011 15:43:27 +0200, Michael Brand <michael.ch.brand@gmail.com> wrote:
> On Thu, Sep 29, 2011 at 15:25, Daniel Bausch <DanielBausch@gmx.de> wrote:
> > It's not a bug, it's a feature (although I don't know what it's for -- maybe
> > speed).  However, there is a customizable option to switch it off:
> > org-agenda-skip-additional-timestamps-same-entry
> 
> Interesting. git blame and a list search leads quickly to this post
> and thread that answers some questions:
> http://thread.gmane.org/gmane.emacs.orgmode/13096/focus=13129

Okay, I see.

In my opinion the current default is unsafe, since people can lose
appointments. 

I propose to change the default of
org-agenda-skip-additional-timestamps-same-entry 
as below.

Andreas


--------------------------------
commit 967ee90b3b05bad69b84fa3e5411f2d645121d6a
Author: Andreas Amann <andreas.amann@web.de>
Date:   Thu Sep 29 16:14:58 2011 +0100

    change default of org-agenda-skip-additional-timestamps-same-entry to nil

diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index b1fa5f5..20d55f7 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."
----------------------------------

  reply	other threads:[~2011-09-29 15:49 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-29 12:16 Surprising behaviour with agenda file Andreas Amann
2011-09-29 13:25 ` Daniel Bausch
2011-09-29 13:43   ` Michael Brand
2011-09-29 15:48     ` Andreas Amann [this message]
2011-09-29 17:12       ` Sebastien Vauban
2011-10-04 12:33       ` Carsten Dominik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8762kb2vtg.fsf@msstf091.ucc.ie \
    --to=a.amann@ucc.ie \
    --cc=emacs-orgmode@gnu.org \
    --cc=michael.ch.brand@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).