From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Bold text beginning line produces empty PDF Date: Fri, 12 Feb 2010 08:39:13 +0000 Message-ID: <8763623l1q.wl%ucecesf@ucl.ac.uk> References: <87pr4cxe9d.wl%ucecesf@ucl.ac.uk> Reply-To: Eric S Fraga Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nfr3f-0007ZP-RK for emacs-orgmode@gnu.org; Fri, 12 Feb 2010 03:39:28 -0500 Received: from [140.186.70.92] (port=40050 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nfr3d-0007YT-KQ for emacs-orgmode@gnu.org; Fri, 12 Feb 2010 03:39:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nfr3c-00069i-PR for emacs-orgmode@gnu.org; Fri, 12 Feb 2010 03:39:25 -0500 Received: from vscane-b.ucl.ac.uk ([144.82.108.141]:38877) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nfr3c-00069X-L0 for emacs-orgmode@gnu.org; Fri, 12 Feb 2010 03:39:24 -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: Carsten Dominik Cc: org-mode Mailing List On Fri, 12 Feb 2010 09:19:31 +0100, Carsten Dominik wrote: > > > On Feb 11, 2010, at 11:23 AM, Eric S Fraga wrote: > > > 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: > > I believe I have successfully lifted this restriction now. > > > > > ,---- > > | 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. > > At lease with the latest version I cannot reproduce this. > Can you please check again after pulling? > > Thanks. > > - Carsten > Carsten, it all works very well indeed. Exporting to a temporary latex buffer works in both of these cases: 1. visiting a new buffer, no file attached; 2. after saving the buffer to a file (write-file). Further, the OP's original problem is definitely not there. Thanks, eric