emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-babel and gnuplot
@ 2013-06-07 13:25 Carlos Russo
  2013-06-07 16:48 ` Eric Schulte
  0 siblings, 1 reply; 12+ messages in thread
From: Carlos Russo @ 2013-06-07 13:25 UTC (permalink / raw)
  To: emacs-orgmode

Hi

I was trying a  gnuplot source block, and was stricken by "No org-babel-execute function for gnuplot!" when I tried to execute the block.
I made sure the variable org-babel-load-languages contained (gnuplot . t) , so I was quite puzzled.

It turns out that I needed to explicitly add 
(require 'ob-gnuplot)
to my .emacs file.

According to the documentation, this line should not be needed for org-mode 8.03 (my current version).
It this a bug in the documentation?

Cheers,
Carlos

^ permalink raw reply	[flat|nested] 12+ messages in thread
* org-babel and gnuplot
@ 2010-09-08  1:29 Nick Parker
  2010-09-08  1:54 ` John Hendy
  0 siblings, 1 reply; 12+ messages in thread
From: Nick Parker @ 2010-09-08  1:29 UTC (permalink / raw)
  To: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 783 bytes --]

Hello,

I am attempting to generate a simple chart from gnuplot using the source of
an org-table.  When I execute the gnuplot src block I get the message
"Source block produced no output".  Does anyone have any suggestions as to
what might be the cause?  I have included a sample of what I am trying to
run:

#+tblname: sessions
| Date       |  Time | Distance |
|------------+-------+----------|
| 09/02/2010 | 15:13 |      2.5 |
| 09/01/2010 | 14:00 |      2.4 |

#+begin_src gnuplot :var data=sessions
  :file org-running.png :exports both
  set title "Running Stats"
  set auto x
  set style data histogram
  set style fill solid border -1
  set boxwidth .9
  set xlabel "Date"
  set ylabel "Time"
  plot "$data" using 1:2:3 notitle
#+end_src

Nick Parker
www.developernotes.com

[-- Attachment #1.2: Type: text/html, Size: 1150 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

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

end of thread, other threads:[~2013-06-07 16:49 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-07 13:25 org-babel and gnuplot Carlos Russo
2013-06-07 16:48 ` Eric Schulte
  -- strict thread matches above, loose matches on Subject: below --
2010-09-08  1:29 Nick Parker
2010-09-08  1:54 ` John Hendy
2010-09-08  3:12   ` Nick Parker
2010-09-08  3:27     ` Erik Iverson
2010-09-08 13:10       ` Nick Parker
2010-09-08 13:38         ` John Hendy
2010-09-08 14:39         ` John Hendy
2010-09-08 16:52           ` Nick Parker
2010-09-08 19:04             ` John Hendy
2010-09-09  0:20               ` Nick Parker

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).