branch: externals/denote
commit 7df400431e2b75783ecbbb964bd43701fd5bac81
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    denote-org-dblock: remove outdated comment
---
 denote-org-dblock.el | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/denote-org-dblock.el b/denote-org-dblock.el
index 058cab6f3f..6b97087f7d 100644
--- a/denote-org-dblock.el
+++ b/denote-org-dblock.el
@@ -105,9 +105,6 @@ Used by `org-dblock-update' with PARAMS provided by the 
dynamic block."
         (current-file (buffer-file-name)))
     (when block-name
       (insert "#+name: " block-name "\n"))
-    ;; TODO 2022-11-10: Perhaps we can tweak the code so that instead
-    ;; of `join-line' we delete empty lines within the affected
-    ;; region.
     (if missing-only
         (progn
           (denote-link-add-missing-links regexp)

Reply via email to