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,

#+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
-- 
Eric Schulte
http://cs.unm.edu/~eschulte

Reply via email to