From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luis Anaya Subject: Re: org-e-groff-export-to-groff produces empty output file Date: Fri, 21 Sep 2012 18:50:55 -0400 Message-ID: References: <87boh032nr.fsf@gmx.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:54788) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TFC3p-00007j-IA for emacs-orgmode@gnu.org; Fri, 21 Sep 2012 18:51:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TFC3o-0006uW-JC for emacs-orgmode@gnu.org; Fri, 21 Sep 2012 18:51:01 -0400 Received: from blu0-omc1-s4.blu0.hotmail.com ([65.55.116.15]:29856) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TFC3o-0006uR-Fg for emacs-orgmode@gnu.org; Fri, 21 Sep 2012 18:51:00 -0400 In-Reply-To: (Luis Anaya's message of "Fri\, 21 Sep 2012 17\:55\:00 -0400") 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 Luis Anaya writes: > Eric Schulte 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