From: "Eric Schulte" <schulte.eric@gmail.com>
To: "Sébastien Vauban" <wxhgmqzgwmuf@spammotel.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Re: Org, org-plot, and babel+gnuplot on Windows
Date: Fri, 17 Sep 2010 12:46:31 -0400 [thread overview]
Message-ID: <87sk1848t4.fsf@gmail.com> (raw)
In-Reply-To: <871v8smmhe.fsf@mundaneum.com> ("Sébastien Vauban"'s message of "Fri, 17 Sep 2010 17:13:49 +0200")
Sébastien Vauban <wxhgmqzgwmuf@spammotel.com> writes:
> Hi Eric,
>
>> 1) Babel relies on gnuplot-mode for session based evaluation
>> 2) gnuplot-mode does not work on windows
>>
>> Which results in the need to add a ":session none" header argument on
>> windows to avoid session based evaluation.
>
> I thought that =:session none= was the default. See
> http://orgmode.org/manual/session.html#session.
>
> So, writing nothing is OK, or do you really need to *explicitly* dismiss the
> session?
>
Hi Seb,
You are correct that =:session none= is the global default, however
header arguments can be specified on the global, language, file,
headline, and code block scale, and it so happens that =:session= is
specified in `org-babel-default-header-args:gnuplot' on the language
level for gnuplot. This could undone with something like the following.
(setq org-babel-default-header-args:gnuplot
'((:results . "file")
(:exports . "results")))
Best -- Eric
>
> Best regards,
> Seb
next prev parent reply other threads:[~2010-09-17 16:46 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-10 23:02 Org, org-plot, and babel+gnuplot on Windows John Hendy
2010-09-17 12:47 ` Eric Schulte
2010-09-17 14:26 ` John Hendy
2010-09-17 15:13 ` Sébastien Vauban
2010-09-17 16:46 ` Eric Schulte [this message]
2010-09-18 7:06 ` Sébastien Vauban
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87sk1848t4.fsf@gmail.com \
--to=schulte.eric@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=wxhgmqzgwmuf@spammotel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).