On 26/03/12 23:53, Matt Price wrote:
Hi,I want to include a link like this in a document intended only for html output: [[/][Front Page]] I've also tried [[http:/][Front Page]] Neither produces the result I want, which is <a href="/">Front Page</a> Is there any way to get the latter result? Thanks, matt
#+BEGIN_HTML <a href="/">Front Page</a> #+END_HTML However, they may be other ways of doing it. Ian.