Re: [Orgmode] Re: org-plot (generating graphs from org-mode)

2008-09-03 Thread Carsten Dominik


On Sep 2, 2008, at 11:26 PM, JBash wrote:

In trying the example, I'm getting a message saying a function  
definition (org-table-to-lisp) is void.
I've been using org-mode for a few months, but I'm not at all  
familiar with lisp.
I just today pulled the files (org-plot.el and example.org) from http://github.com/eschulte/org-plot/tree/master 
.

Can someone help?



org-plot.el needs to do (require 'org-table)

- Carsten




Thanks,
Jerry

Using emacs 22.2.1; gnuplot 4.2 patchlevel 2; debian lenny

OVERVIEW
CHILDREN
Loading /home/jlb/dl1/eschulte-org-plot- 
e30c71abadada20558d11610943c3d8f42fc4258/org-plot.el (source)...done

(progn (add-to-list 'load-path ./) (load org-plot.el)) = t
(local-set-key \M-\C-g 'org-plot/gnuplot) = org-plot/gnuplot
Loading /home/jlb/emacs/org-mode/lisp/org-table.el (source)...done
let*: Symbol's function definition is void: org-table-to-lisp [8  
times]

call-interactively: End of buffer


On Tue, Sep 2, 2008 at 2:08 PM, Thomas Baumann [EMAIL PROTECTED]  
wrote:

Awesome, thanks.

Thomas



___
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

___
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


___
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


[Orgmode] Re: org-plot (generating graphs from org-mode)

2008-09-02 Thread Thomas Baumann
Awesome, thanks.

Thomas



___
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


[Orgmode] Re: org-plot (generating graphs from org-mode)

2008-09-01 Thread Seweryn Kokot
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



___
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


Re: [Orgmode] Re: org-plot (generating graphs from org-mode)

2008-09-01 Thread Eric Schulte
oh, not at all,

I was using it for convenience during my own debugging, and didn't
realize I was overwriting an existing function.  Please feel free to
remove the `debug' definition from org-plot.el (I will remove it from
the version in my git repo right now).

Thanks -- Eric


___
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