Luis Anaya <papoan...@hotmail.com> writes: > Eric Schulte <eric.schu...@gmx.com> 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
Hi: No, you're not missing something, there's is a problem. I just ran regression and all the groff files are empty. My gut feeling is the change from the defvar to the invocation of `org-export-define-backend' is not mapping the different calls to its respective function. First thing I noticed is that the second parameter, is a symbol while the function expects it to be a string (it's passing it into a format), that may be one of the problems. I changed it to a string with the same results. (i. e. empty files). I ran it with an older version of org-e-groff.el that does not use this function and it runs fine with the lastest from git. Hmmm... -- Luis Anaya papo anaya aroba hot mail punto com "Do not use 100 words if you can say it in 10" - Yamamoto Tsunetomo