M-x org-groff-export-to-groff
works fine (exports .groff
file for the org-file)
However, when I try to compile pdf
from org-file with (M-x org-groff-export-to-pdf
) following error show:
Saving file /home/garid/test.groff...
Wrote /home/garid/test.groff
Processing Groff file test.groff ...
shell-quote-argument: Wrong type argument: arrayp, nil
Could you explain what go wrong?
FYI, I added following configurations to my init.el
for ox-groff.
(use-package org-contrib)
(require 'ox-groff)