[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/hyperdrive 373d55c1d8 73/82: Comment: Add TODO
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/hyperdrive 373d55c1d8 73/82: Comment: Add TODO |
Date: |
Mon, 25 Sep 2023 19:00:56 -0400 (EDT) |
branch: elpa/hyperdrive
commit 373d55c1d8b75613597c56ccf3a97fccbec71851
Author: Adam Porter <adam@alphapapa.net>
Commit: Adam Porter <adam@alphapapa.net>
Comment: Add TODO
---
tests/test-hyperdrive-org.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tests/test-hyperdrive-org.el b/tests/test-hyperdrive-org.el
index 02cbdce3e9..748a659ad7 100644
--- a/tests/test-hyperdrive-org.el
+++ b/tests/test-hyperdrive-org.el
@@ -88,6 +88,7 @@ Point is indicated by ★."
org-stored-links)
(with-temp-buffer
(insert contents)
+ ;; TODO: Initialize this buffer only once for this file's tests.
(org-mode)
(hyperdrive-mode)
(setq-local hyperdrive-current-entry entry)
@@ -129,6 +130,7 @@ Point is indicated by ★."
(declare (indent defun))
(pcase-let (((map :url :desc) (alist-get scenario
hyperdrive-test-org-store-link-scenarios)))
(with-temp-buffer
+ ;; TODO: Initialize this buffer only once for this file's tests.
(org-mode)
(hyperdrive-mode)
(setq-local hyperdrive-current-entry (hyperdrive-test-org-entry-create
- [nongnu] elpa/hyperdrive 25af84f5e4 52/82: Change: (hyperdrive--org-link) Add "::" to stored link, (continued)
- [nongnu] elpa/hyperdrive 25af84f5e4 52/82: Change: (hyperdrive--org-link) Add "::" to stored link, ELPA Syncer, 2023/09/25
- [nongnu] elpa/hyperdrive 032a77ea2d 43/82: Test: -org-link/same-drive-different-path with heading, ELPA Syncer, 2023/09/25
- [nongnu] elpa/hyperdrive c99013b23a 61/82: Comment: Add outline heading, ELPA Syncer, 2023/09/25
- [nongnu] elpa/hyperdrive 2c3bc705c7 56/82: Test: Add hyperdrive-test-org-store-link-deftest macro, ELPA Syncer, 2023/09/25
- [nongnu] elpa/hyperdrive 46e6a1201f 54/82: Comment: Add TODO, ELPA Syncer, 2023/09/25
- [nongnu] elpa/hyperdrive 68e55a0ab6 55/82: Test: Add hyperdrive-test-org-store-link-scenarios, ELPA Syncer, 2023/09/25
- [nongnu] elpa/hyperdrive 6c203e3e34 58/82: Test: Test inserting links, ELPA Syncer, 2023/09/25
- [nongnu] elpa/hyperdrive 0d92314c4f 65/82: Docs: Document new advised org-insert-link behavior, ELPA Syncer, 2023/09/25
- [nongnu] elpa/hyperdrive 834c4a8908 63/82: Change: Rename test-hyperdrive-org.el, ELPA Syncer, 2023/09/25
- [nongnu] elpa/hyperdrive 658164484b 68/82: Tidy: (hyperdrive-test-org-entry-create) Don't bind org-stored-links, ELPA Syncer, 2023/09/25
- [nongnu] elpa/hyperdrive 373d55c1d8 73/82: Comment: Add TODO,
ELPA Syncer <=
- [nongnu] elpa/hyperdrive 8c4c989c01 75/82: WIP: Don't store "::" in target in entry etc slot, ELPA Syncer, 2023/09/25
- [nongnu] elpa/hyperdrive 759142d99e 77/82: Tests: Remove old Org link tests from main test file, ELPA Syncer, 2023/09/25