[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/dslide fbf801fc91 10/21: Notes about org-confirm-babel-eva
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/dslide fbf801fc91 10/21: Notes about org-confirm-babel-evaluate |
Date: |
Tue, 17 Dec 2024 13:00:53 -0500 (EST) |
branch: elpa/dslide
commit fbf801fc91cffc597e60a91f6f704d22885292e8
Author: Psionik K <73710933+psionic-k@users.noreply.github.com>
Commit: Psionik K <73710933+psionic-k@users.noreply.github.com>
Notes about org-confirm-babel-evaluate
---
doc/manual.org | 9 +++++++++
test/demo.org | 5 +++++
2 files changed, 14 insertions(+)
diff --git a/doc/manual.org b/doc/manual.org
index ca11b4936e..4794e6ed20 100644
--- a/doc/manual.org
+++ b/doc/manual.org
@@ -276,6 +276,15 @@ The babel action also understands regular babel options
such as =:exports= and =
,#+end_src
#+end_src
🚧 Some =:exports= and =:results= values are possibly not supported or
supported weirdly. Please, file issues 💁🍔
+*** Confirming Evaluation 🔏
+:PROPERTIES:
+:DESCRIPTION: Stop asking me!
+:END:
+#+cindex: confirming evaluation
+By default, ~org-confirm-babel-evaluate~ is set to nil. This will drive you
nuts during a presentation. You should set this to t either in your
~dslide-start-hook~ or in a [[File Local Variables 🍦][file local variable]].
+
+#+cindex: untrusted source
+☣️ Don't run random people's presentations without checking the source!
*** Step Callbacks 👟
:PROPERTIES:
:DESCRIPTION: Adding extra steps
diff --git a/test/demo.org b/test/demo.org
index 41e000ed69..b62780d058 100644
--- a/test/demo.org
+++ b/test/demo.org
@@ -172,6 +172,7 @@ By default, blocks will run as steps.
(message "By default, a block is just a forward step.")
#+end_src
+You may want to set ~org-confirm-babel-evaluate~ to =nil= to avoid being asked
at every block during a presentation. To only set this for dslide
presentations, use the ~dslide-start-hook~. To set it per-file, use a
file-local variable, liket his demo does at the end.
** Forwards & Backwards
- The direction of a block can be set using the =:direction= parameter, the
same as other babel block parameters
- Blocks can be marked =forward=, =backward=, or =both= to run via
~dslide-deck-forward~ or ~dslide-deck-backward~.
@@ -441,3 +442,7 @@ The essence of democracy is the resolve of individuals
working together to shape
- This package use used to create videos on Positron's own
[[https://www.youtube.com/channel/UCqM0zDcFNdAHj7uQkprLszg/][YouTube ]] channel
- File issues and request features to give us ideas about usage and need
- To participate in our effort to accelerate Emacs into this upcoming era of
change, become a contributor one of our
[[https://github.com/sponsors/positron-solutions][Github Sponsors]].
+
+# Local Variables:
+# org-confirm-babel-evaluate: nil
+# End:
- [nongnu] elpa/dslide updated (0da4acfb73 -> b8e1399cc5), ELPA Syncer, 2024/12/17
- [nongnu] elpa/dslide dc441317fa 06/21: Image action is default. Checks for very-non-image links., ELPA Syncer, 2024/12/17
- [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 <=
- [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, 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