* how to create next, previous, and up navigation links when exporting to html
@ 2020-08-30 19:56 Christopher W. Ryan
2020-09-01 4:25 ` Kyle Meyer
0 siblings, 1 reply; 3+ messages in thread
From: Christopher W. Ryan @ 2020-08-30 19:56 UTC (permalink / raw)
To: emacs-orgmode
how do I create next, previous, and up navigation links when exporting
to html, like in the org mode manual:
https://orgmode.org/manual/HTML-specific-export-settings.html
Thanks.
--Chris Ryan
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: how to create next, previous, and up navigation links when exporting to html
2020-08-30 19:56 how to create next, previous, and up navigation links when exporting to html Christopher W. Ryan
@ 2020-09-01 4:25 ` Kyle Meyer
2020-09-03 12:29 ` Bastien
0 siblings, 1 reply; 3+ messages in thread
From: Kyle Meyer @ 2020-09-01 4:25 UTC (permalink / raw)
To: Christopher W. Ryan; +Cc: emacs-orgmode
Christopher W. Ryan writes:
> how do I create next, previous, and up navigation links when exporting
> to html, like in the org mode manual:
>
> https://orgmode.org/manual/HTML-specific-export-settings.html
I think that's created in a two-step process: using
org-texinfo-export-to-texinfo to generate a .texi file from
org-manual.org and then feeding that result to makeinfo.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: how to create next, previous, and up navigation links when exporting to html
2020-09-01 4:25 ` Kyle Meyer
@ 2020-09-03 12:29 ` Bastien
0 siblings, 0 replies; 3+ messages in thread
From: Bastien @ 2020-09-03 12:29 UTC (permalink / raw)
To: Kyle Meyer; +Cc: emacs-orgmode, Christopher W. Ryan
Hi Christopher,
Kyle Meyer <kyle@kyleam.com> writes:
> Christopher W. Ryan writes:
>
>> how do I create next, previous, and up navigation links when exporting
>> to html, like in the org mode manual:
>>
>> https://orgmode.org/manual/HTML-specific-export-settings.html
>
> I think that's created in a two-step process: using
> org-texinfo-export-to-texinfo to generate a .texi file from
> org-manual.org and then feeding that result to makeinfo.
Indeed. next, previous and down/up navigation links are from the
makeinfo --html command, when run against the org.texi version.
2 cents,
--
Bastien
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-09-03 12:37 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-30 19:56 how to create next, previous, and up navigation links when exporting to html Christopher W. Ryan
2020-09-01 4:25 ` Kyle Meyer
2020-09-03 12:29 ` Bastien
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).