From mboxrd@z Thu Jan 1 00:00:00 1970 From: Josiah Schwab Subject: Re: Tuning the layout of published html Date: Tue, 19 Jul 2016 06:48:29 -0700 Message-ID: <87a8hd20ya.fsf@gmail.com> References: <87shv5ycmc.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59947) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPVO2-000368-2W for emacs-orgmode@gnu.org; Tue, 19 Jul 2016 09:48:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bPVNx-0000lA-Vh for emacs-orgmode@gnu.org; Tue, 19 Jul 2016 09:48:37 -0400 Received: from mail-pa0-x230.google.com ([2607:f8b0:400e:c03::230]:36439) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPVNx-0000kg-OR for emacs-orgmode@gnu.org; Tue, 19 Jul 2016 09:48:33 -0400 Received: by mail-pa0-x230.google.com with SMTP id pp5so7280845pac.3 for ; Tue, 19 Jul 2016 06:48:33 -0700 (PDT) In-reply-to: <87shv5ycmc.fsf@ucl.ac.uk> 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" Cc: Jarmo Hurri On 19 July 2016 at 13:35 GMT, Eric S Fraga wrote: > On Tuesday, 19 Jul 2016 at 13:09, Jarmo Hurri wrote: >> 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. > > You are probably looking for cascading style sheets (CSS) for the > HTML. org's HTML export already tags everything of note so you may > be able to achieve what you want with careful style choices. I agree with Eric (and now Christian) that is the way to go. Personally, I have enjoyed using the styles in Fabrice Niessen's org-html-themes, especially https://github.com/fniessen/org-html-themes#readtheorg It already has some similarities to the layout you describe. Hope that helps, Josiah