-
-
Notifications
You must be signed in to change notification settings - Fork 60
Description
Hello,
Thanks for your work
This package has been useful to me after epresent has stopped working
Just a small hitch
I noticed that PR #47 introduced a useful feature: allowing users to suppress the display of the date and author on slides by setting them to empty strings. However, this commit was later reverted in the branch called "revert-47-allow-empty-date-author".
Could you clarify why #47 was reverted? Was there a technical issue, a design choice, or a user-experience concern?
From a presentation perspective, having an option (via defcustom or similar) to hide the date is very helpful. For example, in my use case [I am a professor of CS and I much prefer emacs for quick presentations] I want a very minimal slide header without extra information. Right now I’ve had to comment out parts of org-tree-slide.el locally.
If there are no strong objections, I can try to prepare a PR that re-introduces this feature in a configurable way (e.g. via a boolean org-tree-slide-show-date variable instead of relying on empty strings).
Thanks for your time, and for maintaining this package!