-
Notifications
You must be signed in to change notification settings - Fork 305
Description
- I have searched for existing issues that may be the same as or related to mine.
Orgzly defaults to creating a CREATED property for each new note.
As far as I can see the CREATED property is not standard. It is not listed among orgmode's special properties. The term CREATED does not even occur in Orgmode's source code.
I believe that the CREATED property convention might have been introduced by the org-expiry.el contributed package.
Orgzly's configuration allows to change the name of the property from CREATED to something else, but it must always be a property. This is not idiomatic in org, where the official documentation suggests simply using an inactive timestamp for saving the creation time of a note.
As far as I can see users who would like to follow this recommendation are unable to do so with Orgzly. It can be annoying to have to manually edit each note taken in Orgzly if one values a consistent format and one does not follow Orgzly's convention.