0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-25 13:02:51 +00:00

o-b-worg.org: minor change

This commit is contained in:
Dan Davison 2009-09-04 20:37:44 -04:00
parent 14a53d6fde
commit 04ecc9ee2f

View file

@ -128,8 +128,8 @@ For interpreted languages such as shell, python, R, etc, org-babel
allows source blocks to be executed: the code is passed to the
interpreter and you have control over what is done with the results of
excecution. E.g. place point anywhere in the following blocks and use
=C-c C-c= to run the code[fn:1]. In each case the code comes first,
followed by the results of evlauting the block.
=C-c C-c= to run the code[fn:1]. In the first two cases the code comes
first, followed by the results of evlauting the block.
**** Ruby
#+begin_src ruby