[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/hyperdrive-org-transclusion 6e6f3f287a 03/38: Tidy: Rename
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/hyperdrive-org-transclusion 6e6f3f287a 03/38: Tidy: Rename h/org-transclusion-add |
Date: |
Mon, 23 Sep 2024 04:01:30 -0400 (EDT) |
branch: elpa/hyperdrive-org-transclusion
commit 6e6f3f287a9a621ddd867c59824fc8b00ef17ffa
Author: Joseph Turner <joseph@ushin.org>
Commit: Joseph Turner <joseph@ushin.org>
Tidy: Rename h/org-transclusion-add
---
hyperdrive-org-transclusion.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/hyperdrive-org-transclusion.el b/hyperdrive-org-transclusion.el
index 39a19b8806..a999ed1f66 100644
--- a/hyperdrive-org-transclusion.el
+++ b/hyperdrive-org-transclusion.el
@@ -36,7 +36,7 @@
;;;; Functions
-(defun h/org-transclusion-add-file (link _plist)
+(defun h/org-transclusion-add (link _plist)
"Return callback function when hyperdrive transclusion is appropriate.
Otherwise, return nil. Intended to be added to
`org-transclusion-add-functions', which see for descriptions of
@@ -48,7 +48,7 @@ arguments LINK and PLIST."
(point) (org-current-line))
#'h/org-transclusion-add-callback))
-(add-hook 'org-transclusion-add-functions #'h/org-transclusion-add-file)
+(add-hook 'org-transclusion-add-functions #'h/org-transclusion-add)
;; TODO: Consider excluding the modifications to a hyperdrive file buffer.
;; Should only saved hyperdrive files be transcluded?
@@ -56,7 +56,7 @@ arguments LINK and PLIST."
;; TODO: hyperdrive directories? (skip loading metadata?)
;; TODO: When `org-transclusion-add-src-lines' is pushed onto
-;; `org-transclusion-add-functions' after `h/org-transclusion-add-file', then
an
+;; `org-transclusion-add-functions' after `h/org-transclusion-add', then an
;; error is signaled for hyperdrive transclusions with specified :lines (also
;; doesn't work with relative transclusion):
;; #+transclude:
[[hyper://sw8dj5y9cs5nb8dzq1h9tbjt3b4u3sci6wfeckbsch9w3q7amipy/item2.org]]
:lines 1-10
- [nongnu] elpa/hyperdrive-org-transclusion 2690748ab8 14/38: Change: (hyperdrive-org-transclusion) Don't use shorthands, (continued)
- [nongnu] elpa/hyperdrive-org-transclusion 2690748ab8 14/38: Change: (hyperdrive-org-transclusion) Don't use shorthands, ELPA Syncer, 2024/09/23
- [nongnu] elpa/hyperdrive-org-transclusion bddb313a72 18/38: Meta: Fix changelog, ELPA Syncer, 2024/09/23
- [nongnu] elpa/hyperdrive-org-transclusion 29ebbc20fd 21/38: Change: Remove with-eval-after-load wrapper, ELPA Syncer, 2024/09/23
- [nongnu] elpa/hyperdrive-org-transclusion 2d51574daf 30/38: Fix: (hyperdrive-org-transclusion-add-file) Handle non-Org, non-HTML, ELPA Syncer, 2024/09/23
- [nongnu] elpa/hyperdrive-org-transclusion d83df2f979 01/38: Initial commit, ELPA Syncer, 2024/09/23
- [nongnu] elpa/hyperdrive-org-transclusion c071da26b8 11/38: Docs: (hyperdrive-org-transclusion) Update Comment, ELPA Syncer, 2024/09/23
- [nongnu] elpa/hyperdrive-org-transclusion 4895b1173a 15/38: Tidy: (h/org-transclusion) Add declare-function for compiler, ELPA Syncer, 2024/09/23
- [nongnu] elpa/hyperdrive-org-transclusion 82afb0d912 16/38: Tidy: Declare a few functions in hyperdrive-org-transclusion.el, ELPA Syncer, 2024/09/23
- [nongnu] elpa/hyperdrive-org-transclusion f8d8a7b85b 25/38: Docs: Update README to point to the subsection on org-transclusion, ELPA Syncer, 2024/09/23
- [nongnu] elpa/hyperdrive-org-transclusion 6e1af4b983 02/38: Tidy: Summary, ELPA Syncer, 2024/09/23
- [nongnu] elpa/hyperdrive-org-transclusion 6e6f3f287a 03/38: Tidy: Rename h/org-transclusion-add,
ELPA Syncer <=
- [nongnu] elpa/hyperdrive-org-transclusion 0be5945db0 09/38: Meta: Add to dictionary, ELPA Syncer, 2024/09/23
- [nongnu] elpa/hyperdrive-org-transclusion 392c7c660b 08/38: Meta: Update copyright notice, ELPA Syncer, 2024/09/23
- [nongnu] elpa/hyperdrive-org-transclusion 8fe2b9865a 12/38: Fix: Compiler warning, ELPA Syncer, 2024/09/23
- [nongnu] elpa/hyperdrive-org-transclusion 1cad273549 19/38: Meta: Fix CONTRIBUTING, ELPA Syncer, 2024/09/23
- [nongnu] elpa/hyperdrive-org-transclusion 71534426c3 20/38: Fix .gitignore, ELPA Syncer, 2024/09/23
- [nongnu] elpa/hyperdrive-org-transclusion 061e9d13b0 22/38: Meta: Export only README body to HTML, ELPA Syncer, 2024/09/23
- [nongnu] elpa/hyperdrive-org-transclusion 472e6ba639 23/38: Meta: Fix README.org formatting, ELPA Syncer, 2024/09/23
- [nongnu] elpa/hyperdrive-org-transclusion 9230880136 27/38: Fix: (hyperdrive-org-transclusion-add-file) Print error with prin1, ELPA Syncer, 2024/09/23
- [nongnu] elpa/hyperdrive-org-transclusion b54cd7c5a8 29/38: Change: (hyperdrive-org-transclusion-add-file) Use he/api, ELPA Syncer, 2024/09/23
- [nongnu] elpa/hyperdrive-org-transclusion 7e184311b0 32/38: Security: Only transclude content from safe hyperdrives, ELPA Syncer, 2024/09/23