Carsten Dominik <carsten.domi...@gmail.com> 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.

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


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to