Re: [O] Export org file to pdf: unable to resolve link

2016-02-12 Thread Vikas Rawal


> On 11-Feb-2016, at 6:36 pm, John Hendy  wrote:
> 
> On Thu, Feb 11, 2016 at 4:36 AM, Nicolas Goaziou  
> wrote:
>> Hello,
>> 
>> Sergio Bacelar  writes:
>> 
>>> Yes, that will work but I hoped that the file
>>> won't need to be changed to be exported to
>>> pdf.
>> 
>> You may ask for an upstream update, the syntax used in the document is
>> invalid (i.e., an internal link pointing to no active location).
> 
> Echoing this, and I think Vikas would want to know as well since it
> looks like a [awesome] document designed for reproducibility.
> 

My apologies to all for not being able to attend to the fix promptly. As it 
turned out, I had sometime noticed the bug, fixed it in my local copy and 
forgotten to push it to the remote. So my local copy was happily compiling.

I have now pushed my latest version. Please see if it compiles for you now.

Since I wrote this manual, I have learnt a few more things, and would like to 
update the manual. I hope to be able to do it in a few days.

Thanks everyone,

Vikas


Re: [O] Export org file to pdf: unable to resolve link

2016-02-11 Thread John Hendy
On Thu, Feb 11, 2016 at 4:36 AM, Nicolas Goaziou  wrote:
> Hello,
>
> Sergio Bacelar  writes:
>
>> Yes, that will work but I hoped that the file
>>  won't need to be changed to be exported to
>> pdf.
>
> You may ask for an upstream update, the syntax used in the document is
> invalid (i.e., an internal link pointing to no active location).

Echoing this, and I think Vikas would want to know as well since it
looks like a [awesome] document designed for reproducibility.

John

>
> Regards,
>
> --
> Nicolas Goaziou
>



Re: [O] Export org file to pdf: unable to resolve link

2016-02-11 Thread Nicolas Goaziou
Hello,

Sergio Bacelar  writes:

> Yes, that will work but I hoped that the file
>  won't need to be changed to be exported to 
> pdf.

You may ask for an upstream update, the syntax used in the document is
invalid (i.e., an internal link pointing to no active location).

Regards,

-- 
Nicolas Goaziou



Re: [O] Export org file to pdf: unable to resolve link

2016-02-11 Thread Sergio Bacelar
Yes, that will work but I hoped that the file
 won't need to be changed to be exported to 
pdf. 

Regards,
Sergio Bacelar





Re: [O] Export org file to pdf: unable to resolve link

2016-02-10 Thread Nicolas Goaziou
Hello,

Sergio Bacelar  writes:

> I am trying with no success to export the most important text from
> Vikas Rawal
> https://github.com/vikasrawal/orgpaper/blob/master/orgpapers.org
>  to
> pdf via LaTeX. I tried C-c C-e l o but I obtain always the error
> message “Unable to resolve link readata-code”.
> This happens because the link readapt-code is not working:
>
>
> Code block [[readdata-code]] is an example of such a code block. Note
> ~:results value silent~ switch used in the  ~#+begin_src~ line.
>
> #+BEGIN_SRC org
>   ,#+NAME: readdata-code
>   ,#+BEGIN_SRC R :results value silent
>
>   read.data("datafile1.csv",sep=",",header=T)->mydata1
>
>
>   ,#+END_SRC
> #+END_SRC
>
> If #+NAME was not inside the SRC block and there was no comma before #+NAME 
> the link should work.
> Does anyone can help me to export this file to pdf?

Couldn't you also copy #+NAME: readdata-code outside of the block?

Regards,

-- 
Nicolas Goaziou



[O] Export org file to pdf: unable to resolve link

2016-02-10 Thread Sergio Bacelar
I am trying with no success to export the most important text from Vikas Rawal 
https://github.com/vikasrawal/orgpaper/blob/master/orgpapers.org 
 to pdf via 
LaTeX. I tried C-c C-e l o but I obtain always the error message “Unable to 
resolve link readata-code”. 
This happens because the link readapt-code is not working:


Code block [[readdata-code]] is an example of such a code block. Note
~:results value silent~ switch used in the  ~#+begin_src~ line.

#+BEGIN_SRC org
  ,#+NAME: readdata-code
  ,#+BEGIN_SRC R :results value silent

  read.data("datafile1.csv",sep=",",header=T)->mydata1


  ,#+END_SRC
#+END_SRC

If #+NAME was not inside the SRC block and there was no comma before #+NAME the 
link should work.
Does anyone can help me to export this file to pdf?