[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/denote 22829d8541 5/6: Remove reference to non-existing
From: |
ELPA Syncer |
Subject: |
[elpa] externals/denote 22829d8541 5/6: Remove reference to non-existing function |
Date: |
Mon, 21 Nov 2022 22:57:31 -0500 (EST) |
branch: externals/denote
commit 22829d8541c86ba2d88e0dc1f10fbaa8cc08099d
Author: Elias Storms <elias.storms@gmail.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Remove reference to non-existing function
There is no function denote-link-add-backlinks. Remove references to
it.
---
README.org | 4 ++--
denote-org-dblock.el | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.org b/README.org
index e74606992f..49c4a3d3aa 100644
--- a/README.org
+++ b/README.org
@@ -1672,8 +1672,8 @@ and populates the block's contents accordingly.
Denote leverages Org dynamic blocks to streamline the inclusion of (i)
links to notes whose name matches a given search query (like
-~denote-link-add-links~) and (ii) backlinks to the current note (like
-~denote-link-add-backlinks~).
+~denote-link-add-links~) and (ii) backlinks to the current note (similar to
+~denote-link-find-backlink~).
These two types of blocks are named =denote-links= and =denote-backlinks=
respectively. The latter does not accept any parameters, while the
diff --git a/denote-org-dblock.el b/denote-org-dblock.el
index ce1026ab65..9b1714f9b1 100644
--- a/denote-org-dblock.el
+++ b/denote-org-dblock.el
@@ -29,7 +29,7 @@
;; This file provides a specialized Org-mode extension to Denote: it
;; introduces Org Dynamic blocks that collect links to Denote notes
;; based on a provided regexp. In short, this automates
-;; 'denote-link-add-links' and 'denote-link-add-backlinks'.
+;; 'denote-link-add-links'.
;;
;; For more information, read the commented code below or refer to the
;; Denote manual
- [elpa] externals/denote updated (69824125b9 -> 0665a1e367), ELPA Syncer, 2022/11/21
- [elpa] externals/denote 3e074afb4b 2/6: feat: follow-symlinks, ELPA Syncer, 2022/11/21
- [elpa] externals/denote 22829d8541 5/6: Remove reference to non-existing function,
ELPA Syncer <=
- [elpa] externals/denote 93971de099 3/6: fix: denote-get-path-by-id to send only denote notes file, ELPA Syncer, 2022/11/21
- [elpa] externals/denote 6bb6da0882 1/6: feat: project.el integration & backlinks refactoring with xref, ELPA Syncer, 2022/11/21
- [elpa] externals/denote 0a94f3e3c3 4/6: feat: xref-backend facility to enable xref integration, ELPA Syncer, 2022/11/21
- [elpa] externals/denote 0665a1e367 6/6: Merge branch 'xref-refinement-project-integration', ELPA Syncer, 2022/11/21