0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 18:36:26 +00:00

Merge branch 'maint'

This commit is contained in:
Kyle Meyer 2017-03-19 13:32:19 -04:00
commit 48cd9729a5

View file

@ -15924,7 +15924,7 @@ To evaluate the @samp{src} code block on a remote machine, supply a remote s
directory name using @samp{Tramp} syntax. For example:
@example
#+BEGIN_SRC R :file plot.png :dir /dand@@yakuba.princeton.edu:
#+BEGIN_SRC R :file plot.png :dir /scp:dand@@yakuba.princeton.edu:
plot(1:10, main=system("hostname", intern=TRUE))
#+END_SRC
@end example