Function: denote-file-is-note-p

denote-file-is-note-p is a function alias for denote-file-has-denoted-filename-p, defined in denote.el.

This function is obsolete since 4.1.0; use denote-file-has-denoted-filename-p instead.

Signature

(denote-file-is-note-p FILE)

Documentation

Return non-nil if FILE respects the Denote file-naming scheme.

Test the rules of Denote's file-naming scheme, notwithstanding the denote-file-name-slug-functions. As such, ignore sluggification, by removing all file name components and validating what remains.

Aliases

denote-filename-is-note-p (obsolete since 4.1.0) denote-file-is-note-p (obsolete since 4.1.0)