From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: bug in exporting checkbox lists Date: Sat, 21 Mar 2009 18:21:32 +0100 Message-ID: <2EEA7776-30CA-4511-97BD-CC3F95C089CF@uva.nl> References: Mime-Version: 1.0 (Apple Message framework v930.3) 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 1Ll7M2-0007gr-8k for emacs-orgmode@gnu.org; Sat, 21 Mar 2009 15:59:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ll7Lw-0007dG-NZ for emacs-orgmode@gnu.org; Sat, 21 Mar 2009 15:59:36 -0400 Received: from [199.232.76.173] (port=41367 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ll7Lw-0007dB-GU for emacs-orgmode@gnu.org; Sat, 21 Mar 2009 15:59:32 -0400 Received: from mail-ew0-f160.google.com ([209.85.219.160]:57401) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ll7Lv-0000d1-Kj for emacs-orgmode@gnu.org; Sat, 21 Mar 2009 15:59:32 -0400 Received: by mail-ew0-f160.google.com with SMTP id 4so1545841ewy.42 for ; Sat, 21 Mar 2009 12:59:31 -0700 (PDT) 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: Baoqiu Cui Cc: emacs-orgmode@gnu.org Applied, thanks. - Carsten On Mar 21, 2009, at 6:28 AM, Baoqiu Cui wrote: > Rainer Thiel writes: > >> I want to report what I think is a bug in the routines for exporting >> checkbox lists into LaTeX-related formats (including pdf). >> >> While checkboxes checked in orgmode appear as checked in html and >> ascii exports, all boxes are blank (unchecked) in LaTeX and related >> export files. I am appending some files to document the bug. >> >> I seem to remember this feature worked fine some time ago, so I think >> that might be a relatively new bug. > > I believe this is caused by a typo in the following line in > org-export-latex.el: > > (defcustom org-export-latex-list-parameters > '(:cbon "\\texttt{[ ]}" :cboff "\\texttt{[ ]}") > --- > | > `-> This should be [X] > > You can set this variable to override this default value, which > could be > set this way to intentionally uncheck everything in the exported LaTeX > file. > > Baoqiu > > > > _______________________________________________ > 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