From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergio Bacelar Subject: Export org file to pdf: unable to resolve link Date: Wed, 10 Feb 2016 19:10:05 +0000 Message-ID: <30701A91-FEFF-4BAD-B35F-2E155717F91D@gmail.com> Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) Content-Type: multipart/alternative; boundary="Apple-Mail=_849BB703-9F28-49DF-B360-1177C2A46DF7" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46483) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTa9W-0003qu-Bp for emacs-orgmode@gnu.org; Wed, 10 Feb 2016 14:10:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aTa9S-0004Px-89 for emacs-orgmode@gnu.org; Wed, 10 Feb 2016 14:10:14 -0500 Received: from mail-wm0-x230.google.com ([2a00:1450:400c:c09::230]:35141) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTa9R-0004Pr-Tf for emacs-orgmode@gnu.org; Wed, 10 Feb 2016 14:10:10 -0500 Received: by mail-wm0-x230.google.com with SMTP id c200so43294690wme.0 for ; Wed, 10 Feb 2016 11:10:09 -0800 (PST) Received: from [192.168.1.103] ([31.22.220.93]) by smtp.gmail.com with ESMTPSA id h132sm4657953wmf.9.2016.02.10.11.10.07 for (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 10 Feb 2016 11:10:07 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --Apple-Mail=_849BB703-9F28-49DF-B360-1177C2A46DF7 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 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 = =E2=80=9CUnable to resolve link readata-code=E2=80=9D.=20 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=3D",",header=3DT)->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?= --Apple-Mail=_849BB703-9F28-49DF-B360-1177C2A46DF7 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=utf-8 I am trying with no success to export the most important text = from Vikas Rawal https://github.com/vikasrawal/orgpaper/blob/master/orgpapers.or= g to pdf via LaTeX. I tried C-c C-e l o but I obtain always the = error message =E2=80=9CUnable to resolve link readata-code=E2=80=9D. =
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=3D",",header=3DT)->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?
= --Apple-Mail=_849BB703-9F28-49DF-B360-1177C2A46DF7-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Export org file to pdf: unable to resolve link Date: Thu, 11 Feb 2016 01:03:43 +0100 Message-ID: <87fux05d0g.fsf@nicolasgoaziou.fr> References: <30701A91-FEFF-4BAD-B35F-2E155717F91D@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57567) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTeha-0003hH-5d for emacs-orgmode@gnu.org; Wed, 10 Feb 2016 19:01:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aTehZ-0003Kd-2L for emacs-orgmode@gnu.org; Wed, 10 Feb 2016 19:01:42 -0500 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:57286) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTehY-0003KP-Si for emacs-orgmode@gnu.org; Wed, 10 Feb 2016 19:01:41 -0500 In-Reply-To: <30701A91-FEFF-4BAD-B35F-2E155717F91D@gmail.com> (Sergio Bacelar's message of "Wed, 10 Feb 2016 19:10:05 +0000") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Sergio Bacelar Cc: emacs-orgmode@gnu.org 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 =E2=80=9CUnable to resolve link readata-code=E2=80=9D. > 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=3D",",header=3DT)->mydata1 > > > ,#+END_SRC > #+END_SRC > > If #+NAME was not inside the SRC block and there was no comma before #+NA= ME 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, --=20 Nicolas Goaziou From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergio Bacelar Subject: Re: Export org file to pdf: unable to resolve link Date: Thu, 11 Feb 2016 10:17:12 +0000 (UTC) Message-ID: References: <30701A91-FEFF-4BAD-B35F-2E155717F91D@gmail.com> <87fux05d0g.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54003) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aToM8-0003cV-BG for emacs-orgmode@gnu.org; Thu, 11 Feb 2016 05:20:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aToM2-0007w3-Kg for emacs-orgmode@gnu.org; Thu, 11 Feb 2016 05:20:12 -0500 Received: from plane.gmane.org ([80.91.229.3]:53241) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aToM2-0007ul-EI for emacs-orgmode@gnu.org; Thu, 11 Feb 2016 05:20:06 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aToM1-0005y1-4b for emacs-orgmode@gnu.org; Thu, 11 Feb 2016 11:20:05 +0100 Received: from 188.140.54.28 ([188.140.54.28]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 11 Feb 2016 11:20:05 +0100 Received: from sergio.bacelar by 188.140.54.28 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 11 Feb 2016 11:20:05 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Yes, that will work but I hoped that the file won't need to be changed to be exported to pdf. Regards, Sergio Bacelar From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Export org file to pdf: unable to resolve link Date: Thu, 11 Feb 2016 11:36:20 +0100 Message-ID: <87d1s3edp7.fsf@nicolasgoaziou.fr> References: <30701A91-FEFF-4BAD-B35F-2E155717F91D@gmail.com> <87fux05d0g.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57497) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aToZq-0006Iw-9a for emacs-orgmode@gnu.org; Thu, 11 Feb 2016 05:34:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aToZm-0002eT-6L for emacs-orgmode@gnu.org; Thu, 11 Feb 2016 05:34:22 -0500 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:51477) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aToZl-0002eF-Vz for emacs-orgmode@gnu.org; Thu, 11 Feb 2016 05:34:18 -0500 In-Reply-To: (Sergio Bacelar's message of "Thu, 11 Feb 2016 10:17:12 +0000 (UTC)") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Sergio Bacelar Cc: emacs-orgmode@gnu.org 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: Export org file to pdf: unable to resolve link Date: Thu, 11 Feb 2016 07:06:47 -0600 Message-ID: References: <30701A91-FEFF-4BAD-B35F-2E155717F91D@gmail.com> <87fux05d0g.fsf@nicolasgoaziou.fr> <87d1s3edp7.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43649) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTqxM-00029y-Ta for emacs-orgmode@gnu.org; Thu, 11 Feb 2016 08:06:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aTqxL-0002HF-QC for emacs-orgmode@gnu.org; Thu, 11 Feb 2016 08:06:48 -0500 Received: from mail-ob0-x22b.google.com ([2607:f8b0:4003:c01::22b]:34509) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTqxL-0002H9-Jw for emacs-orgmode@gnu.org; Thu, 11 Feb 2016 08:06:47 -0500 Received: by mail-ob0-x22b.google.com with SMTP id wb13so72794061obb.1 for ; Thu, 11 Feb 2016 05:06:47 -0800 (PST) In-Reply-To: <87d1s3edp7.fsf@nicolasgoaziou.fr> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Sergio Bacelar , emacs-orgmode 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 > From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: Re: Export org file to pdf: unable to resolve link Date: Sat, 13 Feb 2016 07:34:31 +0530 Message-ID: References: <30701A91-FEFF-4BAD-B35F-2E155717F91D@gmail.com> <87fux05d0g.fsf@nicolasgoaziou.fr> <87d1s3edp7.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47661) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aUPZi-0003Sn-P2 for emacs-orgmode@gnu.org; Fri, 12 Feb 2016 21:04:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aUPZe-0002mY-3V for emacs-orgmode@gnu.org; Fri, 12 Feb 2016 21:04:42 -0500 Received: from mail-pf0-x22a.google.com ([2607:f8b0:400e:c00::22a]:35072) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aUPZd-0002mK-On for emacs-orgmode@gnu.org; Fri, 12 Feb 2016 21:04:38 -0500 Received: by mail-pf0-x22a.google.com with SMTP id c10so57069920pfc.2 for ; Fri, 12 Feb 2016 18:04:37 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: John Hendy Cc: Sergio Bacelar , org-mode mailing list > On 11-Feb-2016, at 6:36 pm, John Hendy wrote: >=20 > On Thu, Feb 11, 2016 at 4:36 AM, Nicolas Goaziou = wrote: >> Hello, >>=20 >> Sergio Bacelar writes: >>=20 >>> Yes, that will work but I hoped that the file >>> won't need to be changed to be exported to >>> pdf. >>=20 >> 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). >=20 > Echoing this, and I think Vikas would want to know as well since it > looks like a [awesome] document designed for reproducibility. >=20 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=