[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/denote d44d3271fc 11/44: Add missing require for 'denot
From: |
ELPA Syncer |
Subject: |
[elpa] externals/denote d44d3271fc 11/44: Add missing require for 'denote' in denote-sequence.el |
Date: |
Wed, 1 Jan 2025 03:57:47 -0500 (EST) |
branch: externals/denote
commit d44d3271fc8a3b7533b5ca1281ede535c2d68ec3
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Add missing require for 'denote' in denote-sequence.el
---
denote-sequence.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/denote-sequence.el b/denote-sequence.el
index 13c577906a..86afbe8074 100644
--- a/denote-sequence.el
+++ b/denote-sequence.el
@@ -40,6 +40,8 @@
;; since (i) it is simpler and (ii) we already have the field
;; separator to give a sufficient sense of place.
+(require 'denote)
+
(defgroup denote-sequence ()
"Sequence notes extension for denote."
:group 'denote
- [elpa] externals/denote 9f9be73605 06/44: Fix denote-sequence--get-new-sibling to not error early if sequence does not include children, (continued)
- [elpa] externals/denote 9f9be73605 06/44: Fix denote-sequence--get-new-sibling to not error early if sequence does not include children, ELPA Syncer, 2025/01/01
- [elpa] externals/denote 6a43e5cad5 24/44: Add test about denote-sequence--get-new-child, ELPA Syncer, 2025/01/01
- [elpa] externals/denote 451872b094 22/44: Make denote-sequence-get-all-sequences accept optional FILES argument, ELPA Syncer, 2025/01/01
- [elpa] externals/denote 8d130358a2 20/44: Fix some more issues with denote-sequence--get-new-child, ELPA Syncer, 2025/01/01
- [elpa] externals/denote adac55d35b 08/44: Reword denote-sequence-file-prompt prompt, ELPA Syncer, 2025/01/01
- [elpa] externals/denote 9da97d3dc2 40/44: Update copyright years in denote-test.el, ELPA Syncer, 2025/01/01
- [elpa] externals/denote 2a3436e111 39/44: Merge branch 'sequence-notes-extension', ELPA Syncer, 2025/01/01
- [elpa] externals/denote 27ef655bc8 37/44: Update copyright years in denote-sequence.el, ELPA Syncer, 2025/01/01
- [elpa] externals/denote c0bcc13ef3 26/44: Write test for denote-sequence--get-new-sibling given commit 43322b3, ELPA Syncer, 2025/01/01
- [elpa] externals/denote 80901d4604 29/44: Use denote-sequence-split in two cases, ELPA Syncer, 2025/01/01
- [elpa] externals/denote d44d3271fc 11/44: Add missing require for 'denote' in denote-sequence.el,
ELPA Syncer <=
- [elpa] externals/denote 50bace231e 36/44: Define denote-sequence-link command, ELPA Syncer, 2025/01/01
- [elpa] externals/denote d9d2f2767f 19/44: Merge branch 'sequence-notes-extension' of github.com:protesilaos/denote into sequence-notes-extension, ELPA Syncer, 2025/01/01
- [elpa] externals/denote 8000e2e01b 21/44: Fix (?) all remaining issues with denote-sequence--get-new-child, ELPA Syncer, 2025/01/01
- [elpa] externals/denote 90372d9627 38/44: Update copyright years in a few places, ELPA Syncer, 2025/01/01
- [elpa] externals/denote f293ee60df 44/44: Define denote-sequence-dired command and its helpers, ELPA Syncer, 2025/01/01
- [elpa] externals/denote 36cb4234dd 15/44: Change where 'denote-sequence' does the signature extraction, ELPA Syncer, 2025/01/01
- [elpa] externals/denote 61f5712095 31/44: Capitalise "Denote" in the defgroup of denote-sequence, ELPA Syncer, 2025/01/01
- [elpa] externals/denote 23892d55f6 16/44: Define denote-sequence-split function, ELPA Syncer, 2025/01/01
- [elpa] externals/denote 7299ed9bc0 43/44: Define denote-sequence-get-all-files-with-max-depth, ELPA Syncer, 2025/01/01
- [elpa] externals/denote b72257ad7d 28/44: Make denote-sequence--pad throw an error if the type is unknown, ELPA Syncer, 2025/01/01