Re: [O] [BUG][babel] Tangling into directories does not add directories to org file

2014-10-10 Thread Grant Rettke
On Fri, Oct 10, 2014 at 11:50 AM, Thorsten Jolitz wrote: > Aaron Ecay writes: > > Hi Rainer, > >> 2014ko urriak 10an, Rainer M Krug-ek idatzi zuen: >>> It looks like this - but I am always shocked by the number of brackets >>> in lisp. >> >> It’s a bit of an adjustment. If you get into any serio

Re: [O] [BUG][babel] Tangling into directories does not add directories to org file

2014-10-10 Thread Aaron Ecay
Hi Rainer, 2014ko urriak 10an, Aaron Ecay-ek idatzi zuen: [...] >> the function file-relative-name (file-relative-name FILENAME &optional >> DIRECTORY). If I am not mistaken, the optional argument DIRECTORY >> needs to be set to the directory of the tangled file. I assume it is >> not set at the

Re: [O] [BUG][babel] Tangling into directories does not add directories to org file

2014-10-10 Thread Thorsten Jolitz
Aaron Ecay writes: Hi Rainer, > 2014ko urriak 10an, Rainer M Krug-ek idatzi zuen: >> It looks like this - but I am always shocked by the number of brackets >> in lisp. > > It’s a bit of an adjustment. If you get into any serious lisp coding, > check out paredit – it forces you to always have ba

Re: [O] [BUG][babel] Tangling into directories does not add directories to org file

2014-10-10 Thread Aaron Ecay
Hi Rainer, 2014ko urriak 10an, Rainer M Krug-ek idatzi zuen: > It looks like this - but I am always shocked by the number of brackets > in lisp. It’s a bit of an adjustment. If you get into any serious lisp coding, check out paredit – it forces you to always have balanced brackets in the file, t

Re: [O] [BUG][babel] Tangling into directories does not add directories to org file

2014-10-10 Thread Grant Rettke
On Fri, Oct 10, 2014 at 3:24 AM, Rainer M Krug wrote: > Grant Rettke writes: > >> Sounds like a valuable use of R. > > It definitely is. > > >> >> Do you have a writeup on the approach or is it a standard feature of >> org and ess? > > No - but please bug me - I can post in the intermediate futur

Re: [O] [BUG][babel] Tangling into directories does not add directories to org file

2014-10-10 Thread Rainer M Krug
Aaron Ecay writes: > Hi Rainer, > > 2014ko urriak 9an, Rainer M Krug-ek idatzi zuen: >> >> I'd like to ping this as I think it >> is an important bug. It e.g. make debugging of R packages, whose source >> is in org, more difficult, (the .R files are tangled into ./R/) as ess >> does not find the

Re: [O] [BUG][babel] Tangling into directories does not add directories to org file

2014-10-10 Thread Rainer M Krug
Grant Rettke writes: > Sounds like a valuable use of R. It definitely is. > > Do you have a writeup on the approach or is it a standard feature of > org and ess? No - but please bug me - I can post in the intermediate future an example demonstrating the points. But the main points are: * Se

Re: [O] [BUG][babel] Tangling into directories does not add directories to org file

2014-10-09 Thread Aaron Ecay
Hi Rainer, 2014ko urriak 9an, Rainer M Krug-ek idatzi zuen: > > I'd like to ping this as I think it > is an important bug. It e.g. make debugging of R packages, whose source > is in org, more difficult, (the .R files are tangled into ./R/) as ess > does not find the source of the R code in R as i

Re: [O] [BUG][babel] Tangling into directories does not add directories to org file

2014-10-09 Thread Grant Rettke
Sounds like a valuable use of R. Do you have a writeup on the approach or is it a standard feature of org and ess? On Thu, Oct 9, 2014 at 7:37 AM, Rainer M Krug wrote: > > I'd like to ping this as I think it > is an important bug. It e.g. make debugging of R packages, whose source > is in org, m

Re: [O] [BUG][babel] Tangling into directories does not add directories to org file

2014-10-09 Thread Rainer M Krug
I'd like to ping this as I think it is an important bug. It e.g. make debugging of R packages, whose source is in org, more difficult, (the .R files are tangled into ./R/) as ess does not find the source of the R code in R as it uses the links in the comments to find the org file. Temporary solut

[O] [BUG][babel] Tangling into directories does not add directories to org file

2014-10-08 Thread Rainer M Krug
When in the tangling taerget a directory is specified, this is not reflected in the comments in the tangled file when comments are set to include links: , |* `link' The code block is wrapped in comments which contain | pointers back to the original Org file from which the code was |