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

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

[nongnu] elpa/dslide 0316764255 006/230: moving a comment, automatic for


From: ELPA Syncer
Subject: [nongnu] elpa/dslide 0316764255 006/230: moving a comment, automatic formatting
Date: Sun, 7 Jul 2024 19:00:07 -0400 (EDT)

branch: elpa/dslide
commit 03167642554109680bb71a9c36852f8523620ae3
Author: Psionik K <73710933+psionic-k@users.noreply.github.com>
Commit: Psionik K <73710933+psionic-k@users.noreply.github.com>

    moving a comment, automatic formatting
---
 org-tree-slide.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/org-tree-slide.el b/org-tree-slide.el
index 461c5e142a..12d0442ce5 100644
--- a/org-tree-slide.el
+++ b/org-tree-slide.el
@@ -394,10 +394,10 @@ Profiles:
       (when msg
         (message "%s" msg)))
     (cond
-     ;; displaying a slide, not the contents
      ((and (buffer-narrowed-p)
            (org-tree-slide--last-tree-p (point)))
       (org-tree-slide-content))
+     ;; displaying a slide, not the contents
      ((or
        (or (and (org-tree-slide--before-first-heading-p)
                 (not (org-at-heading-p)))
@@ -665,7 +665,7 @@ This is displayed by default if 
`org-tree-slide-modeline-display' is nil.")
     (setq org-tree-slide--previous-line (org-tree-slide--line-number-at-pos)))
   (goto-char (line-beginning-position))
   (unless (org-tree-slide--before-first-heading-p)
-    (outline-hide-subtree)     ; support CONTENT (subtrees are shown)
+    (outline-hide-subtree)              ; support CONTENT (subtrees are shown)
     (org-fold-show-entry)
     ;; If this is the last level to be displayed, show the full content
     (if (and (not org-tree-slide-fold-subtrees-skipped)



reply via email to

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