From mboxrd@z Thu Jan 1 00:00:00 1970 From: Saptarshi Guha Subject: Prevent titles from appearing in export to html Date: Tue, 10 Nov 2009 13:19:49 -0500 Message-ID: <1e7471d50911101019m9923436w44c67639b7485fd5@mail.gmail.com> Reply-To: sguha@purdue.edu Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N7vKC-0000Q6-Fz for emacs-orgmode@gnu.org; Tue, 10 Nov 2009 13:20:16 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N7vK7-0000Pc-1t for emacs-orgmode@gnu.org; Tue, 10 Nov 2009 13:20:15 -0500 Received: from [199.232.76.173] (port=45763 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N7vK6-0000PZ-Se for emacs-orgmode@gnu.org; Tue, 10 Nov 2009 13:20:10 -0500 Received: from mail-fx0-f225.google.com ([209.85.220.225]:34426) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N7vK6-0007S8-JB for emacs-orgmode@gnu.org; Tue, 10 Nov 2009 13:20:10 -0500 Received: by fxm25 with SMTP id 25so313743fxm.26 for ; Tue, 10 Nov 2009 10:20:09 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hello, I primarily use org-mode for filling in content for my website(though I plan on using it for much more). I would like the tag to not be created in the html export. Is there a way to do this? I tried writing (in my css) title { height:0; overflow:invisible; } but that doesn't work. Any ideas? Much thanks Saptarshi