From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Org-mode-publish: link to dedicated target accross files Date: Mon, 30 Dec 2013 10:43:40 +0100 Message-ID: <87lhz2r7w3.fsf@gmail.com> References: <87ppofqyjg.fsf@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]:44502) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VxZNl-000174-47 for emacs-orgmode@gnu.org; Mon, 30 Dec 2013 04:43:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VxZNf-0002ru-EI for emacs-orgmode@gnu.org; Mon, 30 Dec 2013 04:43:33 -0500 Received: from mail-wi0-x236.google.com ([2a00:1450:400c:c05::236]:43807) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VxZNf-0002rp-7D for emacs-orgmode@gnu.org; Mon, 30 Dec 2013 04:43:27 -0500 Received: by mail-wi0-f182.google.com with SMTP id en1so11397668wid.15 for ; Mon, 30 Dec 2013 01:43:26 -0800 (PST) In-Reply-To: (=?utf-8?Q?=22S=C3=A9bastien?= Brisard"'s message of "Sun, 29 Dec 2013 20:17:44 +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: =?utf-8?Q?S=C3=A9bastien?= Brisard Cc: emacs-orgmode@gnu.org Hello, S=C3=A9bastien Brisard writes: > that's what I feared... I know it works with the CUSTOM_ID property. > Unfortunately, I'd like to link to an item in a list. > Is there a (possibly dirty) work around? You may use a custom-id syntax pointing to your target: [[file:./file2.org::#item-target][...]] Though, you will not get item number if you do not provide a description. Regards, --=20 Nicolas Goaziou