From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: org-e-groff-export-to-groff produces empty output file Date: Fri, 21 Sep 2012 18:11:15 +0200 Message-ID: <87bogz4aqk.fsf@bzg.ath.cx> References: <87boh032nr.fsf@gmx.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48457) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TF5p2-0001qc-N2 for emacs-orgmode@gnu.org; Fri, 21 Sep 2012 12:11:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TF5oy-0004gr-KH for emacs-orgmode@gnu.org; Fri, 21 Sep 2012 12:11:20 -0400 Received: from mail-wi0-f171.google.com ([209.85.212.171]:47919) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TF5oy-0004gn-Dt for emacs-orgmode@gnu.org; Fri, 21 Sep 2012 12:11:16 -0400 Received: by wibhq4 with SMTP id hq4so1829727wib.12 for ; Fri, 21 Sep 2012 09:11:15 -0700 (PDT) In-Reply-To: <87boh032nr.fsf@gmx.com> (Eric Schulte's message of "Thu, 20 Sep 2012 13:38:48 -0600") 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: Eric Schulte Cc: Org Mode Mailing List Hi Eric, Eric Schulte writes: > # -*- 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. Things get even weirder as I *do* have the correct exported file here (I'm trying from maint). What if you M-x org-e-groff-export-to-groff RET directly from the file? -- Bastien