From mboxrd@z Thu Jan 1 00:00:00 1970 From: presnell@member.fsf.org Subject: Re: Long table with NAME but no CAPTION Date: Wed, 19 Nov 2014 13:11:26 -0500 Message-ID: <878uj71241.fsf@ufl.edu> References: <87wq6zkqj4.fsf@ufl.edu> <87fvdgfbar.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42576) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xr9uT-0003OO-Eq for emacs-orgmode@gnu.org; Wed, 19 Nov 2014 13:23:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xr9uN-0000WY-Dy for emacs-orgmode@gnu.org; Wed, 19 Nov 2014 13:23:21 -0500 Received: from smtp-prod03.osg.ufl.edu ([128.227.74.219]:60642 helo=smtp.ufl.edu) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xr9uN-0000VX-8P for emacs-orgmode@gnu.org; Wed, 19 Nov 2014 13:23:15 -0500 In-reply-to: <87fvdgfbar.fsf@nicolasgoaziou.fr> 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: Nicolas Goaziou Cc: presnell@member.fsf.org, emacs-orgmode@gnu.org Nicolas Goaziou writes: > You can use a table filter to remove \label and \\ from longtables. See > (info "(org) Advanced configuration") Thanks. Just to be clear, you are suggesting a filter that would remove \label and \\ from longtables that have no caption, but that would leave them in for longtables that do have a caption. Is that right?