From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: org-e-groff-export-to-groff produces empty output file Date: Thu, 20 Sep 2012 13:38:48 -0600 Message-ID: <87boh032nr.fsf@gmx.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41598) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEnkR-0001xw-9H for emacs-orgmode@gnu.org; Thu, 20 Sep 2012 16:53:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TEnkQ-0002qL-2s for emacs-orgmode@gnu.org; Thu, 20 Sep 2012 16:53:23 -0400 Received: from mailout-eu.gmx.com ([213.165.64.43]:51984) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1TEnkP-0002q9-O8 for emacs-orgmode@gnu.org; Thu, 20 Sep 2012 16:53:22 -0400 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: Org Mode Mailing List --=-=-= Content-Type: text/plain 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? Thanks, --=-=-= Content-Type: text/x-org Content-Disposition: attachment; filename=example.org #+Title: Example Org-mode file #+Author: Eric Schulte This Org-mode file is intended as illustration. * Here is one headline Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec hendrerit tempor tellus. Donec pretium posuere tellus. Proin quam nisl, tincidunt et, mattis eget, convallis nec, purus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla posuere. Donec vitae dolor. Nullam tristique diam non turpis. Cras placerat accumsan nulla. Nullam rutrum. Nam vestibulum accumsan nisl. * Here is another headline - foo - bar - baz --=-=-= Content-Type: text/plain -- Eric Schulte http://cs.unm.edu/~eschulte --=-=-=--