emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Table in org-mode not to be exported to latex


From: Thomas S. Dye
Subject: Re: [O] Table in org-mode not to be exported to latex
Date: Wed, 17 May 2017 08:46:15 -1000
User-agent: mu4e 0.9.17; emacs 25.1.1

Aloha Sharon,

Sharon Kimble writes:

> Kaushal Modi <address@hidden> writes:
>
>> On Wed, May 17, 2017, 8:07 AM Sharon Kimble <address@hidden> wrote:
>>
>>     --8<---------------cut here---------------start------------->8---
>>     #+BEGIN_SRC :exports no
>>     |
>>
>> I think that you are just missing out the language specifier there. Try:
>>
>> #+BEGIN_SRC org :exports no
>
> Unfortunately, with this as my block of table
>
> --8<---------------cut here---------------start------------->8---
> #+BEGIN_SRC org :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---
>
> It fails to build the pdf saying -
>
> --8<---------------cut here---------------start------------->8---
> \lstset{language=org,label= ,caption= ,captionpos=b,numbers=none}
> \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}
> --8<---------------cut here---------------end--------------->8---
>
> Sorry.
>
> Could this be related to the fact that I haven't stated in my preamble
> that I was using tables?

Will :exports none suppress export?

All the best,
Tom

--
Thomas S. Dye
http://www.tsdye.com



reply via email to

[Prev in Thread] Current Thread [Next in Thread]