22 Dec 17:19
export latex and column view
From: francois <francois.lagarde <at> gmail.com>
Subject: export latex and column view
Newsgroups: gmane.emacs.orgmode
Date: 2008-12-22 16:20:15 GMT
Subject: export latex and column view
Newsgroups: gmane.emacs.orgmode
Date: 2008-12-22 16:20:15 GMT
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 \\
(Continue reading)
RSS Feed