emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: francois <francois.lagarde@gmail.com>
To: emacs-orgmode@gnu.org
Subject: export latex and column view
Date: Mon, 22 Dec 2008 16:20:15 +0000 (UTC)	[thread overview]
Message-ID: <loom.20081222T161306-47@post.gmane.org> (raw)

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	other threads:[~2008-12-22 16:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-22 16:20 francois [this message]
2009-01-09 13:02 ` export latex and column view Carsten Dominik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=loom.20081222T161306-47@post.gmane.org \
    --to=francois.lagarde@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).