From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: How to include an extra css when export html Date: Mon, 2 Jun 2014 14:27:07 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51437) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WrXt0-0000X1-Fz for emacs-orgmode@gnu.org; Mon, 02 Jun 2014 15:27:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WrXsy-0008Lu-Ld for emacs-orgmode@gnu.org; Mon, 02 Jun 2014 15:27:10 -0400 Received: from mail-ob0-x235.google.com ([2607:f8b0:4003:c01::235]:43620) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WrXsy-0008Ld-Fz for emacs-orgmode@gnu.org; Mon, 02 Jun 2014 15:27:08 -0400 Received: by mail-ob0-f181.google.com with SMTP id wm4so5102592obc.12 for ; Mon, 02 Jun 2014 12:27:07 -0700 (PDT) In-Reply-To: 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: loochao maillist Cc: emacs-orgmode Assuming Org >= 8.0, I use this: #+html_head: Stackoverflow from googling "orgmode 8.0 css" - http://stackoverflow.com/questions/16453427/cant-get-emacs-org-mode-to-use-my-css-file And Org-mode manual from googling "orgmode css html" - http://orgmode.org/manual/CSS-support.html Best regards, John On Mon, Jun 2, 2014 at 2:17 PM, loochao maillist wrote: > Dear list, > > I'm trying to include my own css when using org-html-export-as-html. > > I tried to have > > # Local Variables: > # org-export-html-style-extra: " href=\"my-css-path" />" > # End: > > and > #+HTML_INCLUDE_STYLE: my-css-path > > But none of above work, is there any suggestion? > > Thanks, > > Chao