From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: export latex and column view Date: Fri, 9 Jan 2009 14:02:07 +0100 Message-ID: <08C19C59-F13C-4521-B10B-9EDBDBEF18F8@uva.nl> References: Mime-Version: 1.0 (Apple Message framework v929.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LLH09-00055B-21 for emacs-orgmode@gnu.org; Fri, 09 Jan 2009 08:02:13 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LLH08-00054k-8B for emacs-orgmode@gnu.org; Fri, 09 Jan 2009 08:02:12 -0500 Received: from [199.232.76.173] (port=57580 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LLH07-00054Z-T6 for emacs-orgmode@gnu.org; Fri, 09 Jan 2009 08:02:12 -0500 Received: from ug-out-1314.google.com ([66.249.92.168]:34699) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LLH07-0005xL-8J for emacs-orgmode@gnu.org; Fri, 09 Jan 2009 08:02:11 -0500 Received: by ug-out-1314.google.com with SMTP id 36so43178uga.17 for ; Fri, 09 Jan 2009 05:02:10 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: francois Cc: emacs-orgmode@gnu.org 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. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode