Re: [O] Trying to get chart from table working

2017-10-05 Thread Peter Davis
On Thu, Oct 5, 2017, at 10:39 AM, Nicolas Goaziou wrote: > Hello, > > Peter Davis writes: > > > On Wed, Oct 4, 2017, at 01:36 AM, Eric S Fraga wrote: > >> On Tuesday, 3 Oct 2017 at 15:28, Peter Davis wrote: > >> > Yup. I deleted the source block and the results line, and now export to > >> > H

Re: [O] Trying to get chart from table working

2017-10-05 Thread Nicolas Goaziou
Hello, Peter Davis writes: > On Wed, Oct 4, 2017, at 01:36 AM, Eric S Fraga wrote: >> On Tuesday, 3 Oct 2017 at 15:28, Peter Davis wrote: >> > Yup. I deleted the source block and the results line, and now export to >> > HTML and PDF works with no problems. >> >> Please post the complete file (

Re: [O] Trying to get chart from table working

2017-10-04 Thread Eric S Fraga
On Wednesday, 4 Oct 2017 at 09:12, Peter Davis wrote: [...] > Meanwhile, I have discovered a Google charting function which gives me > an annotated time series graph that comes very close to what I > need. Also, I’ve had no problems exporting many other documents to > HTML and/or PDF. So I’m afr

Re: [O] Trying to get chart from table working

2017-10-04 Thread Peter Davis
> On Oct 4, 2017, at 8:48 AM, Eric S Fraga wrote: > > On Wednesday, 4 Oct 2017 at 07:49, Peter Davis wrote: > > [...] > >> By the way, I just re-installed Org from the package manager, so I'm now >> at >> >> Org mode version 9.1.1 (9.1.1-17-g24ea1b-elpa @ >> /Users/peterdavis/.emacs.d/elpa/o

Re: [O] Trying to get chart from table working

2017-10-04 Thread Eric S Fraga
On Wednesday, 4 Oct 2017 at 07:49, Peter Davis wrote: [...] > By the way, I just re-installed Org from the package manager, so I'm now > at > > Org mode version 9.1.1 (9.1.1-17-g24ea1b-elpa @ > /Users/peterdavis/.emacs.d/elpa/org-20171002/) > > I was hoping this would fix any possible installati

Re: [O] Trying to get chart from table working

2017-10-04 Thread Eric S Fraga
On Wednesday, 4 Oct 2017 at 07:24, Peter Davis wrote: > Ok. The original (t.org) is exactly what you posted a few days ago. This > fails to export HTML. ("Wrong type argument") > > The other file (t2.org) has the empty table cells filled in, and has the > SRC and RESULTS blocks removed. This expor

Re: [O] Trying to get chart from table working

2017-10-04 Thread Peter Davis
On Wed, Oct 4, 2017, at 07:24 AM, Peter Davis wrote: > > On Wed, Oct 4, 2017, at 01:36 AM, Eric S Fraga wrote: > > On Tuesday, 3 Oct 2017 at 15:28, Peter Davis wrote: > > > Yup. I deleted the source block and the results line, and now export to > > > HTML and PDF works with no problems. > > > >

Re: [O] Trying to get chart from table working

2017-10-04 Thread Peter Davis
On Wed, Oct 4, 2017, at 01:36 AM, Eric S Fraga wrote: > On Tuesday, 3 Oct 2017 at 15:28, Peter Davis wrote: > > Yup. I deleted the source block and the results line, and now export to > > HTML and PDF works with no problems. > > Please post the complete file (t.org?) to this list. Ok. The origi

Re: [O] Trying to get chart from table working

2017-10-03 Thread Eric S Fraga
On Tuesday, 3 Oct 2017 at 15:28, Peter Davis wrote: > Yup. I deleted the source block and the results line, and now export to > HTML and PDF works with no problems. Please post the complete file (t.org?) to this list. -- : Eric S Fraga via Emacs 27.0.50, Org release_9.1.1-78-gfbf47c signature

Re: [O] Trying to get chart from table working

2017-10-03 Thread Peter Davis
On Tue, Oct 3, 2017, at 01:23 PM, Nick Dokos wrote: > Peter Davis writes: > > > On Tue, Oct 3, 2017, at 10:37 AM, Nick Dokos wrote: > >> > >> can you export *anything* to html? Or maybe export anything with > >> a table that includes a date? The backtrace seems to implicate this> >> > >> latter

Re: [O] Trying to get chart from table working

2017-10-03 Thread Nick Dokos
Peter Davis writes: > On Tue, Oct 3, 2017, at 10:37 AM, Nick Dokos wrote: >> >> can you export *anything* to html? Or maybe export anything with >> a table that includes a date? The backtrace seems to implicate this >> latter scenario. >> >> This seems like a more generic error in the export en

Re: [O] Trying to get chart from table working

2017-10-03 Thread Peter Davis
On Tue, Oct 3, 2017, at 10:37 AM, Nick Dokos wrote: > Peter Davis writes: > > > On Mon, Oct 2, 2017, at 11:37 AM, Eric S Fraga wrote: > >> On Monday, 2 Oct 2017 at 10:24, Peter Davis wrote: > >> > >> [...] > >> > >> > I added (gnuplot . t) to my org-babel-load-languages, and now I'm back > >>

Re: [O] Trying to get chart from table working

2017-10-03 Thread Nick Dokos
Peter Davis writes: > On Mon, Oct 2, 2017, at 11:37 AM, Eric S Fraga wrote: >> On Monday, 2 Oct 2017 at 10:24, Peter Davis wrote: >> >> [...] >> >> > I added (gnuplot . t) to my org-babel-load-languages, and now I'm back >> > to >> > >> > Wrong type argument: arrayp, nil >> >> Very strange.

Re: [O] Trying to get chart from table working

2017-10-03 Thread Eric S Fraga
On Monday, 2 Oct 2017 at 15:39, Peter Davis wrote: >> Very strange. Try M-x toggle-debug-on-error RET and then post a >> backtrace? > > Attached. I cannot figure this out. Maybe Nicolas will be able to help here. > By the way, I tried filling in a tint value in the first row, and a PSA > value

Re: [O] Trying to get chart from table working

2017-10-02 Thread Peter Davis
On Mon, Oct 2, 2017, at 11:37 AM, Eric S Fraga wrote: > On Monday, 2 Oct 2017 at 10:24, Peter Davis wrote: > > [...] > > > I added (gnuplot . t) to my org-babel-load-languages, and now I'm back > > to > > > > Wrong type argument: arrayp, nil > > Very strange. Try M-x toggle-debug-on-error RET

Re: [O] Trying to get chart from table working

2017-10-02 Thread Eric S Fraga
On Monday, 2 Oct 2017 at 10:24, Peter Davis wrote: [...] > I added (gnuplot . t) to my org-babel-load-languages, and now I'm back > to > > Wrong type argument: arrayp, nil Very strange. Try M-x toggle-debug-on-error RET and then post a backtrace? Also maybe post your complete example. What ver

Re: [O] Trying to get chart from table working

2017-10-02 Thread Eric S Fraga
On Monday, 2 Oct 2017 at 11:12, Nick Dokos wrote: [...] > FWIW, this is what I get in the *gnuplot* buffer when I C-c C-c on the > code block: > > , > | > | G N U P L O T > | Version 5.0 patchlevel 3last modified 2016-02-21 My gnuplot is patchlevel 7; maybe this makes a differ

Re: [O] Trying to get chart from table working

2017-10-02 Thread Nick Dokos
Eric S Fraga writes: > On Friday, 29 Sep 2017 at 17:32, Peter Davis wrote: >> I'm sorry to belabor this, but I could use some help. I'd be willing to >> pay a modest consulting fee, but I'm trying to solve a problem in a >> timely way, as it would help me with healthcare decisions. >> >> Basicall

Re: [O] Trying to get chart from table working

2017-10-02 Thread Peter Davis
On Mon, Oct 2, 2017, at 09:58 AM, Peter Davis wrote: > > On Mon, Oct 2, 2017, at 09:54 AM, Peter Davis wrote: > > > > On Mon, Oct 2, 2017, at 08:59 AM, Eric S Fraga wrote: > > > On Monday, 2 Oct 2017 at 07:21, Peter Davis wrote: > > > > On Mon, Oct 2, 2017, at 06:27 AM, Eric S Fraga wrote: > >

Re: [O] Trying to get chart from table working

2017-10-02 Thread Peter Davis
On Mon, Oct 2, 2017, at 09:54 AM, Peter Davis wrote: > > On Mon, Oct 2, 2017, at 08:59 AM, Eric S Fraga wrote: > > On Monday, 2 Oct 2017 at 07:21, Peter Davis wrote: > > > On Mon, Oct 2, 2017, at 06:27 AM, Eric S Fraga wrote: > > >> On Sunday, 1 Oct 2017 at 15:06, Peter Davis wrote: > > >> > I

Re: [O] Trying to get chart from table working

2017-10-02 Thread Peter Davis
On Mon, Oct 2, 2017, at 08:59 AM, Eric S Fraga wrote: > On Monday, 2 Oct 2017 at 07:21, Peter Davis wrote: > > On Mon, Oct 2, 2017, at 06:27 AM, Eric S Fraga wrote: > >> On Sunday, 1 Oct 2017 at 15:06, Peter Davis wrote: > >> > I do have those lines in my .org file, but no PDF was produced. I tr

Re: [O] Trying to get chart from table working

2017-10-02 Thread Eric S Fraga
On Monday, 2 Oct 2017 at 07:21, Peter Davis wrote: > On Mon, Oct 2, 2017, at 06:27 AM, Eric S Fraga wrote: >> On Sunday, 1 Oct 2017 at 15:06, Peter Davis wrote: >> > I do have those lines in my .org file, but no PDF was produced. I tried >> > switching to png, but still no file was produced. >>

Re: [O] Trying to get chart from table working

2017-10-02 Thread Peter Davis
On Mon, Oct 2, 2017, at 07:22 AM, Robert Horn wrote: > > Peter Davis writes: > > > Basically, I want to plot a time series graph showing my PSA (prostate > > specific antigen) over time. The PSA is measured at irregular intervals, > > and has been for over 4 years (and hopefully will continue fo

Re: [O] Trying to get chart from table working

2017-10-02 Thread Robert Horn
Peter Davis writes: > Basically, I want to plot a time series graph showing my PSA (prostate > specific antigen) over time. The PSA is measured at irregular intervals, > and has been for over 4 years (and hopefully will continue for many more > years.) That should be a simple enough graph. I've a

Re: [O] Trying to get chart from table working

2017-10-02 Thread Peter Davis
On Mon, Oct 2, 2017, at 06:27 AM, Eric S Fraga wrote: > On Sunday, 1 Oct 2017 at 15:06, Peter Davis wrote: > > I do have those lines in my .org file, but no PDF was produced. I tried > > switching to png, but still no file was produced. > > Check the *gnuplot* buffer to see if there were any gn

Re: [O] Trying to get chart from table working

2017-10-02 Thread Eric S Fraga
On Sunday, 1 Oct 2017 at 15:06, Peter Davis wrote: > I do have those lines in my .org file, but no PDF was produced. I tried > switching to png, but still no file was produced. Check the *gnuplot* buffer to see if there were any gnuplot errors. -- : Eric S Fraga via Emacs 27.0.50, Org release_9

Re: [O] Trying to get chart from table working

2017-10-01 Thread Peter Davis
I do have those lines in my .org file, but no PDF was produced. I tried switching to png, but still no file was produced. Thanks, -pd On Sun, Oct 1, 2017, at 02:51 PM, Thierry Banel wrote: > Do you get the following lines? > (you can erase them, they will be recreated). > >#+results: >[[

Re: [O] Trying to get chart from table working

2017-10-01 Thread Thierry Banel
Do you get the following lines? (you can erase them, they will be recreated). #+results: [[file:timeseries.pdf]] If you click on the link, it should open okular or acrobat reader or whatever displaying the plot. Otherwise you can try a different format, PNG for instance: #+begin_src gn

Re: [O] Trying to get chart from table working

2017-10-01 Thread Peter Davis
On Sat, Sep 30, 2017, at 09:25 AM, Eric S Fraga wrote: > On Friday, 29 Sep 2017 at 17:32, Peter Davis wrote: > > I'm sorry to belabor this, but I could use some help. I'd be willing to > > pay a modest consulting fee, but I'm trying to solve a problem in a > > timely way, as it would help me with

Re: [O] Trying to get chart from table working

2017-09-30 Thread Eric S Fraga
On Friday, 29 Sep 2017 at 17:32, Peter Davis wrote: > I'm sorry to belabor this, but I could use some help. I'd be willing to > pay a modest consulting fee, but I'm trying to solve a problem in a > timely way, as it would help me with healthcare decisions. > > Basically, I want to plot a time serie

Re: [O] Trying to get chart from table working

2017-09-29 Thread Peter Davis
I'm sorry to belabor this, but I could use some help. I'd be willing to pay a modest consulting fee, but I'm trying to solve a problem in a timely way, as it would help me with healthcare decisions. Basically, I want to plot a time series graph showing my PSA (prostate specific antigen) over time

Re: [O] Trying to get chart from table working

2017-09-29 Thread Peter Davis
On Fri, Sep 29, 2017, at 11:42 AM, Peter Davis wrote: > > On Fri, Sep 29, 2017, at 10:51 AM, Eric S Fraga wrote: > > On Friday, 29 Sep 2017 at 10:16, Peter Davis wrote: > > > I'm trying out the org-plot example, but when I enter C-M-g on a > > > table, I get: > > > > > > Cannot open load file: No

Re: [O] Trying to get chart from table working

2017-09-29 Thread Peter Davis
On Fri, Sep 29, 2017, at 10:51 AM, Eric S Fraga wrote: > On Friday, 29 Sep 2017 at 10:16, Peter Davis wrote: > > I'm trying out the org-plot example, but when I enter C-M-g on a > > table, I get: > > > > Cannot open load file: No such file or directory, gnuplot > > > > I verified that gnuplot is i

Re: [O] Trying to get chart from table working

2017-09-29 Thread Eric S Fraga
On Friday, 29 Sep 2017 at 10:16, Peter Davis wrote: > I'm trying out the org-plot example, but when I enter C-M-g on a > table, I get: > > Cannot open load file: No such file or directory, gnuplot > > I verified that gnuplot is installed, and that /usr/local/bin is in > both the PATH and the exec-p

[O] Trying to get chart from table working

2017-09-29 Thread Peter Davis
I'm trying out the org-plot example, but when I enter C-M-g on a table, I get: Cannot open load file: No such file or directory, gnuplot I verified that gnuplot is installed, and that /usr/local/bin is in both the PATH and the exec-path for emacs. Is there something else I need to do? Ult