From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Bold text beginning line produces empty PDF Date: Thu, 11 Feb 2010 10:23:10 +0000 Message-ID: <87pr4cxe9d.wl%ucecesf@ucl.ac.uk> References: Reply-To: Eric S Fraga Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: multipart/mixed; boundary="Multipart_Thu_Feb_11_10:23:10_2010-1" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NfWCf-00044m-Rw for emacs-orgmode@gnu.org; Thu, 11 Feb 2010 05:23:21 -0500 Received: from [199.232.76.173] (port=51731 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NfWCf-00044D-DQ for emacs-orgmode@gnu.org; Thu, 11 Feb 2010 05:23:21 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NfWCb-0004bH-6a for emacs-orgmode@gnu.org; Thu, 11 Feb 2010 05:23:21 -0500 Received: from vscane-c.ucl.ac.uk ([144.82.108.43]:33813) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NfWCa-0004b3-SG for emacs-orgmode@gnu.org; Thu, 11 Feb 2010 05:23:17 -0500 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: Raffi R Cc: org-mode Mailing List --Multipart_Thu_Feb_11_10:23:10_2010-1 Content-Type: text/plain; charset=US-ASCII On Thu, 11 Feb 2010 01:54:11 -0500, Raffi R wrote: > > 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? It works fine with me so long as I have something before this line, even just the template generated by C-x C-e t. (see attached file) However, in testing this out, I have run into two little problems: 1. if I simply visit a buffer (not a file), say x.org, and try exporting to Latex in a temporary buffer (C-c C-e L), I get the following error: ,---- | Debugger entered--Lisp error: (wrong-type-argument stringp nil) | file-name-nondirectory(nil) | org-export-as-latex(nil nil nil "*Org LaTeX Export*") | org-export-as-latex-to-buffer(nil) | call-interactively(org-export-as-latex-to-buffer) | org-export(nil) | call-interactively(org-export nil nil) `---- 2. if I subsequently save the buffer into a file (C-x C-w x.org), for some reason I get prompted for a file name when trying C-c C-e L. This is all with org-mode from git as of this morning. eric --Multipart_Thu_Feb_11_10:23:10_2010-1 Content-Type: application/octet-stream Content-Disposition: attachment; filename="x.org" Content-Transfer-Encoding: 7bit #+TITLE: x.org #+AUTHOR: Eric S Fraga #+EMAIL: e.fraga@ucl.ac.uk #+DATE: 2010.02.11 10:18:22 #+DESCRIPTION: #+KEYWORDS: #+LANGUAGE: en #+OPTIONS: H:3 num:t toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t #+OPTIONS: TeX:t LaTeX:t skip:nil d:nil todo:t pri:nil tags:not-in-toc #+INFOJS_OPT: view:nil toc:nil ltoc:t mouse:underline buttons:0 path:http://orgmode.org/org-info.js #+EXPORT_SELECT_TAGS: export #+EXPORT_EXCLUDE_TAGS: noexport #+LINK_UP: #+LINK_HOME: *Case 1:* This is interesting --Multipart_Thu_Feb_11_10:23:10_2010-1 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --Multipart_Thu_Feb_11_10:23:10_2010-1--