From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Randby Subject: Re: Tuning the layout of published html Date: Tue, 19 Jul 2016 11:49:56 -0400 Message-ID: <81b486fe-d5d6-65e5-413f-cf61a9ef7bf4@gmail.com> References: <87poq9dbax.fsf@iki.fi> <87bn1td7pl.fsf@iki.fi> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57458) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPXHZ-0000vs-G8 for emacs-orgmode@gnu.org; Tue, 19 Jul 2016 11:50:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bPXHU-00021T-Ch for emacs-orgmode@gnu.org; Tue, 19 Jul 2016 11:50:04 -0400 Received: from mail-it0-x22d.google.com ([2607:f8b0:4001:c0b::22d]:38731) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPXHU-00021P-7E for emacs-orgmode@gnu.org; Tue, 19 Jul 2016 11:50:00 -0400 Received: by mail-it0-x22d.google.com with SMTP id j124so23986231ith.1 for ; Tue, 19 Jul 2016 08:50:00 -0700 (PDT) Received: from [192.168.1.110] (cpe-65-185-74-118.neo.res.rr.com. [65.185.74.118]) by smtp.gmail.com with ESMTPSA id v11sm11072241iod.43.2016.07.19.08.49.57 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 19 Jul 2016 08:49:58 -0700 (PDT) In-Reply-To: <87bn1td7pl.fsf@iki.fi> 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 On 07/19/2016 10:27 AM, Jarmo Hurri wrote: > > This is where I don't know what exactly is going to happen. Org writes > quite a bit of CSS in each exported HTML file. If I add in, say, a > vertical navigation bar, how am I going to control its placement with > respect to everything else that is already in the CSS? > > I can start my trial and error -period... If you put the following line in your Org file, then the exported HTML will use only your CSS. #+HTML_HEAD: Scott