Skip to content

Re-using known org-expiry drawer format instead of " Captured On: [yyyy-mm-dd DDD hh:mm]" #184

@novoid

Description

@novoid

Hi,

I'm testing Orgro (in parallel to Orgzly Revived) for mobile capture only.

When I captured a few test entries, I got entries that looked like:

* [[https://cosocial.ca/@timbray/115917100220206490]]
  Captured On: [2026-01-18 Sun 18:38]
* [[https://taskernet.com/shares/?user=AS35&id=Profile%3AReply+Location+To+SMS+From+Special+Contact][Tasker Share]]
  Captured On: [2026-01-18 Sun 18:38]
* [[https://github.com/amake/orgro/issues][Issues · amake/orgro · GitHub]]
  Captured On: [2026-01-18 Sun 18:39]

I really do like that Orgro is including the time-stamp of the capture process. However, I do have found prior art with respect to the format.

For many years, I'm using org-expiry-insinuate in order to get :CREATED: [yyyy-mm-dd DDD hh:mm] drawer entries in my orgdown files whenever I create a new heading, e.g., by CTRL-RET: org-expiry.el

While this is a byproduct of the package which actually manages expiration dates (which I don't use at the moment), I do think that using a property drawer entry for this meta-data is a cleaner way of storing stuff like that. Maybe in future, Orgro wants to add other meta-data like origin of a shared information (calling app), username, ... to each captured heading.

Therefore, I would like to challenge switching the capture template format so that the example above would rather look like:

* [[https://cosocial.ca/@timbray/115917100220206490]]
:PROPERTIES:
:CREATED:  [2026-01-18 Sun 18:38]
:END:

* [[https://taskernet.com/shares/?user=AS35&id=Profile%3AReply+Location+To+SMS+From+Special+Contact][Tasker Share]]
:PROPERTIES:
:CREATED:  [2026-01-18 Sun 18:38]
:END:

* [[https://github.com/amake/orgro/issues][Issues · amake/orgro · GitHub]]
:PROPERTIES:
:CREATED:  [2026-01-18 Sun 18:39]
:END:

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions