From mboxrd@z Thu Jan 1 00:00:00 1970 From: Puneeth Chaganti Subject: Re: Help with WORG Style Exports Date: Mon, 23 May 2011 21:18:43 +0530 Message-ID: References: <4DDA7B97.1040408@pobox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:43604) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOXNR-0002Ly-AW for emacs-orgmode@gnu.org; Mon, 23 May 2011 11:49:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QOXNQ-0006FI-CC for emacs-orgmode@gnu.org; Mon, 23 May 2011 11:49:05 -0400 Received: from mail-vw0-f41.google.com ([209.85.212.41]:53198) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOXNQ-0006F8-9n for emacs-orgmode@gnu.org; Mon, 23 May 2011 11:49:04 -0400 Received: by vws4 with SMTP id 4so5387118vws.0 for ; Mon, 23 May 2011 08:49:03 -0700 (PDT) In-Reply-To: <4DDA7B97.1040408@pobox.com> 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: mike.mclean@pobox.com Cc: emacs-orgmode@gnu.org On Mon, May 23, 2011 at 8:51 PM, Mike McLean wrote: > Hello > > I trying to cull the upper right corner of the webpage hover menu from > WORG pages for my use in org-mode files I export to HTML. I have had no > luck with either Google nor reading the various export options and > publishing setup from Worg in figuring out what the key components are > and how to get them into my setup. - Look at the #+STYLE export option for information on how to insert a CSS style sheet in your export. - Look at the table-of-contents related CSS from Worg site, and include that in your own CSS file. HTH, Puneeth