From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike McLean Subject: Re: Help with WORG Style Exports Date: Mon, 23 May 2011 12:10:32 -0400 Message-ID: <4DDA86F8.8010903@pobox.com> References: <4DDA7B97.1040408@pobox.com> Reply-To: mike.mclean@pobox.com Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:57715) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOXiH-0002qK-If for emacs-orgmode@gnu.org; Mon, 23 May 2011 12:10:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QOXiG-0001U9-NI for emacs-orgmode@gnu.org; Mon, 23 May 2011 12:10:37 -0400 Received: from b-pb-sasl-quonix.pobox.com ([208.72.237.35]:50471 helo=smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOXiG-0001U4-Ki for emacs-orgmode@gnu.org; Mon, 23 May 2011 12:10:36 -0400 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: emacs-orgmode@gnu.org On 5/23/11 11:48 AM, Puneeth Chaganti wrote: > 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. > Talk about me over-thinking. I was so convinced that this was some AJAX stuff related to the includes of prototype and scriptalicious in Worg that I completely overlooked the CSS-only solution. Thanks!