From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: get rid of empty caption on html export? Date: Sat, 18 Aug 2012 21:07:13 +0530 Message-ID: <87sjbkxlcm.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47483) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T2l52-0005X8-6z for emacs-orgmode@gnu.org; Sat, 18 Aug 2012 11:36:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T2l51-0007Zr-A0 for emacs-orgmode@gnu.org; Sat, 18 Aug 2012 11:36:52 -0400 Received: from mail-pz0-f41.google.com ([209.85.210.41]:50074) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T2l51-0007Za-3C for emacs-orgmode@gnu.org; Sat, 18 Aug 2012 11:36:51 -0400 Received: by dadi14 with SMTP id i14so1450018dad.0 for ; Sat, 18 Aug 2012 08:36:49 -0700 (PDT) In-Reply-To: (Matt Price's message of "Fri, 17 Aug 2012 17:21:23 -0400") 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: Matt Price Cc: Org Mode Matt Price writes: > Hi, > > I have asimpl table in an org document which, when i export to HTML, > is for some reason accompanied by an empty tag. My > wordpress theme causes the caption to take up valuable space... is > there any way to surpress the caption tag from being created on > export? If not, maybe osmeone has a css trick that will stop the > caption tag from taking up vertical space on the screen if there's > nothing inside it? I have fixed this in org-e-html.el. Please export with M-x org-export-dispatch RET etc etc > Thanks as always! > matt > > --