From mboxrd@z Thu Jan 1 00:00:00 1970 From: psycho_punch Subject: Creating project-wide navigation, org links in HTML preamble Date: Sun, 15 Jun 2014 02:55:37 +0800 Message-ID: Reply-To: psychopunch.me@gmail.com Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e0111be16efec5c04fbd056a0 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42580) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wvt76-0006PT-Dc for emacs-orgmode@gnu.org; Sat, 14 Jun 2014 14:55:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wvt75-00043U-26 for emacs-orgmode@gnu.org; Sat, 14 Jun 2014 14:55:40 -0400 Received: from mail-ig0-x235.google.com ([2607:f8b0:4001:c05::235]:53864) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wvt74-00043K-Qu for emacs-orgmode@gnu.org; Sat, 14 Jun 2014 14:55:38 -0400 Received: by mail-ig0-f181.google.com with SMTP id h3so1608844igd.2 for ; Sat, 14 Jun 2014 11:55:37 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --089e0111be16efec5c04fbd056a0 Content-Type: text/plain; charset=UTF-8 I'm trying to find a way to dynamically create navigation links on my notes published as HTML pages. I've seen the TOC on the official org manual, which is something I'd also be fine with, but I'm not sure how to create such project-wide TOC. At the moment, I'm looking for a way to add navigation links in my HTML preamble but it only accepts HTML. Something like, [[file:~/Documents/org-project/home.org][Home]] | [[file:~/Documents/org-project/science/index.org][Science]] | [[file:~/Documents/org-project/philosophy/index.org][Philosophy]] What I really want is for my notes to be able to provide navigation to anywhere in my project. Notes should be aware of what directory they are in, and provide links to home, and to other directories. As much as possible I want it to be automatically inserted upon publishing as I want the notes to remain as simple org notes as I can make them to be. Is there a relatively simple way to achieve this? --089e0111be16efec5c04fbd056a0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I'm trying to find a way to dynamically create navigat= ion links on my notes published as HTML pages. I've seen the TOC on the= official org manual, which is something I'd also be fine with, but I&#= 39;m not sure how to create such project-wide TOC. At the moment, I'm l= ooking for a way to add navigation links in my HTML preamble but it only ac= cepts HTML. Something like,

[[file:~/Documents/org-project/home.org= ][Home]] | [[file:~/Documents/org-project/science/index.org][Science]] | [[file:~/Documents/org-project/philosophy/index.org][Philosophy]]

What I really want is for my notes to be able to provide navigation to = anywhere in my project. Notes should be aware of what directory they are in= , and provide links to home, and to other directories. As much as possible = I want it to be automatically inserted upon publishing as I want the notes = to remain as simple org notes as I can make them to be.

Is there a relatively simple way to achieve this?
--089e0111be16efec5c04fbd056a0--