-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why require so many timestamps? #103
Comments
Good point. Somewhere I think I summarized the reasoning but that can be made more accessible. In short: CREATED is created automatically in my setup so it's no effort on my side. I don't think that MODIFIED is part of lazyblorg. |
true, it requires CREATED and a logbook - my setup unfortunately depends on the used file at the moment so I often have to edit post properties |
What do you mean "on the used file"? |
I have different org defaults for different org files. |
So the logbook timestamp is used for dating the post and the published footer, I am struggling to find out what created is used for after all? |
The parser parses it and stores it under
It looks to me that the parser is expecting it (and reports an error if missing) but it is not used. As a test, you could remove the corresponding check in |
Why does a lazyblorg post require a CREATED and a MODIFIED property, if we can already deduce these from the logbook?
This feels annoyingly redundant.
Would be good to document these requirements as well in the steps of the readme, and which timestamp is used for which purpose.
The text was updated successfully, but these errors were encountered: