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




_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to