emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/org-present 7be98b2c03 02/12: doc(org-present-hide-stars-i


From: ELPA Syncer
Subject: [nongnu] elpa/org-present 7be98b2c03 02/12: doc(org-present-hide-stars-in-headings): advise on use and effects
Date: Sat, 6 Aug 2022 14:58:55 -0400 (EDT)

branch: elpa/org-present
commit 7be98b2c0376016adc8fe4981a3b4c690ea3d023
Author: Keith Pinson <keith.pinson@banno.com>
Commit: Keith Pinson <keith.pinson@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."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]