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

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

[nongnu] elpa/org-superstar 3935ecf7b4 137/162: Add example files for Is


From: Stefan Kangas
Subject: [nongnu] elpa/org-superstar 3935ecf7b4 137/162: Add example files for Issue #21
Date: Fri, 31 Dec 2021 19:35:38 -0500 (EST)

branch: elpa/org-superstar
commit 3935ecf7b4acc8efafff45d27074db276ead8614
Author: D. Williams <d.williams@posteo.net>
Commit: D. Williams <d.williams@posteo.net>

    Add example files for Issue #21
---
 tests/issue-21.org | 14 ++++++++++++++
 tests/mwe-21.el    | 14 ++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/tests/issue-21.org b/tests/issue-21.org
new file mode 100644
index 0000000000..ba99e5386d
--- /dev/null
+++ b/tests/issue-21.org
@@ -0,0 +1,14 @@
+##+STARTUP: noindent
+#+STARTUP: indent
+#+TITLE: MWE
+* 1
+  sample text
+** 2
+   sample text
+*** 3 sample text
+**** 4
+***** 5
+******* 7
+********* 9
+************ 12
+******************** 20
diff --git a/tests/mwe-21.el b/tests/mwe-21.el
new file mode 100644
index 0000000000..4bbe74106d
--- /dev/null
+++ b/tests/mwe-21.el
@@ -0,0 +1,14 @@
+;; the MWE
+(require 'package)
+(package-initialize t)
+(add-to-list 'load-path "~/.emacs.d/elpa/org-superstar-20200818.2257/")
+(require 'org-superstar)
+(add-hook 'org-mode-hook (lambda () (org-superstar-mode 1)))
+(setq org-hide-leading-stars nil)
+(setq org-superstar-leading-bullet ?\s)
+(global-hl-line-mode 1)
+(custom-set-faces
+ '(hl-line ((t (:background "dark magenta" :foreground "white")))))
+
+;; this fixes the issue
+(setq org-indent-mode-turns-on-hiding-stars nil)



reply via email to

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