* Gnuplot
@ 2010-05-01 21:24 John Hendy
2010-05-01 21:49 ` [SOLVED] Gnuplot John Hendy
0 siblings, 1 reply; 2+ messages in thread
From: John Hendy @ 2010-05-01 21:24 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1.1: Type: text/plain, Size: 1432 bytes --]
Hi,
Perhaps some silly clarification. I read through the org-mode manual for
using gnuplot and have some unanswered questions:
### Setup ###
- I've installed gnuplot via ./configure, make, and make install
--- seems like it sent to /usr/local/share/emacs/site-lisp
--- most of the rest of emacs lives in /usr/share/emacs
--- Do I need to specifically add this path, or does emacs check both?
- I have the following in .elisp:
--- (autoload 'gnuplot-mode "gnuplot" "gnuplot major mode" t)
--- (autoload 'gnuplot-make-buffer "gnuplot" "open a buffer in gnuplot mode"
t)
- I've installed gnuplot-mode by putting the two .elc files generated in
.elisp/site-lisp, which is already in my load path
- org-plot is already present according to word (indeed when doing M-x
org-plot and then tab, I see four options
- I've downloaded org-plot.org from worg
### Issues ###
- When I start emacs and go to a #+Plot line and execute M-x
org-plot/gnuplot the first time, the minibuffer reads:
--- gnuplot-mode 0.6.0 (gnuplot 3.7) -- report bugs with "M-x
gnuplot-bug-report"
--- nothing else happens... what is supposed to happen?
- If I execute it (M-x org-plot/gnuplot) again anywhere in the file (same
table or another), the minibuffer reads:
--- searching for program: no such file or directory, gnuplot
- If I switch to the *gnuplot* buffer, I see this in the minibuffer:
--- (Comint: no process)
What am I missing?
Thanks!
John
[-- Attachment #1.2: Type: text/html, Size: 1672 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] 2+ messages in thread
* Re: [SOLVED] Gnuplot
2010-05-01 21:24 Gnuplot John Hendy
@ 2010-05-01 21:49 ` John Hendy
0 siblings, 0 replies; 2+ messages in thread
From: John Hendy @ 2010-05-01 21:49 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1.1: Type: text/plain, Size: 1869 bytes --]
Dumb, dumb, dumb.
org-plot or gnuplot-mode must have been configured to look in /usr/bin.
Though /usr/local/bin was in my path, it suddenly worked when I added a
symlink in /usr/bin. Uninstalling gnuplot, re-configuring with
--prefix=/usr, and reinstalling fixed everything.
John
On Sat, May 1, 2010 at 9:24 PM, John Hendy <jw.hendy@gmail.com> wrote:
> Hi,
>
>
> Perhaps some silly clarification. I read through the org-mode manual for
> using gnuplot and have some unanswered questions:
>
> ### Setup ###
> - I've installed gnuplot via ./configure, make, and make install
> --- seems like it sent to /usr/local/share/emacs/site-lisp
> --- most of the rest of emacs lives in /usr/share/emacs
> --- Do I need to specifically add this path, or does emacs check both?
>
> - I have the following in .elisp:
> --- (autoload 'gnuplot-mode "gnuplot" "gnuplot major mode" t)
> --- (autoload 'gnuplot-make-buffer "gnuplot" "open a buffer in gnuplot
> mode" t)
>
> - I've installed gnuplot-mode by putting the two .elc files generated in
> .elisp/site-lisp, which is already in my load path
>
> - org-plot is already present according to word (indeed when doing M-x
> org-plot and then tab, I see four options
>
> - I've downloaded org-plot.org from worg
>
>
> ### Issues ###
> - When I start emacs and go to a #+Plot line and execute M-x
> org-plot/gnuplot the first time, the minibuffer reads:
> --- gnuplot-mode 0.6.0 (gnuplot 3.7) -- report bugs with "M-x
> gnuplot-bug-report"
> --- nothing else happens... what is supposed to happen?
>
> - If I execute it (M-x org-plot/gnuplot) again anywhere in the file (same
> table or another), the minibuffer reads:
> --- searching for program: no such file or directory, gnuplot
>
> - If I switch to the *gnuplot* buffer, I see this in the minibuffer:
> --- (Comint: no process)
>
> What am I missing?
>
>
> Thanks!
> John
>
>
>
[-- Attachment #1.2: Type: text/html, Size: 2356 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] 2+ messages in thread
end of thread, other threads:[~2010-05-01 21:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-01 21:24 Gnuplot John Hendy
2010-05-01 21:49 ` [SOLVED] Gnuplot John Hendy
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).