emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Detlef Steuer <steuer@hsu-hh.de>
To: Emacs Org mode mailing list <emacs-orgmode@gnu.org>
Subject: surprising(?) interaction between agenda grid and default-duration
Date: Fri, 19 Nov 2021 13:53:25 +0100	[thread overview]
Message-ID: <20211119135325.7f3f85a9@hsu-hh.de> (raw)

Hi all!

I you specify a default duration of an event, say,

(setq org-agenda-default-appointment-duration 60)

and specify a time grid, say

(setq org-agenda-time-grid '((today remove-match)
                             (800 1000 1200 1400 1600 1800 2000)
                             "......" "----------------" ))

Then setting the default duration overrides the grid appearance.

I.E.

(setq org-agenda-default-appointment-duration nil)
(setq org-agenda-time-grid '((today remove-match)
                             (800 1000 1200 1400 1600 1800 2000)
                             "......" "----------------" ))

Friday     19 November 2021
               8:00...... ----------------
  EDV:         9:30-10:00 Scheduled:  TODO Stuff
  Job:        10:00-12:30 Scheduled:  PROJECT Book
              12:00...... ----------------
  unsorted:   13:00-15:00 Scheduled:  TODO other stuff
              13:39...... now - - - - - - - - - - - - - - - - - - - - - - - - -
              14:00...... ----------------
              16:00...... ----------------
              18:00...... ----------------
              20:00...... ----------------

as expected, but

(setq org-agenda-default-appointment-duration 60)
(setq org-agenda-time-grid '((today remove-match)
                             (800 1000 1200 1400 1600 1800 2000)
                             "......" "----------------" ))

Friday     19 November 2021
               8:00-9:00  ----------------
  EDV:         9:30-10:00 Scheduled:  TODO Stuff
  Job:        10:00-12:30 Scheduled:  PROJECT Book
              12:00-13:00 ----------------
  unsorted:   13:00-15:00 Scheduled:  TODO other stuff
              13:40-14:40 now - - - - - - - - - - - - - - - - - - - - - - - - -
              14:00-15:00 ----------------
              16:00-17:00 ----------------
              18:00-19:00 ----------------
              20:00-21:00 ----------------

caught me by surprise. Even the 2 hour block length setting is overridden.

If this should be considered a bug, I don't know. But maybe the manual
should mention and describe the relationship between these settings?

As the description of org-agenda-default-appointment-duration does not
mention the grid at all, I would think the logical improvement would be
to let the grid alone and use the default duration as advertised only.

org-version 9.4.4
emacs-version 27.2

All the best
Detlef


             reply	other threads:[~2021-11-19 12:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-19 12:53 Detlef Steuer [this message]
2022-10-18  7:30 ` surprising(?) interaction between agenda grid and default-duration Ihor Radchenko
2024-01-17 14:41   ` Ihor Radchenko

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=20211119135325.7f3f85a9@hsu-hh.de \
    --to=steuer@hsu-hh.de \
    --cc=emacs-orgmode@gnu.org \
    /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).