emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] export latex and column view


From: Carsten Dominik
Subject: Re: [Orgmode] export latex and column view
Date: Fri, 9 Jan 2009 14:02:07 +0100

I believe this is fixed now.  Thanks for the report.

- Carsten

On Dec 22, 2008, at 5:20 PM, francois wrote:

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.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode





reply via email to

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