branch: elpa/dslide
commit 5956b98172d4d7c1bb982b05a44c8abd4933815a
Author: Psionik K <[email protected]>
Commit: Psionik K <[email protected]>
: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 <[email protected]>
---
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))