org-log-reschedule's docstring says that the org-schedule and
org-agenda-schedule commands respect the LOGGING property for a
subtree, but the behavior I observe seems to indicate the LOGGING
property has in fact no effect.

## Reproduction steps

1. emacs -Q
2. (setopt org-log-reschedule 'time)

3. In an org-mode buffer with these contents:

```org

* dummy entry
:PROPERTIES:
:LOGGING: nil
:END:

```

Press C-c C-s RET. Then press C-c C-s S-<right> RET to reschedule the
item to the next day.

## Actual behavior

The item is rescheduled, but also "Rescheduled" line like the one
below is added to the buffer:

- Rescheduled from "[2025-03-05 Wed]" on [2025-03-03 Mon 00:54]

This also happens if the entry's LOGGING property is set to
"nologreschedule" rather than "nil".

## Expected behavior

The scheduled date is changed, but no "Rescheduled" line should be added.

## Version information

M-x emacs-version:
GNU Emacs 30.1 (build 1, x86_64-apple-darwin24.3.0, NS appkit-2575.40 Version 15.3 (Build 24D60))

M-x org-version:
Org mode version 9.7.11 (release_9.7.11 @ /nix/store/c1p8x65lhc3xm16jxqr6v00drfliix4m-emacs-30.1/share/emacs/30.1/lisp/org/)

Reply via email to