~protesilaos/denote

6d59a16d6326ce769604ee1879860f5e0a681751 — Protesilaos Stavrou 1 year, 11 days ago 356b1b8
Clarify that 'denote-dired-rename-marked-files-with-keywords' can remove keywords
2 files changed, 4 insertions(+), 2 deletions(-)

M README.org
M denote.el
M README.org => README.org +2 -1
@@ 1263,7 1263,8 @@ so by writing keywords to them. Specifically, it does the following:

- prompts once for =KEYWORDS= and applies the user's input to the
  corresponding field in the file name, rewriting any keywords that
  may exist;
  may exist while removing keywords that do exist if =KEYWORDS= is
  empty;

- adds or rewrites existing front matter to the underlying file, if it
  is recognized as a Denote note (per the ~denote-file-type~ user

M denote.el => denote.el +2 -1
@@ 2580,7 2580,8 @@ Specifically, do the following:

- prompt once for KEYWORDS and apply the user's input to the
  corresponding field in the file name, rewriting any keywords
  that may exist;
  that may exist while removing keywords that do exist if
  KEYWORDS is empty;

- add or rewrite existing front matter to the underlying file, if
  it is recognized as a Denote note (per `denote-file-type'),