all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* :dir argument does not seem to be working
@ 2012-08-10 20:05 John Hendy
  2012-08-10 20:13 ` John Hendy
  0 siblings, 1 reply; 3+ messages in thread
From: John Hendy @ 2012-08-10 20:05 UTC (permalink / raw)
  To: emacs-orgmode

Here's a hopefully reproducible example:

----------

* Test

#+header: :dir C:/Users/username/Desktop :file test.png
#+begin_src R :session R :results output graphics :exports results
setwd("C:/Users/username/Documents")
x <- 1:10
y <- x^2
plot(x,y)
#+end_src

----------

I prefer to use R on Linux, but need to stay in Windows at work
sometimes. I'm trying to export my plots to a different directory than
the org file I'm using. I tend to start R in
"C:/Users/username/Documents" on Windows 7 because that's where I set
my library directory and R has trouble loading things if I don't start
there first, load my libraries, and then move to my data directory.

In any case, for the above, when I switch to the R session called =R=,
and do =getwd()= I get C:/Users/username/Documents, which is where the
png ends up, not on the Desktop.

Is this something in my usage I'm doing wrong?


Thanks,
John

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-08-10 21:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-10 20:05 :dir argument does not seem to be working John Hendy
2012-08-10 20:13 ` John Hendy
2012-08-10 21:32   ` John Hendy

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.