From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Testing: org-export-e-html Date: Thu, 31 May 2012 14:08:00 +0200 Message-ID: <87y5o8365b.fsf@gmail.com> References: <87396i3p1w.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41589) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sa4De-0004qK-0o for emacs-orgmode@gnu.org; Thu, 31 May 2012 08:11:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sa4DV-0002dJ-JX for emacs-orgmode@gnu.org; Thu, 31 May 2012 08:11:09 -0400 Received: from mail-wi0-f177.google.com ([209.85.212.177]:36978) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sa4DV-0002bZ-Ai for emacs-orgmode@gnu.org; Thu, 31 May 2012 08:11:01 -0400 Received: by wibhm14 with SMTP id hm14so623721wib.12 for ; Thu, 31 May 2012 05:10:57 -0700 (PDT) In-Reply-To: (William Crandall's message of "Wed, 30 May 2012 16:53:05 -0700") 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: William Crandall Cc: emacs-orgmode@gnu.org, Jambunathan K Hello, William Crandall writes: > Thanks for clarifying link syntax. > I think I'm more than half way there! > > I can now create targets/destinations: > > This: > ** <>BC Crandall > > becomes: >

BC Crandall

> > As expected. > > > But creating a link TO that "id" target eludes me. > > This: > [[#crandall][BC Crandall]] > > becomes: > BC Crandall > > Was expecting: > BC Crandall Again, "#crandall" syntax should be used to target an headline with "crandall" as value for its custom-id property. See section 4.2 in the manual. --8<---------------cut here---------------start------------->8--- * BC Crandall :PROPERTIES: :CUSTOM_ID: crandall :END: [[#crandall][Description]] --8<---------------cut here---------------end--------------->8--- If you are linking to a target, simply call its name. --8<---------------cut here---------------start------------->8--- * <>BC Crandall A [[crandall][link]] to headline [[crandall]] --8<---------------cut here---------------end--------------->8--- Notice the difference between the link with or without a description. Regards, -- Nicolas Goaziou