emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-plot
@ 2009-02-13 10:45 Jörg Hagmann
  2009-02-13 11:44 ` org-plot Giovanni Ridolfi
  2009-02-13 11:55 ` org-plot Sebastian Rose
  0 siblings, 2 replies; 9+ messages in thread
From: Jörg Hagmann @ 2009-02-13 10:45 UTC (permalink / raw)
  To: emacs-orgmode

I am interested in using org-plot, but can't figure out how to do that.
I have (on OS X 10.5):

1. Gnuplot, works
2. gnuplot-mode, works
3. org version 6.22b
4. A line in .emacs: (local-set-key "\M-\C-g" 'org-plot/gnuplot)
5. a testfile containing the table from the manual (section 3.6)

Now what? How to call org-plot (M-C-g is not recognised)?
Thanks, Jörg

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

* Re: org-plot
  2009-02-13 10:45 org-plot Jörg Hagmann
@ 2009-02-13 11:44 ` Giovanni Ridolfi
  2009-02-13 11:56   ` org-plot Jörg Hagmann
  2009-02-13 11:55 ` org-plot Sebastian Rose
  1 sibling, 1 reply; 9+ messages in thread
From: Giovanni Ridolfi @ 2009-02-13 11:44 UTC (permalink / raw)
  To: emacs-orgmode, Jörg Hagmann

--- Ven 13/2/09, Jörg Hagmann <joerg.hagmann@unibas.ch> ha scritto:
> I am interested in using org-plot, but can't figure out
> how to do that. I have (on OS X 10.5):
> 
> 1. Gnuplot, works
> 2. gnuplot-mode, works
> 3. org version 6.22b
> 4. A line in .emacs: 
> (local-set-key "\M-\C-g" 'org-plot/gnuplot)
> 5. a testfile containing the table from the manual (section
> 3.6)
> 
> Now what? How to call org-plot (M-C-g is not recognised)?

and does it work if you 
1. leave the cursor on the line beginning with  #+PLOT: 
2. type

M-x org-plot/gnuplot ?

Giovanni


      Passa a Yahoo! Mail.

La webmail che ti offre GRATIS spazio illimitato, 
antispam e messenger integrato.
http://it.mail..yahoo.com/              

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

* Re: org-plot
  2009-02-13 10:45 org-plot Jörg Hagmann
  2009-02-13 11:44 ` org-plot Giovanni Ridolfi
@ 2009-02-13 11:55 ` Sebastian Rose
  1 sibling, 0 replies; 9+ messages in thread
From: Sebastian Rose @ 2009-02-13 11:55 UTC (permalink / raw)
  To: Jörg Hagmann; +Cc: emacs-orgmode

Jörg Hagmann <joerg.hagmann@unibas.ch> writes:
> I am interested in using org-plot, but can't figure out how to do that.
> I have (on OS X 10.5):
>
> 1. Gnuplot, works
> 2. gnuplot-mode, works
> 3. org version 6.22b
> 4. A line in .emacs: (local-set-key "\M-\C-g" 'org-plot/gnuplot)
> 5. a testfile containing the table from the manual (section 3.6)
>
> Now what? How to call org-plot (M-C-g is not recognised)?
> Thanks, Jörg

  M-x org-plot/gnuplot

will do the trick?


-- 
Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover
Tel.:  +49 (0)511 - 36 58 472
Fax:   +49 (0)1805 - 233633 - 11044
mobil: +49 (0)173 - 83 93 417
Email: s.rose@emma-stil.de, sebastian_rose@gmx.de
Http:  www.emma-stil.de

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

* Re: org-plot
  2009-02-13 11:44 ` org-plot Giovanni Ridolfi
@ 2009-02-13 11:56   ` Jörg Hagmann
  2009-02-13 12:24     ` org-plot Giovanni Ridolfi
  0 siblings, 1 reply; 9+ messages in thread
From: Jörg Hagmann @ 2009-02-13 11:56 UTC (permalink / raw)
  To: giovanni.ridolfi; +Cc: emacs-orgmode

No. There is no org-plot/gnuplot. I thought it should be included in 
recent versions of org?
I'm sure, not being an expert (but enthusiastic) user of org-mode, it's 
a very basic mistake of mine.
Thanks, Jörg

Giovanni Ridolfi wrote:
> --- Ven 13/2/09, Jörg Hagmann <joerg.hagmann@unibas.ch> ha scritto:
>   
>> I am interested in using org-plot, but can't figure out
>> how to do that. I have (on OS X 10.5):
>>
>> 1. Gnuplot, works
>> 2. gnuplot-mode, works
>> 3. org version 6.22b
>> 4. A line in .emacs: 
>> (local-set-key "\M-\C-g" 'org-plot/gnuplot)
>> 5. a testfile containing the table from the manual (section
>> 3.6)
>>
>> Now what? How to call org-plot (M-C-g is not recognised)?
>>     
>
> and does it work if you 
> 1. leave the cursor on the line beginning with  #+PLOT: 
> 2. type
>
> M-x org-plot/gnuplot ?
>
> Giovanni
>
>
>       Passa a Yahoo! Mail.
>
> La webmail che ti offre GRATIS spazio illimitato, 
> antispam e messenger integrato.
> http://it.mail..yahoo.com/              
>   

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

* Re: org-plot
  2009-02-13 11:56   ` org-plot Jörg Hagmann
@ 2009-02-13 12:24     ` Giovanni Ridolfi
  2009-02-13 12:44       ` org-plot Carsten Dominik
  2009-02-13 12:46       ` org-plot Jörg Hagmann
  0 siblings, 2 replies; 9+ messages in thread
From: Giovanni Ridolfi @ 2009-02-13 12:24 UTC (permalink / raw)
  To: Jörg Hagmann; +Cc: emacs-orgmode

--- Ven 13/2/09, Jörg Hagmann <joerg.hagmann@unibas.ch> ha scritto:
> Giovanni Ridolfi wrote:
> > --- Ven 13/2/09, Jörg Hagmann
> <joerg.hagmann@unibas.ch> ha scritto:
> >   
> >> I am interested in using org-plot, but can't
> figure out
> >> how to do that. I have (on OS X 10.5):
> >> 
> >> 1. Gnuplot, works
> >> 2. gnuplot-mode, works
> >> 3. org version 6.22b
> >> 4. A line in .emacs: (local-set-key
> "\M-\C-g" 'org-plot/gnuplot)
> >> 5. a testfile containing the table from the manual
> (section
> >> 3.6)
> >> 
> >> Now what? How to call org-plot (M-C-g is not
> recognised)?
> >>     
> > 
> > and does it work if you 1. leave the cursor on the
> line beginning with  #+PLOT: 2. type
> > 
> > M-x org-plot/gnuplot ?
> No. There is no org-plot/gnuplot. 

1. what is the output of M-x org-version?   

2. Are you sure you have *activated* org-mode 6.22b?
   
> I thought it should be
> included in recent versions of org?

6.22b is the most recent stable. 
I run it and I have org-plot/gnuplot.

Giovanni


      Passa a Yahoo! Mail.

La webmail che ti offre GRATIS spazio illimitato, 
antispam e messenger integrato.
http://it.mail..yahoo.com/              

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

* Re: org-plot
  2009-02-13 12:24     ` org-plot Giovanni Ridolfi
@ 2009-02-13 12:44       ` Carsten Dominik
  2009-02-13 13:04         ` org-plot Jörg Hagmann
  2009-02-13 12:46       ` org-plot Jörg Hagmann
  1 sibling, 1 reply; 9+ messages in thread
From: Carsten Dominik @ 2009-02-13 12:44 UTC (permalink / raw)
  To: giovanni.ridolfi; +Cc: emacs-orgmode

Let me try a guess:

Jörg is activating Org-mode with

  (require 'org)

instead of

  (require 'org-install)

org-plot/gnuplot is an autoloaded function.  Another work-around would  
be
adding

   (require 'org-plot)

to .emacs

- Carsten


On Feb 13, 2009, at 1:24 PM, Giovanni Ridolfi wrote:

> --- Ven 13/2/09, Jörg Hagmann <joerg.hagmann@unibas.ch> ha scritto:
>> Giovanni Ridolfi wrote:
>>> --- Ven 13/2/09, Jörg Hagmann
>> <joerg.hagmann@unibas.ch> ha scritto:
>>>
>>>> I am interested in using org-plot, but can't
>> figure out
>>>> how to do that. I have (on OS X 10.5):
>>>>
>>>> 1. Gnuplot, works
>>>> 2. gnuplot-mode, works
>>>> 3. org version 6.22b
>>>> 4. A line in .emacs: (local-set-key
>> "\M-\C-g" 'org-plot/gnuplot)
>>>> 5. a testfile containing the table from the manual
>> (section
>>>> 3.6)
>>>>
>>>> Now what? How to call org-plot (M-C-g is not
>> recognised)?
>>>>
>>>
>>> and does it work if you 1. leave the cursor on the
>> line beginning with  #+PLOT: 2. type
>>>
>>> M-x org-plot/gnuplot ?
>> No. There is no org-plot/gnuplot.
>
> 1. what is the output of M-x org-version?
>
> 2. Are you sure you have *activated* org-mode 6.22b?
>
>> I thought it should be
>> included in recent versions of org?
>
> 6.22b is the most recent stable.
> I run it and I have org-plot/gnuplot.
>
> Giovanni
>
>
>      Passa a Yahoo! Mail.
>
> La webmail che ti offre GRATIS spazio illimitato,
> antispam e messenger integrato.
> http://it.mail..yahoo.com/
>
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: 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] 9+ messages in thread

* Re: org-plot
  2009-02-13 12:24     ` org-plot Giovanni Ridolfi
  2009-02-13 12:44       ` org-plot Carsten Dominik
@ 2009-02-13 12:46       ` Jörg Hagmann
  1 sibling, 0 replies; 9+ messages in thread
From: Jörg Hagmann @ 2009-02-13 12:46 UTC (permalink / raw)
  To: giovanni.ridolfi; +Cc: emacs-orgmode

The version is 6.22b.
What do you mean by "activated"? I'm regularly updating. On a second 
computer, running ubuntu 8.10, I have 6.22trans, but the same problem 
(no org-plot/gnuplot, when checking with M-x org- TAB).

Cheers, Jörg

Giovanni Ridolfi wrote
>> No. There is no org-plot/gnuplot. 
>>     
>
> 1. what is the output of M-x org-version?   
>
> 2. Are you sure you have *activated* org-mode 6.22b?
>    
>   
>> I thought it should be
>> included in recent versions of org?
>>     
>
> 6.22b is the most recent stable. 
> I run it and I have org-plot/gnuplot.
>
> Giovanni
>
>   

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

* Re: org-plot
  2009-02-13 12:44       ` org-plot Carsten Dominik
@ 2009-02-13 13:04         ` Jörg Hagmann
  2009-02-13 13:41           ` org-plot Sebastian Rose
  0 siblings, 1 reply; 9+ messages in thread
From: Jörg Hagmann @ 2009-02-13 13:04 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: emacs-orgmode

Thanks, Carsten. I had neither (require 'org) nor (require 'org-install) 
in my .emacs file, with the latter it works fine.
I must have missed the need for that (a search in the manual I performed 
just now didn't turn it up, I suppose that's why).
Maybe I was lucky everything I tried till now worked?!

I'm posting this to the whole group, maybe there are others like me there.

Thanks, Jörg


Carsten Dominik wrote:
> Let me try a guess:
>
> Jörg is activating Org-mode with
>
>  (require 'org)
>
> instead of
>
>  (require 'org-install)
>
> org-plot/gnuplot is an autoloaded function.  Another work-around would be
> adding
>
>   (require 'org-plot)
>
> to .emacs
>
> - Carsten
>
>
> On Feb 13, 2009, at 1:24 PM, Giovanni Ridolfi wrote:
>
>> --- Ven 13/2/09, Jörg Hagmann <joerg.hagmann@unibas.ch> ha scritto:
>>> Giovanni Ridolfi wrote:
>>>> --- Ven 13/2/09, Jörg Hagmann
>>> <joerg.hagmann@unibas.ch> ha scritto:
>>>>
>>>>> I am interested in using org-plot, but can't
>>> figure out
>>>>> how to do that. I have (on OS X 10.5):
>>>>>
>>>>> 1. Gnuplot, works
>>>>> 2. gnuplot-mode, works
>>>>> 3. org version 6.22b
>>>>> 4. A line in .emacs: (local-set-key
>>> "\M-\C-g" 'org-plot/gnuplot)
>>>>> 5. a testfile containing the table from the manual
>>> (section
>>>>> 3.6)
>>>>>
>>>>> Now what? How to call org-plot (M-C-g is not
>>> recognised)?
>>>>>
>>>>
>>>> and does it work if you 1. leave the cursor on the
>>> line beginning with  #+PLOT: 2. type
>>>>
>>>> M-x org-plot/gnuplot ?
>>> No. There is no org-plot/gnuplot.
>>
>> 1. what is the output of M-x org-version?
>>
>> 2. Are you sure you have *activated* org-mode 6.22b?
>>
>>> I thought it should be
>>> included in recent versions of org?
>>
>> 6.22b is the most recent stable.
>> I run it and I have org-plot/gnuplot.
>>
>> Giovanni
>>
>>
>>      Passa a Yahoo! Mail.
>>
>> La webmail che ti offre GRATIS spazio illimitato,
>> antispam e messenger integrato.
>> http://it.mail..yahoo.com/
>>
>>
>>
>> _______________________________________________
>> Emacs-orgmode mailing list
>> Remember: use `Reply All' to send replies to the list.
>> Emacs-orgmode@gnu.org
>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>

-- 
Prof. Jörg Hagmann-Zanolari MD
University of Basel
Department of Biomedicine
Institute of Biochemistry and Genetics
Mattenstrasse 28
CH-4058 Basel
Switzerland
Phone +41 (0)61 267 3565

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

* Re: org-plot
  2009-02-13 13:04         ` org-plot Jörg Hagmann
@ 2009-02-13 13:41           ` Sebastian Rose
  0 siblings, 0 replies; 9+ messages in thread
From: Sebastian Rose @ 2009-02-13 13:41 UTC (permalink / raw)
  To: Jörg Hagmann; +Cc: emacs-orgmode

Jörg Hagmann <joerg.hagmann@unibas.ch> writes:
> Thanks, Carsten. I had neither (require 'org) nor (require 'org-install) in my
> .emacs file, with the latter it works fine.
> I must have missed the need for that (a search in the manual I performed just
> now didn't turn it up, I suppose that's why).
> Maybe I was lucky everything I tried till now worked?!


To find answers quickly try this:

  http://orgmode.org/worg/org-faq.php?OCCUR=loading


In the FAQ and the `list of user visible changes' you can search very
efficient and fast.  Both of the files are just as good as org - that
is, very good :)

Just type `o' (for `occur') or `s' (for search). Enter your search and
type RET. Use `S' to search forward, R to search backwards.

Note, that you may bookmark your last search easily, using 'L'
(org-link) and 'l' (HTML-link). This is an org-link to the last search I
did:

[[http://orgmode.org/Changes.html?OCCUR=align][Org-mode list of user-visible changes, occurences of 'align']]






Regards,

-- 
Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover
Tel.:  +49 (0)511 - 36 58 472
Fax:   +49 (0)1805 - 233633 - 11044
mobil: +49 (0)173 - 83 93 417
Http:  www.emma-stil.de

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

end of thread, other threads:[~2009-02-13 13:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-13 10:45 org-plot Jörg Hagmann
2009-02-13 11:44 ` org-plot Giovanni Ridolfi
2009-02-13 11:56   ` org-plot Jörg Hagmann
2009-02-13 12:24     ` org-plot Giovanni Ridolfi
2009-02-13 12:44       ` org-plot Carsten Dominik
2009-02-13 13:04         ` org-plot Jörg Hagmann
2009-02-13 13:41           ` org-plot Sebastian Rose
2009-02-13 12:46       ` org-plot Jörg Hagmann
2009-02-13 11:55 ` org-plot Sebastian Rose

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