From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: In HTML export =code= appears too large compared to regular text Date: Sat, 12 Jan 2013 14:41:32 +0100 Message-ID: <8738y68qnn.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:36361) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tu1LE-00021r-G0 for emacs-orgmode@gnu.org; Sat, 12 Jan 2013 08:41:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tu1L5-0006Iw-GN for emacs-orgmode@gnu.org; Sat, 12 Jan 2013 08:41:44 -0500 Received: from mail-wg0-f46.google.com ([74.125.82.46]:59354) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tu1L5-0006Im-8G for emacs-orgmode@gnu.org; Sat, 12 Jan 2013 08:41:35 -0500 Received: by mail-wg0-f46.google.com with SMTP id dr13so1243502wgb.13 for ; Sat, 12 Jan 2013 05:41:34 -0800 (PST) In-Reply-To: (John Corless's message of "Sat, 12 Jan 2013 07:15:51 -0600") 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: John Corless Cc: emacs-orgmode@gnu.org Hi John, John Corless writes: > I am interested in changing the appearance of =code= (or ~verbatim~ > for that matter) in HTML export.  In exporting the previous sentence > with default =C-c C-e b=, the words code and verbatim are much larger > than neighboring text.  Worg pages look much nicer (see examples on > http://orgmode.org/worg/), as do Wiki pages generated on Github with > Gollum (using org-mode as markup, see my simple example at https:// > github.com/jdcorless/research-tools-notes/wiki/Emacs).  I would like > to get the same appearance in my regular HTML exports. You need to customize the CSS for this. You can try this: (setq org-export-html-style "") -- Bastien