From mboxrd@z Thu Jan 1 00:00:00 1970 From: francois Subject: export latex and column view Date: Mon, 22 Dec 2008 16:20:15 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LEnWE-0000uC-Fh for emacs-orgmode@gnu.org; Mon, 22 Dec 2008 11:20:34 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LEnWC-0000t3-LU for emacs-orgmode@gnu.org; Mon, 22 Dec 2008 11:20:34 -0500 Received: from [199.232.76.173] (port=41210 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LEnWC-0000sq-BY for emacs-orgmode@gnu.org; Mon, 22 Dec 2008 11:20:32 -0500 Received: from main.gmane.org ([80.91.229.2]:43388 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LEnWB-00045N-SC for emacs-orgmode@gnu.org; Mon, 22 Dec 2008 11:20:32 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LEnW4-0008HE-7l for emacs-orgmode@gnu.org; Mon, 22 Dec 2008 16:20:24 +0000 Received: from 194.3.130.173 ([194.3.130.173]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 22 Dec 2008 16:20:24 +0000 Received: from francois.lagarde by 194.3.130.173 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 22 Dec 2008 16:20:24 +0000 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: emacs-orgmode@gnu.org 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