From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: Re: Following references to labelled images Date: Thu, 02 Aug 2012 22:10:33 +0200 Message-ID: <87lihx6ona.fsf@med.uni-goettingen.de> References: <87pq796rds.fsf@med.uni-goettingen.de> <87ipd1cbdl.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50089) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sx1kZ-0000v7-Rc for emacs-orgmode@gnu.org; Thu, 02 Aug 2012 16:12:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sx1kZ-00052m-1C for emacs-orgmode@gnu.org; Thu, 02 Aug 2012 16:12:03 -0400 Received: from plane.gmane.org ([80.91.229.3]:35198) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sx1kY-00052i-QD for emacs-orgmode@gnu.org; Thu, 02 Aug 2012 16:12:02 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Sx1kW-0001Fk-AE for emacs-orgmode@gnu.org; Thu, 02 Aug 2012 22:12:00 +0200 Received: from vpn-2070.gwdg.de ([134.76.2.70]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 02 Aug 2012 22:12:00 +0200 Received: from andreas.leha by vpn-2070.gwdg.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 02 Aug 2012 22:12:00 +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 Hi Nicolas, Nicolas Goaziou writes: > Hello, > > Andreas Leha writes: > >> it seems to be not possible to follow references to images (for >> example) as here: >> >> There is a Figure [[fig_test_C_c_C_o]] >> >> #+caption: Try to get to this figure via C-c C-o on the reference >> #+label: fig_test_C_c_C_o >> [[foo.png]] > > Use NAME instead of LABEL. > As easy as that! Thanks a lot. Regards, Andreas