branch: elpa/org-present commit 7be98b2c0376016adc8fe4981a3b4c690ea3d023 Author: Keith Pinson <keith.pin...@banno.com> Commit: Keith Pinson <keith.pin...@banno.com>
doc(org-present-hide-stars-in-headings): advise on use and effects --- org-present.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/org-present.el b/org-present.el index 1188f84c24..4cdf12396d 100644 --- a/org-present.el +++ b/org-present.el @@ -168,7 +168,11 @@ string))) (defvar org-present-hide-stars-in-headings t - "Whether to hide the asterisk characters in headings while in presentation mode.") + "Whether to hide the asterisk characters in headings while in presentation +mode. If you turn this off (by setting it to nil) make sure to set +`org-hide-emphasis-markers' non-nil, since currently `org-present''s algorithm +for hiding emphasis markers has a bad interaction with bullets. This combo also +makes tabs work in presentation mode as in the rest of Org mode.") (defun org-present-add-overlays () "Add overlays for this mode."