From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: HTML export and info: links Date: Sun, 30 Jun 2013 22:58:36 +0200 Message-ID: <87bo6nrzsh.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52946) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UtQF5-0001Dc-5D for emacs-orgmode@gnu.org; Sun, 30 Jun 2013 18:37:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UtQF3-0006Zb-Eo for emacs-orgmode@gnu.org; Sun, 30 Jun 2013 18:37:11 -0400 Received: from mail-wg0-x22b.google.com ([2a00:1450:400c:c00::22b]:55093) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UtQF3-0006ZO-8m for emacs-orgmode@gnu.org; Sun, 30 Jun 2013 18:37:09 -0400 Received: by mail-wg0-f43.google.com with SMTP id z11so3194324wgg.10 for ; Sun, 30 Jun 2013 15:37:08 -0700 (PDT) In-Reply-To: (Sebastian Wiesner's message of "Sat, 29 Jun 2013 01:04:58 +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: Sebastian Wiesner Cc: emacs-orgmode@gnu.org Hi Sebastian, Sebastian Wiesner writes: > how can I customize "info:" links in HTML output? Look at org-info.el in the source code. You can extend (org-add-link-type "info" 'org-info-open) into (org-add-link-type "info" 'org-info-open org-info-export) and write a new `org-info-export' that will take care of exporting info links correctly in the backends you decide. See `org-bbdb-export' or `org-docview-export' for examples of such functions -- if you write `org-info-export', we might be interested in integrating it into Org! Thanks, -- Bastien