From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Rockefeller, Harry" Subject: FAQ or manual suggestion: customizing HTML export Date: Thu, 7 Nov 2013 12:00:32 -0500 Message-ID: <3185EFAF9C8F7B4E9DBDF56829BF7C782A5D4991ED@srv060ex01.ssd.fsi.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55621) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VeSw5-00023Y-9D for emacs-orgmode@gnu.org; Thu, 07 Nov 2013 12:00:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VeSvz-0008My-66 for emacs-orgmode@gnu.org; Thu, 07 Nov 2013 12:00:01 -0500 Received: from exprod5og102.obsmtp.com ([64.18.0.143]:47187) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VeSvy-0008Mp-TR for emacs-orgmode@gnu.org; Thu, 07 Nov 2013 11:59:55 -0500 Received: from xht-lga.flightsafety.com (unknown [192.168.31.182]) by mailgw06.flightsafety.com (Postfix) with ESMTP id 262AC4E00E1 for ; Thu, 7 Nov 2013 11:59:53 -0500 (EST) Content-Language: en-US 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" NOTE: This is not an information request. I searched google, orgmode.org FAQ, org manual, and ran a search on this ma= iling list but could not find this useful information. Since it took me a few days to figure it out, I thought it might be worth documenting somewhere. I wanted to customize HTML export. 1) to reduce the amount of empty space in org tables, and to put lines arou= nd all cells since white space was now minimal, I finally found adding this gets the job done: #+ATTR_HTML: :options border=3D"2" rules=3D"all" frame=3D"border" cellpaddi= ng=3D"0" cellspacing=3D"0" 2) to change the color of the title on a per-org-file basis I found this wo= rks: #+HTML: If I want to change the color of the title for all org files then adding th= is to my ~/.emacs file worked: (setq org-export-html-style-extra "") OK go ahead and flame me if stuff like this is 'hidden' in plain sight.