[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/embark 93b28752ae: More informative docstring for embar
From: |
ELPA Syncer |
Subject: |
[elpa] externals/embark 93b28752ae: More informative docstring for embark-org-target-link |
Date: |
Sun, 24 Sep 2023 15:57:54 -0400 (EDT) |
branch: externals/embark
commit 93b28752ae0d3afbb19a12398138c96fd51ee83d
Author: Omar Antolín <omar.antolin@gmail.com>
Commit: Omar Antolín <omar.antolin@gmail.com>
More informative docstring for embark-org-target-link
---
embark-org.el | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/embark-org.el b/embark-org.el
index 6b963a3e2a..2c0d51c59f 100644
--- a/embark-org.el
+++ b/embark-org.el
@@ -243,7 +243,11 @@
;; target actions to work without cycling.
(defun embark-org-target-link ()
- "Target Org link at point."
+ "Target Org link at point.
+This targets Org links in any buffer, not just buffers in
+`org-mode' or `org-agenda-mode'. Org links in any buffer can be
+opened with `org-open-at-point-global', which is the default
+Embark action for Org links."
(pcase (org-in-regexp org-link-any-re)
(`(,start . ,end)
;; We won't recognize unadorned http(s) or mailto links, as those
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/embark 93b28752ae: More informative docstring for embark-org-target-link,
ELPA Syncer <=