emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* export latex and column view
@ 2008-12-22 16:20 francois
  2009-01-09 13:02 ` Carsten Dominik
  0 siblings, 1 reply; 2+ messages in thread
From: francois @ 2008-12-22 16:20 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-01-09 13:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-22 16:20 export latex and column view francois
2009-01-09 13:02 ` Carsten Dominik

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).