Dan,
> outfile:"png" specifies that you want png output saved to a file in
> the org-attach dir for the current entry. However, I think that your
> table is not in an entry (i.e. there is no heading in the file
> above). So org-attach complains. I think in this case this is
> appropriate behaviour
On Thu, Feb 05, 2009 at 08:04:11AM +, Graham Smith wrote:
> Dan,
>
> I'm working through the tutorial and not got very far :-(
>
> #+TBLNAME:continuous-data
> | |
> |---|
> | -4.76347066844695 |
> | -1.83010300550287 |
> | -3.62646358009839 |
> | -3.064838477
Dan,
I'm working through the tutorial and not got very far :-(
#+TBLNAME:continuous-data
| |
|---|
| -4.76347066844695 |
| -1.83010300550287 |
| -3.62646358009839 |
| -3.06483847781371 |
| -3.29886543850004 |
| -3.33136718271076 |
| -2.92393768071614 |
| -1.81447
Dan
> If you have added it to the contrib/lisp directory, then you could do
>
> (add-to-list 'load-path "path\to\contrib\lisp" load-path)
> (load "org-R")
(load-library "org-R") as suggested by Nick worked I already had the
load path line in my .emacs
> But perhaps what I should do is add
>
> (
Nick
> (load-library "org-R")
Thanks, this sorted out the error messages, I'm now getting new ones
but these seem to be R generated so I will now have a look at that
next.
Graham
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send repl
On Wed, Feb 04, 2009 at 01:54:25PM -0500, Dan Davison wrote:
> Hi Graham,
>
> If you have added it to the contrib/lisp directory, then you could do
>
> (add-to-list 'load-path "path\to\contrib\lisp" load-path)
Sorry, some nonsense crept in there. That should be
(add-to-list 'load-path "path\to\
Hi Graham,
If you have added it to the contrib/lisp directory, then you could do
(add-to-list 'load-path "path\to\contrib\lisp" load-path)
(load "org-R")
But perhaps what I should do is add
(provide 'org-R)
at the end of my code. I'm pretty new to elisp so not sure but I've
added that now. I'm
I haven't looked at org-R but given the error message, it
probably does not contain a provide like so:
(provide 'org-R)
In that case, (require 'org-R) will not work. Perhaps
Dan can add it for the next version.
In the meantime, you can either add the provide line to
your copy of org-R.el or t
I'm afraid I'm struggling again. How do I get Emacs/orgmode to recognise org-R.
I have tried adding (require 'org-R) to my .emacs file
And I have put org-R.el in both the \orgmode\lisp directory and the
orgmode\contrib\lisp directories
But I get an error:
error: Required feature `org-R' was not
On Feb 4, 2009, at 5:59 AM, Dan Davison wrote:
Hi all,
I've put a tutorial for org-R up on Worg:
http://orgmode.org/worg/org-tutorials/org-R/org-R.php
The most amazing thing for me as a package author is to see what kind
of amazing stuff you never dreamed of someone will do with this.
nice
On Wed, Feb 4, 2009 at 12:59 PM, Dan Davison wrote:
> Hi all,
>
> I've put a tutorial for org-R up on Worg:
>
> http://orgmode.org/worg/org-tutorials/org-R/org-R.php
>
> Amongst other things, there you can see which other org users you
> share the greatest affinity with, according to the re
11 matches
Mail list logo