protesilaos / denote

Simple notes for Emacs with an efficient file-naming scheme
https://protesilaos.com/emacs/denote
GNU General Public License v3.0
512 stars 54 forks source link

Identifier showing up in keyword section when creating/renaming denote files #375

Closed Kolmas225 closed 3 months ago

Kolmas225 commented 3 months ago

if denote-file-name-components-order was set in a order that keyword is immediately followed by the identifier e.g.: (denote-file-name-components-order '(title signature keywords identifier)) then the last keyword will be shown along with identifier instead of the keyword alone: keyword@@identifier when creating new notes / modifying keywords with denote-rename-files Screenshot from 2024-06-08 16-55-39

protesilaos commented 3 months ago

Thank you! I just pushed a change. Please let me know if it works for you.

Kolmas225 commented 3 months ago

Thank you! I just pushed a change. Please let me know if it works for you.

It works for me, thank you for the fix!