From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?SsOpcsOpbWllIEp1c3Rl?= Subject: Re: Table in org-mode not to be exported to latex Date: Wed, 17 May 2017 14:14:16 +0200 Message-ID: References: <874lwjit7a.fsf@skimble.plus.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="001a114e468459ef30054fb73b91" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58589) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dAxr3-00010G-DX for emacs-orgmode@gnu.org; Wed, 17 May 2017 08:15:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dAxqg-0007DZ-2x for emacs-orgmode@gnu.org; Wed, 17 May 2017 08:15:01 -0400 Received: from mail-yw0-x22d.google.com ([2607:f8b0:4002:c05::22d]:34757) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dAxqf-0007CB-N9 for emacs-orgmode@gnu.org; Wed, 17 May 2017 08:14:37 -0400 Received: by mail-yw0-x22d.google.com with SMTP id l14so4721946ywk.1 for ; Wed, 17 May 2017 05:14:37 -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 --001a114e468459ef30054fb73b91 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hello, maybe something like #+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 Best wishes, Jeremie On Wed, May 17, 2017 at 2:06 PM, 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 - > > --8<---------------cut here---------------start------------->8--- > | 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 | > | | | | > --8<---------------cut here---------------end--------------->8--- > > I've tried putting it in a drawer, but when the document is exported to > latex and the pdf built, it still shows the table. > > I've tried setting it up as below, but it then refuses to build the pdf. > > --8<---------------cut here---------------start------------->8--- > #+BEGIN_SRC :exports no > | 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 > --8<---------------cut here---------------end--------------->8--- > > I've looked at 'The Org Manual' version 9.0.7 but I can't see how to do > it there either. > > Any ideas please? > > Thanks > Sharon. > -- > A taste of linux =3D http://www.sharons.org.uk > TGmeds =3D http://www.tgmeds.org.uk > DrugFacts =3D https://www.drugfacts.org.uk > Debian 8.8, fluxbox 1.3.5-2, emacs 25.1.1.1, org-mode 9.0.7 > --=20 J=C3=A9r=C3=A9mie Juste --001a114e468459ef30054fb73b91 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello,

maybe something like
#+BEGIN_SRC org :exports none
| date=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 | change=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 | version |
|----------= --+--------------------------+---------|
| 2016/11/18 | initial draft=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2= =A0=C2=A0=C2=A0 1.0 |
| 2017/05/04 | put in models of grief=C2=A0=C2=A0 = |=C2=A0=C2=A0=C2=A0=C2=A0 1.5 |
| 2017/05/16 | removed creative commons = |=C2=A0=C2=A0=C2=A0=C2=A0 1.6 |
|=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 |
#+END_SRC

Best wishes,

Jeremie

On Wed, May 17= , 2017 at 2:06 PM, Sharon Kimble <boudiccas@skimble.plus.com&= gt; 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 -

--8<---------------cut here---------------start------------->8--= -
| date=C2=A0 =C2=A0 =C2=A0 =C2=A0| change=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0| version |
|------------+--------------------------+---------|
| 2016/11/18 | initial draft=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 |=C2= =A0 =C2=A0 =C2=A01.0 |
| 2017/05/04 | put in models of grief=C2=A0 =C2=A0|=C2=A0 =C2=A0 =C2=A01.5 = |
| 2017/05/16 | removed creative commons |=C2=A0 =C2=A0 =C2=A01.6 |
|=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 |=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 |=C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0|
--8<---------------cut here---------------end--------------->8--= -

I've tried putting it in a drawer, but when the document is exported to=
latex and the pdf built, it still shows the table.

I've tried setting it up as below, but it then refuses to build the pdf= .

--8<---------------cut here---------------start------------->8--= -
#+BEGIN_SRC :exports no
| date=C2=A0 =C2=A0 =C2=A0 =C2=A0| change=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0| version |
|------------+--------------------------+---------|
| 2016/11/18 | initial draft=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 |=C2= =A0 =C2=A0 =C2=A01.0 |
| 2017/05/04 | put in models of grief=C2=A0 =C2=A0|=C2=A0 =C2=A0 =C2=A01.5 = |
| 2017/05/16 | removed creative commons |=C2=A0 =C2=A0 =C2=A01.6 |
|=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 |=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 |=C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0|
#+END_SRC
--8<---------------cut here---------------end--------------->8--= -

I've looked at 'The Org Manual' version 9.0.7 but I can't s= ee how to do
it there either.

Any ideas please?

Thanks
Sharon.
--
A taste of linux =3D http://www.sharons.org.uk
TGmeds =3D http://www.tgmeds.org.uk
DrugFacts =3D https://www.drugfacts.org.uk
Debian 8.8, fluxbox 1.3.5-2, emacs 25.1.1.1, org-mode 9.0.7



--
J=C3=A9r=C3=A9mie = Juste
--001a114e468459ef30054fb73b91--