From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Klein Subject: Re: org-e-groff-export-to-groff produces empty output file Date: Fri, 21 Sep 2012 16:44:13 +0200 Message-ID: <505C7D3D.9080308@mpip-mainz.mpg.de> References: <87boh032nr.fsf@gmx.com> <505C7AF8.900@wilkesley.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:36290) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TF4Sy-0000DC-Rd for emacs-orgmode@gnu.org; Fri, 21 Sep 2012 10:44:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TF4Ss-0004ri-WD for emacs-orgmode@gnu.org; Fri, 21 Sep 2012 10:44:28 -0400 Received: from gate1.mpip-mainz.mpg.de ([194.95.63.248]:29442) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TF4Ss-0004rN-PI for emacs-orgmode@gnu.org; Fri, 21 Sep 2012 10:44:22 -0400 Received: from [10.20.2.71] (port=47699 helo=vmmail1.mpip-mainz.mpg.de) by gate1.mpip-mainz.mpg.de with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1TF4So-0008H5-0L for emacs-orgmode@gnu.org; Fri, 21 Sep 2012 16:44:18 +0200 Received: from p54a379a0.dip.t-dialin.net ([84.163.121.160] helo=lobel.lobel) by vmmail1.mpip-mainz.mpg.de with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.72) (envelope-from ) id 1TF4Sn-00033C-Hf for emacs-orgmode@gnu.org; Fri, 21 Sep 2012 16:44:18 +0200 In-Reply-To: <505C7AF8.900@wilkesley.net> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org On 09/21/2012 04:34 PM, Ian Barton wrote: > On 20/09/12 20:38, Eric Schulte wrote: >> Hi, >> >> Maybe I'm missing something obvious here, but I can't get org-e-groff to >> generate anything but an empty output file. I've boiled this down to >> the following minimal example. First save the attached example.org file >> to /tmp/example.org. Then run the following in your shell, >> >> # -*- shell-script -*- >> emacs --batch --eval '(let ((org-path "~/.emacs.d/src/org-mode/")) >> (add-to-list (quote load-path) (expand-file-name "lisp" org-path)) >> (add-to-list (quote load-path) (expand-file-name "contrib/lisp" >> org-path)) >> (require (quote org)) >> (require (quote org-e-groff)))' /tmp/example.org -f >> org-e-groff-export-to-groff >> >> The above generates an empty file in /tmp/example.groff. >> >> What am I missing? > > I don't think you are missing anything. I tried the grof exporter out a > couple of weeks ago and it worked fine for me. I just tried it on the > file I used before and I also get blank output. I have also tried your > minimal example and get no output. > > I am on org-mode fa15516a16df6c9ca060c56e85 > > Ian. > > > > I got the same results w/ the HTML exporter, version 7.9.1-RELEASE and a maint snapshot from yesterday or the day before. Best regards Robert