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: Sharon Kimble
Subject: Re: [O] Table in org-mode not to be exported to latex
Date: Wed, 17 May 2017 19:40:05 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

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?

Sharon.

>
> --
>
> Kaushal Modi
>

-- 
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

Attachment: signature.asc
Description: PGP signature


reply via email to

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