[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/org-notify 96ddaf1d87 14/23: org-notify-on-action: Rais
From: |
ELPA Syncer |
Subject: |
[elpa] externals/org-notify 96ddaf1d87 14/23: org-notify-on-action: Raise focus of frame, when showing the todo-entry. |
Date: |
Mon, 25 Jul 2022 12:57:57 -0400 (EDT) |
branch: externals/org-notify
commit 96ddaf1d87b5fd7e97b53f6417eab79d620b2172
Author: Peter Münster <pmrb@free.fr>
Commit: Peter Münster <pmrb@free.fr>
org-notify-on-action: Raise focus of frame, when showing the todo-entry.
---
org-notify.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/org-notify.el b/org-notify.el
index e2bb5ff18e..9ddf15078d 100644
--- a/org-notify.el
+++ b/org-notify.el
@@ -230,7 +230,9 @@ SECS is 20."
(goto-char begin)
(show-entry))
(goto-char begin)
- (search-forward "DEADLINE: <"))
+ (search-forward "DEADLINE: <")
+ (if (display-graphic-p)
+ (x-focus-frame nil)))
(save-excursion
(with-current-buffer (find-file-noselect file)
(org-with-wide-buffer
- [elpa] branch externals/org-notify created (now f47c137a96), ELPA Syncer, 2022/07/25
- [elpa] externals/org-notify 59d14e2893 01/23: first commit, ELPA Syncer, 2022/07/25
- [elpa] externals/org-notify caea28a77f 02/23: org-notify.el: fix byte-compilation, ELPA Syncer, 2022/07/25
- [elpa] externals/org-notify 1ca7fe811d 07/23: Time to deadline in pop-up window now more readable., ELPA Syncer, 2022/07/25
- [elpa] externals/org-notify f16d775731 03/23: Allow popping up multiple notification windows., ELPA Syncer, 2022/07/25
- [elpa] externals/org-notify 96ddaf1d87 14/23: org-notify-on-action: Raise focus of frame, when showing the todo-entry.,
ELPA Syncer <=
- [elpa] externals/org-notify 6aac808924 20/23: Merge pull request #5 from jgkamat/jay/melpa, ELPA Syncer, 2022/07/25
- [elpa] externals/org-notify 148ec5ad27 22/23: Integrate enhancements from Stefan Monnier, ELPA Syncer, 2022/07/25
- [elpa] externals/org-notify d05ef86787 18/23: org-notify.el (org-notify-on-action): Pressing "done" should never act on, ELPA Syncer, 2022/07/25
- [elpa] externals/org-notify 704e023ad8 21/23: Simplify call to time-add in org-notify-body-text, ELPA Syncer, 2022/07/25
- [elpa] externals/org-notify f47c137a96 23/23: Add a todo list, ELPA Syncer, 2022/07/25
- [elpa] externals/org-notify d24a1525c1 06/23: Remove obsolete org-notify-verbose., ELPA Syncer, 2022/07/25
- [elpa] externals/org-notify d2e1c297fa 17/23: README.md: this module is no more in the org-mode distribution, ELPA Syncer, 2022/07/25
- [elpa] externals/org-notify 3a9c55aabd 19/23: Fix package-lint errors, ELPA Syncer, 2022/07/25
- [elpa] externals/org-notify d61af2d334 04/23: Use common prefix for all objects., ELPA Syncer, 2022/07/25
- [elpa] externals/org-notify 75df171a0a 05/23: Allow also suffixes for predefined functions., ELPA Syncer, 2022/07/25