From mboxrd@z Thu Jan 1 00:00:00 1970 From: Seweryn Kokot Subject: Re: org-plot (generating graphs from org-mode) Date: Mon, 01 Sep 2008 21:45:46 +0200 Message-ID: <873akjtzth.fsf@poczta.po.opole.pl> References: <20080826151404.0996C2179B@mailhost.cs.tu-berlin.de> <48B44416.3050803@cs.tu-berlin.de> <18612.18092.519087.620736@gargle.gargle.HOWL> <18612.36132.993382.133344@gargle.gargle.HOWL> <41c818190808290416q604adc63laaa0bf54f0e23bb1@mail.gmail.com> <87k5dwpu05.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KaFCq-0005Pt-Fo for emacs-orgmode@gnu.org; Mon, 01 Sep 2008 15:36:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KaFCo-0005PB-ME for emacs-orgmode@gnu.org; Mon, 01 Sep 2008 15:36:55 -0400 Received: from [199.232.76.173] (port=33327 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KaFCo-0005P7-9d for emacs-orgmode@gnu.org; Mon, 01 Sep 2008 15:36:54 -0400 Received: from main.gmane.org ([80.91.229.2]:45014 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KaFCn-00080J-RN for emacs-orgmode@gnu.org; Mon, 01 Sep 2008 15:36:54 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KaFCi-0006zz-4p for emacs-orgmode@gnu.org; Mon, 01 Sep 2008 19:36:48 +0000 Received: from nat-warynskiego.po.opole.pl ([217.173.199.132]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 01 Sep 2008 19:36:48 +0000 Received: from s.kokot by nat-warynskiego.po.opole.pl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 01 Sep 2008 19:36:48 +0000 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 Hi Eric, I just want to ask if it is necessary to redefine 'debug' function in org-plot.el? Because when I put the following lines into .emacs file: (require 'org-plot) (add-hook 'org-mode-hook (lambda () (local-set-key (kbd "\M-\C-g") 'org-plot/gnuplot))) whenever I invoke an error, instead of getting *Backtrace* buffer I get a strange message in the echo line. -- regards, Seweryn Kokot