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

2012-09-23 Thread Luis Anaya
Nicolas Goaziou n.goaz...@gmail.com writes: `e-html' back-end turns them into images (with, i.e. dvipng). Would that be applicable to Groff as well? Hi: I did a test with the dvipng output and the issue is converting it to EPS after they have been generated. The better solution is to add

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

2012-09-22 Thread Nicolas Goaziou
Hello, Luis Anaya papoan...@hotmail.com writes: 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:

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

2012-09-22 Thread Luis Anaya
Yes, that happens. :)If it's taken care of and push to git, I can go ahead and run regression to make sure that everything is working ok. Luis Original Message From: Nicolas Goaziou Sent: Sat, Sep 22, 2012 03:55 AM To: Luis Anaya CC:

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

2012-09-22 Thread Nicolas Goaziou
Hello, Luis Anaya papoan...@hotmail.com writes: If it's taken care of and push to git, I can go ahead and run regression to make sure that everything is working ok. Unfortunately, I don't seem to have push access to repository for now. It will either have to be done by someone else or wait

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

2012-09-22 Thread Luis Anaya
Hi:I can remove and push it (if allowed). I know that there was a change in the server being that git complained about the SSL certificate. I'll keep you posted. Luis Original Message From: Nicolas Goaziou Sent: Sat, Sep 22, 2012 05:03 AM To: Luis Anaya

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

2012-09-22 Thread Nicolas Goaziou
Hello, Luis Anaya papoan...@hotmail.com writes: I can remove and push it (if allowed). I know that there was a change in the server being that git complained about the SSL certificate. I've regained push access. So it should be fixed now. I let you double-check the commits. As a side note,

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

2012-09-22 Thread Luis Anaya
Nicolas:I think that we commited at the same time. Git warned me about it and I got the conflicts resolved. I checked the file in the Org Git repository, it looks fine. I'm running regression and well, no empty files. :)Luis Original Message From: Nicolas Goaziou

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

2012-09-22 Thread Luis Anaya
Hi:When I commited that returned the conflict warning, I noticed that they were removed. I cannot think of a use for those while typesetting in Groff, other than send Groff commands with a LaTeX instruction (awkward...). If this is the case, those two routines should be removed from the exporter

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

2012-09-22 Thread Nicolas Goaziou
Luis Anaya papoan...@hotmail.com writes: I cannot think of a use for those while typesetting in Groff, other than send Groff commands with a LaTeX instruction (awkward...). If this is the case, those two routines should be removed from the exporter as well. `e-html' back-end turns them into

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

2012-09-22 Thread Luis Anaya
Nicolas Goaziou n.goaz...@gmail.com writes: `e-html' back-end turns them into images (with, i.e. dvipng). Would that be applicable to Groff as well? Hmm... that's an idea... It would be useful for equations. Even though Groff has EQN, if you're used to LaTeX ones, you do not have to learn

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

2012-09-22 Thread Luis Anaya
Luis Anaya papoan...@hotmail.com writes: An HTML attachment was scrubbed... URL: http://lists.gnu.org/archive/html/emacs-orgmode/attachments/20120922/5b696f1b/attachment.html ... great, this is what happens when I send email from my phone :(. Sorry about that. Luis -- Luis Anaya papo

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

2012-09-21 Thread Ian Barton
On 20/09/12 20:38, Eric Schulte wrote: 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

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

2012-09-21 Thread Robert Klein
On 09/21/2012 04:34 PM, Ian Barton wrote: On 20/09/12 20:38, Eric Schulte wrote: 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

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

2012-09-21 Thread cberry
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 the following minimal example. First save the attached example.org file to /tmp/example.org. Then

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

2012-09-21 Thread Bastien
Hi Eric, Eric Schulte eric.schu...@gmx.com writes: # -*- 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))

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

2012-09-21 Thread Eric Schulte
Bastien b...@altern.org writes: Hi Eric, Eric Schulte eric.schu...@gmx.com writes: # -*- 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)

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

2012-09-21 Thread Luis Anaya
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 This is not good. What I'll do is to pull the latest from git and run regression test. I know that

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

2012-09-21 Thread Luis Anaya
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.

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

2012-09-21 Thread Robert Klein
On 09/21/2012 04:44 PM, Robert Klein wrote: On 09/21/2012 04:34 PM, Ian Barton wrote: On 20/09/12 20:38, Eric Schulte wrote: 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