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

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

[nongnu] elpa/dslide 5956b98172 132/230: :results none in babel. really


From: ELPA Syncer
Subject: [nongnu] elpa/dslide 5956b98172 132/230: :results none in babel. really wish I could let-bind this
Date: Sun, 7 Jul 2024 19:00:26 -0400 (EDT)

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

    :results none in babel.  really wish I could let-bind this
    
    I know we can do it at the document level.  I would prefer to control it 
from
    Elisp or customize variables
    
    Signed-off-by: Psionik K <73710933+psionic-k@users.noreply.github.com>
---
 test/demo.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/demo.org b/test/demo.org
index bb804ce551..8abaa464ab 100644
--- a/test/demo.org
+++ b/test/demo.org
@@ -52,7 +52,7 @@ Bind the command ~dslide-presentation-start~ in the 
~org-mode-map~.  Any key wil
 The babel block below is a custom action supporting both forward, each step 
making a paragraph red when going forward or removing the red when going 
backward.
 
 #+attr_dslide: begin end
-#+begin_src elisp
+#+begin_src elisp elisp :results none
 
   (defclass dslide-action-red-paragraphs (dslide-action)
     ((overlays :initform nil))



reply via email to

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