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

[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



reply via email to

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