emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] :link-up, :link-home


From: Carsten Dominik
Subject: Re: [Orgmode] :link-up, :link-home
Date: Mon, 6 Jul 2009 13:56:23 +0200


On Jul 6, 2009, at 1:58 PM, Sebastian Rose wrote:

Carsten Dominik <address@hidden> writes:
Hi Kyle,

currently :link-up and :link-home only show up when you use
org-info.js Javascript to display the file.

I would even say this is a bug.  Any proposals on how these
links should be included in "normal" HTML output? Sebastian,
I am of course looking at you here :-)


This is hard to tell. I'd place them somewhere above the title or to the
very right next to the title.

But then again, we'd need an option to exclude those links for people
that use a menu anyway.

We could only insert this part if the links are defined,
and org-info could swallow this part....?

- Carsten


Things like this make me think of the old idea we've been talking about
from time to time:

 Have a somewhat template based export (doesn't generic export work a
 little bit like that?) and just transform everything to HTML ( `&' =>
 `&amp;', export blocks, resolve internal links...).



Simple solution (links above title in this case):

<div style="text-align:right;font-size:70%;white-space:nowrap;">
 <a accesskey="h" href="./link_up.html"> UP </a>
 |
 <a accesskey="H" href="../link_home.html"> HOME </a>
</div>
<h1 id="title"> THE TITLE </h1>



What do the others think?



 Sebastian





reply via email to

[Prev in Thread] Current Thread [Next in Thread]