summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2020-04-24 11:04:24 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2020-04-24 11:04:24 +0200
commit178e47a0c5cdaae9f6b8e1b5329725e057fbfc58 (patch)
treec2fe531aa4b41132c546049048dbeb5821dc7453
parent12515da332cccfd9ae9bf5fa9a58f8d42b9d5329 (diff)
parent0b3a2b3271968e4a697dd34a2828cd2ecdd62a4c (diff)
downloadorg-mode-178e47a0c5cdaae9f6b8e1b5329725e057fbfc58.tar.gz
Merge branch 'maint'
-rw-r--r--doc/org-manual.org11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/org-manual.org b/doc/org-manual.org
index f906f19..cd4eaac 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -18216,6 +18216,17 @@ else:
print('do things when false')
#+end_example
+When in doubt about the outcome of a source code block expansion, you
+can preview the results with the following command:
+
+- {{{kbd(C-c C-v v)}}} or {{{kbd(C-c C-v C-v)}}} (~org-babel-expand-src-block~) ::
+
+ #+findex: org-babel-expand-src-block
+ #+kindex: C-c C-v v
+ #+kindex: C-c C-v C-v
+ Expand the current source code block according to its header
+ arguments and pop open the results in a preview buffer.
+
** Library of Babel
:PROPERTIES:
:DESCRIPTION: Use and contribute to a library of useful code blocks.