emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Links to Info manuals in exported HTML/LaTeX
@ 2015-08-27  8:19 Marcin Borkowski
  2015-08-28  2:10 ` Richard Y. Kim
  2015-08-28  8:41 ` Suvayu Ali
  0 siblings, 2 replies; 3+ messages in thread
From: Marcin Borkowski @ 2015-08-27  8:19 UTC (permalink / raw)
  To: Org-Mode mailing list

Hi all,

it seems that links to Info manuals are broken in HTML and LaTeX export
(and possibly in other backends, too).

Would it make sense to make them work, i.e., link to the official web
versions, at least for standard Info manuals, like Emacs manual, Elisp
reference or Org manual?

Best,

-- 
Marcin Borkowski
http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski
Faculty of Mathematics and Computer Science
Adam Mickiewicz University

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Links to Info manuals in exported HTML/LaTeX
  2015-08-27  8:19 Links to Info manuals in exported HTML/LaTeX Marcin Borkowski
@ 2015-08-28  2:10 ` Richard Y. Kim
  2015-08-28  8:41 ` Suvayu Ali
  1 sibling, 0 replies; 3+ messages in thread
From: Richard Y. Kim @ 2015-08-28  2:10 UTC (permalink / raw)
  To: Marcin Borkowski; +Cc: Org-Mode mailing list

Marcin Borkowski <mbork@mbork.pl> writes:

> Hi all,
>
> it seems that links to Info manuals are broken in HTML and LaTeX export
> (and possibly in other backends, too).
>
> Would it make sense to make them work, i.e., link to the official web
> versions, at least for standard Info manuals, like Emacs manual, Elisp
> reference or Org manual?

It is not broken for my use case.  I like the fact that 

    [[info:emacs#Top][Emacs Manual]]

is turned into

    <a href="emacs.html#Top">Emacs Manual</a>

because I generated emacs.html, elisp.html, org.html, etc. all in
my ~/public_html/ or sub-directories.  Hence 
<a href="emacs.html#Top">Emacs Manual</a>
works fine for my use case.  It is a lot faster to access GNU manuals
when they are all on local host.

Should the current behavior be the default?  Perhaps not.  I believe
makeinfo and/or texi2html generates html links pointing to the official
pages at gnu.org.  This could be the default behavior, but I hope not
the *only* behavior.  If current export code is to be changed, I would
like to see user selectable option so that I can choose to use the
current behavior.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Links to Info manuals in exported HTML/LaTeX
  2015-08-27  8:19 Links to Info manuals in exported HTML/LaTeX Marcin Borkowski
  2015-08-28  2:10 ` Richard Y. Kim
@ 2015-08-28  8:41 ` Suvayu Ali
  1 sibling, 0 replies; 3+ messages in thread
From: Suvayu Ali @ 2015-08-28  8:41 UTC (permalink / raw)
  To: emacs-orgmode

On Thu, Aug 27, 2015 at 10:19:40AM +0200, Marcin Borkowski wrote:
> Hi all,
> 
> it seems that links to Info manuals are broken in HTML and LaTeX export
> (and possibly in other backends, too).
> 
> Would it make sense to make them work, i.e., link to the official web
> versions, at least for standard Info manuals, like Emacs manual, Elisp
> reference or Org manual?

You could probably use filters (org-export-filter-link-functions) to
point them where you want them.

-- 
Suvayu

Open source is the future. It sets us free.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-08-28  8:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-27  8:19 Links to Info manuals in exported HTML/LaTeX Marcin Borkowski
2015-08-28  2:10 ` Richard Y. Kim
2015-08-28  8:41 ` Suvayu Ali

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).