emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] org-e-groff-export-to-groff produces empty output file


From: cberry
Subject: Re: [O] org-e-groff-export-to-groff produces empty output file
Date: Fri, 21 Sep 2012 08:54:35 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux)

Eric Schulte <address@hidden> writes:

> 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?


Perhaps the backend is not being correctly passed on to org-export-as.

I am not at a machine where I can check this right now, but 

  (org-export-as 'e-bogus)

used to merrily run to completion producing an empty output if the
objects for the named backend were not bound. 

HTH,

Chuck






reply via email to

[Prev in Thread] Current Thread [Next in Thread]