[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/dslide b8e1399cc5 21/21: Small news correction
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/dslide b8e1399cc5 21/21: Small news correction |
Date: |
Tue, 17 Dec 2024 13:00:56 -0500 (EST) |
branch: elpa/dslide
commit b8e1399cc531c5d991e7f36fc48e420bc7e2621a
Author: Psionik K <73710933+psionic-k@users.noreply.github.com>
Commit: Psionik K <73710933+psionic-k@users.noreply.github.com>
Small news correction
---
NEWS.org | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/NEWS.org b/NEWS.org
index e990d07b7e..c01458f5aa 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -39,19 +39,19 @@ The propertize action is the closest one to working like
they will in 0.7.0.
#+end_src
- =init= is now recognized as a direction by babel blocks and counts for both
=begin= and =end=. It always runs when entering a slide, regardless of
direction. It is the counterpart to =final=, which always runs when exiting a
slide.
** Changed 🙅
-- Babel blocks are no longer configured with =#+attr_dslide:= affiliated
keywords. Instead, =direction= as a normal babel block parameter. ⚠️ Old
style will warn.
+- Babel blocks are no longer configured with =#+attr_dslide:= affiliated
keywords. Instead, they now read =:direction= as a normal babel block
parameter. ⚠️ Old style will warn.
#+begin_src org
- ,#+begin_src elisp :dslide backwards
+ ,#+begin_src elisp :direction backwards
(message "The old #+attr_dslide: backward style is no more!")
,#+end_src
#+end_src
To provide multiple directions, you can use quoted lists and vectors, like
so:
#+begin_src org
- ,#+begin_src elisp :dslide '(begin backwards)
+ ,#+begin_src elisp :direction '(begin backwards)
(message "Lists must be quoted or Org mode tries to evaluate them")
,#+end_src
- ,#+begin_src elisp :dslide [begin backwards]
+ ,#+begin_src elisp :direction [begin backwards]
(message "It may be better to just use a vector 💡")
,#+end_src
#+end_src
- [nongnu] elpa/dslide 0ad1ec8218 15/21: Fix for window scroll when opening contents, (continued)
- [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, 2024/12/17
- [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 <=