Skip to content

Note again

Compare
Choose a tag to compare
@Walheimat Walheimat released this 22 Jan 19:34
· 463 commits to trunk since this release

[2.2.7]

Note again.

Added

  • Configured outline-minor-mode. All prog-mode modes now use it. Instead of only saving buffers when notes were taken for clocking out, taking notes always save that buffer.

Changed

  • wal-org-clock-take-note was removed in favor of extending wal-org-agenda-take-note. When called with argument, this will now take note for the clocked task. - Key bindings were changed: - H-p still stores point, but H-M-p stores window register - H-h now invokes project-find-file - H-y invokes jump-to-register - H-i now completes - H-M-j now jumps to char with timer using avy

Removed

  • org-clock-auto-clockout-insinuate is no longer called. Instead org-clock-idle-time was re-added. - org-clock-auto-clock-resolution is the default value again. - outline-minor-mode-highlight is no longer set. - wal-org-content since using org-content with numeric prefix is preferable.

Fixed

  • Clocking out now uses wal-org-clock-out-switch-to-state to only set todo state if there was one before.