From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: org-plot (generating graphs from org-mode) Date: Tue, 26 Aug 2008 14:36:05 +0200 Message-ID: <48B3F8B5.9000106@gmx.de> References: <18611.25143.79101.479163@gargle.gargle.HOWL> Reply-To: sebastian_rose@gmx.de Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KXxln-0005qQ-26 for emacs-orgmode@gnu.org; Tue, 26 Aug 2008 08:35:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KXxlm-0005q1-J6 for emacs-orgmode@gnu.org; Tue, 26 Aug 2008 08:35:34 -0400 Received: from [199.232.76.173] (port=39209 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KXxlm-0005ps-Eg for emacs-orgmode@gnu.org; Tue, 26 Aug 2008 08:35:34 -0400 Received: from mail.gmx.net ([213.165.64.20]:60574) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1KXxlm-00038i-3s for emacs-orgmode@gnu.org; Tue, 26 Aug 2008 08:35:34 -0400 In-Reply-To: <18611.25143.79101.479163@gargle.gargle.HOWL> 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 Cc: Org-mode Hi again, still emacs 23: On the table with data: The first try works. Then I have to pres C-M-g twice to get the plot window. On the empty tables: with (setq debug-on-error t) this is in *Messages*: (:plot-type grid :with lines :ind 0 :title "org mode" :map nil) [3 times] Mark set [14 times] Mapping tables: 100% Mark set [2 times] Mapping tables: done signal: Wrong number of arguments: (lambda (el) (message (format "%S" el)) el), 2 The buffer is modified after C-M-g and emacs asks if I want to save it. - Sebastian