From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: References in Org mode Date: Sun, 19 Jan 2014 20:37:02 +0100 Message-ID: <87zjmrzrtt.fsf@gmail.com> References: <20140119191242.7a29a7a5@aga-netbook> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43094) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W4yAo-0003pA-JE for emacs-orgmode@gnu.org; Sun, 19 Jan 2014 14:36:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W4yAi-0004Gr-P1 for emacs-orgmode@gnu.org; Sun, 19 Jan 2014 14:36:46 -0500 Received: from mail-wi0-x229.google.com ([2a00:1450:400c:c05::229]:54841) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W4yAi-0004Gk-I2 for emacs-orgmode@gnu.org; Sun, 19 Jan 2014 14:36:40 -0500 Received: by mail-wi0-f169.google.com with SMTP id e4so3732218wiv.0 for ; Sun, 19 Jan 2014 11:36:39 -0800 (PST) In-Reply-To: <20140119191242.7a29a7a5@aga-netbook> (Marcin Borkowski's message of "Sun, 19 Jan 2014 19:12:42 +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: Marcin Borkowski Cc: Org-mode mailing list Hello, Marcin Borkowski writes: > In LaTeX, I can reference quite a lot of things using the \label/\ref > mechanism. Is there anything like this in Org? Grepping the docs for > "reference" didn't help. > > In particular, I'd like to be able to reference to some item on a > numbered list without hardcoding the number. Is that possible? (Of > course, I accept that the reference might be rendered only after > exporting to LaTeX or HTML, for instance.) This is done with <> and [[foo]] syntax: 1. one item 2. <>another item Here we refer to item [[target]]. For more information, see (info "(org) Internal links"). Regards, -- Nicolas Goaziou