From mboxrd@z Thu Jan 1 00:00:00 1970 From: Raffi R Subject: Bold text beginning line produces empty PDF Date: Thu, 11 Feb 2010 01:54:11 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NfSwd-0006RQ-0A for emacs-orgmode@gnu.org; Thu, 11 Feb 2010 01:54:35 -0500 Received: from [199.232.76.173] (port=37194 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NfSwc-0006QY-6h for emacs-orgmode@gnu.org; Thu, 11 Feb 2010 01:54:34 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NfSwb-0000ME-FH for emacs-orgmode@gnu.org; Thu, 11 Feb 2010 01:54:33 -0500 Received: from ey-out-1920.google.com ([74.125.78.149]:37266) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NfSwb-0000Lk-38 for emacs-orgmode@gnu.org; Thu, 11 Feb 2010 01:54:33 -0500 Received: by ey-out-1920.google.com with SMTP id 4so270888eyg.34 for ; Wed, 10 Feb 2010 22:54:31 -0800 (PST) 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: org-mode Mailing List If I begin a line with bolded text, like so: *Case 1:* it produces the following LaTeX: \textbf{Case 1:\} Exporting with C-c C-e d produces an empty LaTeX document. Is this reproducible? Is it a bug? Thank you, - Raffi.