[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/dslide 2323468110 16/21: small corrections in the demo
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/dslide 2323468110 16/21: small corrections in the demo |
Date: |
Tue, 17 Dec 2024 13:00:55 -0500 (EST) |
branch: elpa/dslide
commit 2323468110271d74409743450e0b295f4b58ac21
Author: Psionik K <73710933+psionic-k@users.noreply.github.com>
Commit: Psionik K <73710933+psionic-k@users.noreply.github.com>
small corrections in the demo
---
test/demo.org | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/test/demo.org b/test/demo.org
index 134dff56df..a233f7ba5d 100644
--- a/test/demo.org
+++ b/test/demo.org
@@ -202,9 +202,8 @@ You may want to set ~org-confirm-babel-evaluate~ to =nil=
to avoid being asked a
** Begin, End, Init, and Final
If you need to initialize some code, the =begin= and =end= methods can be
used. They run when entering the slide going forwards or backwards,
respectively. To run when entering the slide either way, use =init=. It is
just a combination of =begin= and =end=. To clean up, use a =final= block. It
always runs when leaving a slide.
-
-Enter this slide going backwards to observe the "end" behavior.
*** Example
+Enter this slide going backwards to observe the "end" behavior.
#+begin_src elisp :direction begin
(setq-local my-dslide-var 'beginning)
#+end_src
@@ -394,7 +393,7 @@ The babel block below is a custom action supporting both
forward, each step maki
- ~dslide-section-next~
- ~dslide-section-previous~
- ~dslide-section-marker~
-#+begin_src elisp elisp :results none :direction init
+#+begin_src elisp :results none :direction init
(defclass dslide-action-red-paragraphs (dslide-action)
((overlays :initform nil))
"Paint the paragraphs red, one by one.")
- [nongnu] elpa/dslide b1c52facb6 12/21: Keyboard macro transcription, (continued)
- [nongnu] elpa/dslide b1c52facb6 12/21: Keyboard macro transcription, ELPA Syncer, 2024/12/17
- [nongnu] elpa/dslide 39495bb1c2 05/21: warn when propertize is given unquoted lists. better parsing., ELPA Syncer, 2024/12/17
- [nongnu] elpa/dslide ad5bac3df1 08/21: Image defaults to no standalone display, ELPA Syncer, 2024/12/17
- [nongnu] elpa/dslide b8509903cc 03/21: start news for 0.6.0, ELPA Syncer, 2024/12/17
- [nongnu] elpa/dslide 1ae8c7ce0c 02/21: Line noise, packaging, non-behavior changes, ELPA Syncer, 2024/12/17
- [nongnu] elpa/dslide 7d5a4f7dc6 01/21: Remove defunct test file from version control, ELPA Syncer, 2024/12/17
- [nongnu] elpa/dslide 7bea90a632 09/21: Babel block :direction parameter. No more spam!, ELPA Syncer, 2024/12/17
- [nongnu] elpa/dslide fbf801fc91 10/21: Notes about org-confirm-babel-evaluate, ELPA Syncer, 2024/12/17
- [nongnu] elpa/dslide 7d527c9032 14/21: Generated files, ELPA Syncer, 2024/12/17
- [nongnu] elpa/dslide 0ad1ec8218 15/21: Fix for window scroll when opening contents, ELPA Syncer, 2024/12/17
- [nongnu] elpa/dslide 2323468110 16/21: small corrections in the demo,
ELPA Syncer <=
- [nongnu] elpa/dslide e585c80697 18/21: Re-generate documentation, ELPA Syncer, 2024/12/17
- [nongnu] elpa/dslide c90b3d65ef 04/21: Documentation Kaizen, ELPA Syncer, 2024/12/17
- [nongnu] elpa/dslide a32f81b03a 07/21: cruft removal / refactor, ELPA Syncer, 2024/12/17
- [nongnu] elpa/dslide b22f94dd96 17/21: Overhaul of start functions, introducing dslide-deck-develop, ELPA Syncer, 2024/12/17
- [nongnu] elpa/dslide 6015821eda 20/21: half-hot fix for action duplication, ELPA Syncer, 2024/12/17
- [nongnu] elpa/dslide ac35d9c35b 13/21: 0.6.0 News word salad, ELPA Syncer, 2024/12/17
- [nongnu] elpa/dslide 1123a4ecbe 11/21: Keyboard MACRO ACTION, ELPA Syncer, 2024/12/17
- [nongnu] elpa/dslide 129e16c562 19/21: Extra test files, ELPA Syncer, 2024/12/17
- [nongnu] elpa/dslide b8e1399cc5 21/21: Small news correction, ELPA Syncer, 2024/12/17