From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer M Krug Subject: [BUG][babel] Tangling into directories does not add directories to org file Date: Wed, 08 Oct 2014 15:21:12 +0200 Message-ID: Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54971) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XbrBn-0002cN-4S for emacs-orgmode@gnu.org; Wed, 08 Oct 2014 09:22:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XbrBf-00044q-Lg for emacs-orgmode@gnu.org; Wed, 08 Oct 2014 09:21:59 -0400 Received: from plane.gmane.org ([80.91.229.3]:49044) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XbrBf-00042n-FL for emacs-orgmode@gnu.org; Wed, 08 Oct 2014 09:21:51 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XbrBZ-0001RV-SF for emacs-orgmode@gnu.org; Wed, 08 Oct 2014 15:21:45 +0200 Received: from lputeaux-656-01-180-203.w80-14.abo.wanadoo.fr ([80.14.247.203]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 08 Oct 2014 15:21:45 +0200 Received: from Rainer by lputeaux-656-01-180-203.w80-14.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 08 Oct 2014 15:21:45 +0200 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 --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable 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 | tangled. `---- In the org file =3DprodMixStands.org=3D: ,---- | :PROPERTIES: | :header-args+: :tangle ./R/update.cache.R | :END: | #+begin_src R=20 | test | #+end_src `---- results in the file =3Dupdate.cache.R=3D in a link to the file =3DprodMixStands.org=3D and not =3D./../prodMixstands.org=3D: ,---- | ## [[file:prodMixStands.org::*Begin][Begin:1]] `---- This is particularly bad when using ess and developer mode to develop a package. Cheers, Rainer =2D-=20 Rainer M. Krug email: Rainerkrugsde PGP: 0x0F52F982 --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.22 (Darwin) iQEcBAEBAgAGBQJUNTpMAAoJENvXNx4PUvmC5pwH/3MZUyqukAeialjfEAKx1WqZ 8/GBrGtvZ0/Ys0yv4+ny+mpVB/L11sodilcQRHZ3wcDRhsIWzu6Q0o8uKIdVnDZf y01whBg5eM5Mhgf58GNTBdihZd+4G6QiWWNrj/gkYQ/eDeKOaB/Uh0pEtuGcySB3 SoVCPQB1yy/Kf5miALfnAUsYgm6GUP660JxZQZJn/7pGTsy5Cg+hvXyeCsHjly4E nE6n4TQG2ztzY+SEjzhDPTJ4YNmV8ey/pPadvcuQNdh4k3bn20ufNe8cBCVFIwhE vsdD7l4KnGtE3X+WLoWHwEiPpFDb8DQcR59hKdwb9/q009Ts9hhkfLAqeSUYE44= =2bk/ -----END PGP SIGNATURE----- --=-=-=--