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

2008-09-03 Thread Eric Schulte
Carsten Dominik <[EMAIL PROTECTED]> writes: > > org-plot.el needs to do (require 'org-table) > Thanks, I applied this change to the git repo ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org ht

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

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

2008-09-02 Thread JBash
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.

[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

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 ___

[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")