From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: intra links and worg Date: Thu, 06 Feb 2014 13:54:36 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40052) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBOTe-0007ww-Bw for emacs-orgmode@gnu.org; Thu, 06 Feb 2014 07:54:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WBOTY-0004tE-9Q for emacs-orgmode@gnu.org; Thu, 06 Feb 2014 07:54:46 -0500 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:33192) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBOTY-0004sx-3k for emacs-orgmode@gnu.org; Thu, 06 Feb 2014 07:54:40 -0500 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 Hello, I'm proof reading the ox-koma-letter tutorial on worg (http://orgmode.org/worg/exporters/koma-letter-export.html) and I notice that links inside the file are not exported as links, but as italics. For instance, --8<---------------cut here---------------start------------->8--- 1. using Org option lines, as show in the [[*A%20simple%20letter%20example][simple letter example]] above, --8<---------------cut here---------------end--------------->8--- is exported as --8<---------------cut here---------------start------------->8---
  • using Org option lines, as show in the simple letter example above,
  • --8<---------------cut here---------------end--------------->8--- Do we need to do something differently for such intra links? Thanks, Alan