From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: Table in org-mode not to be exported to latex Date: Wed, 17 May 2017 13:53:00 -0500 Message-ID: References: <874lwjit7a.fsf@skimble.plus.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38498) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dB44E-000598-Ot for emacs-orgmode@gnu.org; Wed, 17 May 2017 14:53:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dB44D-0001pk-Oh for emacs-orgmode@gnu.org; Wed, 17 May 2017 14:53:02 -0400 Received: from mail-io0-x234.google.com ([2607:f8b0:4001:c06::234]:32881) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dB44D-0001oX-Jw for emacs-orgmode@gnu.org; Wed, 17 May 2017 14:53:01 -0400 Received: by mail-io0-x234.google.com with SMTP id p24so15256073ioi.0 for ; Wed, 17 May 2017 11:53:01 -0700 (PDT) In-Reply-To: <874lwjit7a.fsf@skimble.plus.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" To: Sharon Kimble Cc: org-mode-email On Wed, May 17, 2017 at 7:06 AM, Sharon Kimble wrote: > > How can I have an org-mode table in an org-mode document that is > exported to latex, but the table is *NOT* exported, please? > > This is the table that I'm using - [snip] This works for me. Duplicates what others have said, so I think something is goofed on your end or you're not combining all of the answers? ### begin org ### * heading #+begin_src org :exports none | date | change | version | |------------+--------------------------+---------| | 2016/11/18 | initial draft | 1.0 | | 2017/05/04 | put in models of grief | 1.5 | | 2017/05/16 | removed creative commons | 1.6 | #+end_src ### end org ### That results in (C-e l L, as I don't actually have texlive on this system): ### begin latex ### \begin{document} \tableofcontents \section{heading} \label{sec:orge9ebafa} \end{document} ### end latex ### You're sure you have org for the src type *and* none for results? My suspicion is the cause as no vs. none: - http://orgmode.org/manual/Exporting-code-blocks.html John > > Any ideas please? > > Thanks > Sharon. > -- > A taste of linux = http://www.sharons.org.uk > TGmeds = http://www.tgmeds.org.uk > DrugFacts = https://www.drugfacts.org.uk > Debian 8.8, fluxbox 1.3.5-2, emacs 25.1.1.1, org-mode 9.0.7