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

    Remove references to non-existent denote-link-or-create-with-command
    
    We deleted it at some point, but did not remove everything. Thanks to
    Jean-Philippe Gagné Guay for bringing this matter to my attention in
    the discussion about reorganising the Denote code base. Issue 543:
    <https://github.com/protesilaos/denote/issues/543>.
---
 README.org | 7 -------
 denote.el  | 3 ---
 2 files changed, 10 deletions(-)

diff --git a/README.org b/README.org
index 08e5d71e35..88d7e9f4ee 100644
--- a/README.org
+++ b/README.org
@@ -3046,13 +3046,6 @@ this end, Denote provides two convenience commands:
   This command has the alias ~denote-link-to-existing-or-new-note~,
   which helps with discoverability.
 
-#+findex: denote-link-or-create-with-command
-+ ~denote-link-or-create-with-command~ :: This is like the above,
-  except when it is about to create the new note it first prompts for
-  the specific file-creating command to use 
([[#h:17896c8c-d97a-4faa-abf6-31df99746ca6][Points of entry]]). For
-  example, the user may want to specify a signature for this new file,
-  so they can select the ~denote-signature~ command.
-
 In all of the above, an optional prefix argument (=C-u= by default)
 creates a link that consists of just the identifier.  This has the
 same meaning as in the regular ~denote-link~ command.
diff --git a/denote.el b/denote.el
index 1a5d951796..f615235497 100644
--- a/denote.el
+++ b/denote.el
@@ -5294,9 +5294,6 @@ This command is meant to be used from a Dired buffer."
     ["Link to existing note or newly created one" denote-link-or-create
      :help "Insert a link to an existing file, else create it and link to it"
      :enable (derived-mode-p 'text-mode)]
-    ["Link to existing note or newly created one with the chosen command" 
denote-link-or-create-with-command
-     :help "Insert a link to an existing file, else create it with the given 
command and link to it"
-     :enable (derived-mode-p 'text-mode)]
     ["Create note in the background and link to it directly" 
denote-link-after-creating
      :help "Create new note and link to it from the current file"
      :enable (derived-mode-p 'text-mode)]

Reply via email to