emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Bastien <bzg@gnu.org>
To: Sebastian Wiesner <lunaryorn@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: HTML export and info: links
Date: Sun, 30 Jun 2013 22:58:36 +0200	[thread overview]
Message-ID: <87bo6nrzsh.fsf@bzg.ath.cx> (raw)
In-Reply-To: <CALf2awTBQBXKaW-aToHR03vOBv93RTSZF5P-4txH5zQ8ect97w@mail.gmail.com> (Sebastian Wiesner's message of "Sat, 29 Jun 2013 01:04:58 +0200")

Hi Sebastian,

Sebastian Wiesner <lunaryorn@gmail.com> 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

  reply	other threads:[~2013-06-30 22:37 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-28 23:04 HTML export and info: links Sebastian Wiesner
2013-06-30 20:58 ` Bastien [this message]
2013-07-02 15:45   ` Sebastian Wiesner
2013-07-03  8:05     ` Bastien
2013-07-03  8:31       ` Sebastian Wiesner
2013-07-03  9:42         ` Bastien
2013-07-03 10:04           ` Sebastian Wiesner
2013-07-03 10:21             ` Bastien
2013-07-03 15:57               ` Sebastian Wiesner
2013-07-03 16:37                 ` Bastien
2013-07-03 16:42                   ` Sebastian Wiesner
2013-07-03 16:43                     ` Bastien
2013-07-03 17:00                       ` Sebastian Wiesner
2013-07-03 17:05                         ` Bastien
2013-07-03 17:09                           ` Sebastian Wiesner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87bo6nrzsh.fsf@bzg.ath.cx \
    --to=bzg@gnu.org \
    --cc=emacs-orgmode@gnu.org \
    --cc=lunaryorn@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).