From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?J=F6rg_Hagmann?= Subject: org-plot Date: Fri, 13 Feb 2009 11:45:40 +0100 Message-ID: <49954F54.9070809@unibas.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LXvYT-0002hU-Rg for emacs-orgmode@gnu.org; Fri, 13 Feb 2009 05:45:57 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LXvYR-0002hC-Mz for emacs-orgmode@gnu.org; Fri, 13 Feb 2009 05:45:56 -0500 Received: from [199.232.76.173] (port=54221 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LXvYR-0002h8-Bg for emacs-orgmode@gnu.org; Fri, 13 Feb 2009 05:45:55 -0500 Received: from smtp2pub.unibas.ch ([131.152.227.82]:30522) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LXvYQ-0008NL-Tg for emacs-orgmode@gnu.org; Fri, 13 Feb 2009 05:45:55 -0500 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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