From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jarmo Hurri Subject: Tuning the layout of published html Date: Tue, 19 Jul 2016 16:09:26 +0300 Message-ID: <87poq9dbax.fsf@iki.fi> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46790) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPUmO-0000xO-6M for emacs-orgmode@gnu.org; Tue, 19 Jul 2016 09:09:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bPUmI-0007NT-Ro for emacs-orgmode@gnu.org; Tue, 19 Jul 2016 09:09:43 -0400 Received: from plane.gmane.org ([80.91.229.3]:50610) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPUmI-0007NE-KO for emacs-orgmode@gnu.org; Tue, 19 Jul 2016 09:09:38 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1bPUmH-0007gt-7P for emacs-orgmode@gnu.org; Tue, 19 Jul 2016 15:09:37 +0200 Received: from 82-181-168-52.bb.dnainternet.fi ([82.181.168.52]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 19 Jul 2016 15:09:37 +0200 Received: from jarmo.hurri by 82-181-168-52.bb.dnainternet.fi with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 19 Jul 2016 15:09:37 +0200 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" To: emacs-orgmode@gnu.org Greetings. I am writing teaching material (for programming) using Org. All the material (text, figures, code, program outputs) are written using Org and Babel-supported languages. Publishing to html works just fine. What I would like to do, however, is to add some layout structure to the produced html. More specifically, I would like to add, on all pages, a navigation bar on the left-hand side and a title bar with no functionality on the top of each page. What options do I have to accomplish this? Searches led me to "derived backends," but they sound like an overkill for a task that is this simple. Or? Jarmo