0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 19:37:52 +00:00

Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2020-04-24 11:04:24 +02:00
commit 178e47a0c5

View file

@ -18216,6 +18216,17 @@ else:
print('do things when false') print('do things when false')
#+end_example #+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 ** Library of Babel
:PROPERTIES: :PROPERTIES:
:DESCRIPTION: Use and contribute to a library of useful code blocks. :DESCRIPTION: Use and contribute to a library of useful code blocks.