From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sharon Kimble Subject: Re: Table in org-mode not to be exported to latex Date: Wed, 17 May 2017 19:46:13 +0100 Message-ID: <87zieb9v9m.fsf@skimble.plus.com> References: <33f8af2df09e4c8bb9cdd33b768fdb36@HE1PR01MB1898.eurprd01.prod.exchangelabs.com> <87d1b7wp63.fsf@t3610> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37136) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dB3xa-0001d2-7S for emacs-orgmode@gnu.org; Wed, 17 May 2017 14:46:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dB3xX-0007cv-5F for emacs-orgmode@gnu.org; Wed, 17 May 2017 14:46:10 -0400 Received: from avasout07.plus.net ([84.93.230.235]:52860) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dB3xW-0007cX-U7 for emacs-orgmode@gnu.org; Wed, 17 May 2017 14:46:07 -0400 In-Reply-To: <87d1b7wp63.fsf@t3610> (Eric S. Fraga's message of "Wed, 17 May 2017 15:09:24 +0100") 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: emacs-orgmode@gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Eric S Fraga writes: > On Wednesday, 17 May 2017 at 12:06, 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? > > I tend to "hide" things like this (data tables, source codes) that I do > not want exported within an inline task with :noexport: tag. Useful for > having the data/code close to where it might be used without having to > work around the hierarchical structure of org headings. Thanks for this Eric. Unfortunately, with this as my table block =2D-8<---------------cut here---------------start------------->8--- #+BEGIN_SRC org :noexport: | 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 =2D-8<---------------cut here---------------end--------------->8--- Its failing but showing this in my latex output - =2D-8<---------------cut here---------------start------------->8--- \lstset{language=3Dorg,label=3D ,caption=3D ,captionpos=3Db,numbers=3Dnone} \begin{lstlisting} | 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{lstlisting} =2D-8<---------------cut here---------------end--------------->8--- Sorry, but could this be related to me not defining any tables in my preamble? Thanks Sharon. =2D-=20 A taste of linux =3D http://www.sharons.org.uk TGmeds =3D http://www.tgmeds.org.uk DrugFacts =3D https://www.drugfacts.org.uk=20=20 Debian 8.8, fluxbox 1.3.5-2, emacs 25.1.1.1, org-mode 9.0.7 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCgAGBQJZHJp1AAoJEDaBgBkK+INb8uQQAKiywjaG4yWHo2gZbxl721hf hPvfgb7SZesfr4GdIv7djvAYIu0JotL2HLLiSF1zqic3QuEFielxlMw9rigtYeFY BSGaZTEfrVLfWcmUL8nD5xL88LCOruxuIYrrf6XBM9l17PgOefLaWkNkVBass7hN QOCqXB3SrID4ZYx1TqUh9xFAjw49aA0VyJJrOlErovoA37Mxq46QyPl7dOXz3OVz Koyp+PQ4ZVHrR0QmSeDczakzgGtO3f+up/NLeFM4FRs7CuxzARNP5VYllXytUPMq X4eMBbvIRTn/6LigXo3tjng7AJzFy0BJuJr49mOUG7ggVDHsf7QeVp+s5R8EPhpI tazO6z5/uDWhUwdGsu37WwuZ807jXzfylcTV6ubfyBa0k4BwhHFlTmn8ejucsERt 8vhHcNQ2FkSJR9ut6XI7cQqKUWHbbsS8mM00AC/j8fSIy93h5U0vH8NY3o1vjrjx Y46gnU5bQJkvrvYeSaQmCTYQyRhMhLFSXwBEYEtF2wfGxhSnRUS1AbbM1gYvuWUf e5V+LzLC7qwZ4HTbC2Gt2p7UpYHLOqoWvGeNC31jvSFAIznm0cZlV3v9QxG7zFLh Hkl23XnizQABEtGpaDjrXjNM349+DORyKwxl7khYjyY2rqSWnYh7WcuT1wWHafCS vJ0XP6VoyOPvTRGNn1kZ =2hBM -----END PGP SIGNATURE----- --=-=-=--