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: Sebastian Rose
Subject: Re: [Orgmode] :link-up, :link-home
Date: Mon, 06 Jul 2009 13:58:09 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

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.

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]