emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] export latex and column view


From: francois
Subject: [Orgmode] export latex and column view
Date: Mon, 22 Dec 2008 16:20:15 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Hello,

I get an error when I compile, with pdflatex, the latex generated from a buffer
having columnview. 

Here is my org file:

[myfile.org]
* overview
#+BEGIN: columnview :hlines 1 :id "my-data"
| ITEM      | TODO | PRIORITY | TAGS |
|-----------+------+----------+------|
| * my data |      |          |      |
| ** task a |      |          |      |
| ** task b |      |          |      |
#+END:


* my data
 :PROPERTIES:
 :ID: my-data
 :END:
** task a
** task b

Extract from the generated tex

[myfile.tex]
\begin{center}
\begin{tabular}{llll}
 ITEM              &  TODO  &  PRIORITY  &  TAGS  \\
\hline
 * my data         &        &            &        \\
 \textbf{* task a  &        &            &        \\
 *} task b         &        &            &        \\
\end{tabular}
\end{center}

Error is the missing bracket for \textbf{

My org version is 6.16a






reply via email to

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