[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/dslide c00b3ac258 017/230: rearrangement
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/dslide c00b3ac258 017/230: rearrangement |
Date: |
Sun, 7 Jul 2024 19:00:08 -0400 (EDT) |
branch: elpa/dslide
commit c00b3ac258f8c62be12f078e6db8e044b365183d
Author: Psionik K <73710933+psionic-k@users.noreply.github.com>
Commit: Psionik K <73710933+psionic-k@users.noreply.github.com>
rearrangement
Signed-off-by: Psionik K <73710933+psionic-k@users.noreply.github.com>
---
org-tree-slide.el | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/org-tree-slide.el b/org-tree-slide.el
index 7aec095cba..72ef1bc3a8 100644
--- a/org-tree-slide.el
+++ b/org-tree-slide.el
@@ -266,9 +266,6 @@ If you want to show anything, just specify nil."
(defvar-local org-tree-slide-heading-level-3-cookie nil)
(defvar-local org-tree-slide-heading-level-4-cookie nil)
-(defvar-local org-tree-slide--content-overlays nil
- "Overlays used to hide or change contents display.")
-
(defvar org-tree-slide-mode nil)
(defvar org-tree-slide-play-hook nil
"A hook run when `org-tree-slide--play' is evaluated to start the
slideshow.")
@@ -697,6 +694,14 @@ This is displayed by default if
`org-tree-slide-modeline-display' is nil.")
(defvar-local org-tree-slide-startup "overview"
"Set your #+startup: line to \"content\" \"overview\" or \"outline\".")
+(defvar-local org-tree-slide--content-overlays nil
+ "Overlays used to hide or change contents display.")
+
+(defun org-tree-slide--delete-content-overlays ()
+ "Delete content overlays."
+ (while org-tree-slide--content-overlays
+ (delete-overlay (pop org-tree-slide--content-overlays))))
+
(defun org-tree-slide--stop ()
"Stop the slide view, and redraw the orgmode buffer with #+STARTUP:."
(widen)
@@ -991,11 +996,6 @@ Some number of BLANK-LINES will be shown below the header."
(org-tree-slide--set-slide-header
(or lines org-tree-slide-content-margin-top)))
-(defun org-tree-slide--delete-content-overlays ()
- "Delete content overlays."
- (while org-tree-slide--content-overlays
- (delete-overlay (pop org-tree-slide--content-overlays))))
-
(defun org-tree-slide--hide-slide-header ()
"Hide header."
(when org-tree-slide--header-overlay
- [nongnu] branch elpa/dslide created (now 54e2a8fdc4), ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 1c92fef5e6 004/230: Add an overriding face to the breadcrumbs, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 50e2a8ca37 009/230: use before-string instead of display for header, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide c00b3ac258 017/230: rearrangement,
ELPA Syncer <=
- [nongnu] elpa/dslide 1b67456311 013/230: rearrangement, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide e8ccef6575 014/230: rearrangement, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 94357940d8 029/230: Actions track their own headings, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide dd8fe96b10 033/230: Buffer slide -> Push steps, global presentation, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 66215639a5 047/230: Image action displays inline images in its init method, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 27e87a7c6d 003/230: Option to not show author and title in header even when present, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide f8aa534207 001/230: Fix compiler warnings. Obsolete functions, too long comment, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide e4beb23e57 002/230: Match breadcrumb separator to text properties from previous heading, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 597ed25aa2 022/230: hook cleanup, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 7fbe8db983 005/230: compiler warning, unused variable, ELPA Syncer, 2024/07/07