From mboxrd@z Thu Jan 1 00:00:00 1970 From: Myles English Subject: Re: Do Groff letter modes work in latest git? Date: Mon, 20 Aug 2012 00:17:50 +0100 Message-ID: <87d32mqxnl.fsf@ed.ac.uk> References: <87harzqa09.fsf@ed.ac.uk>, , <87fw7ir8u3.fsf@ed.ac.uk>, , <87ehn2r1vi.fsf@ed.ac.uk>, Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:54722) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T3Edx-0001o1-Ga for Emacs-orgmode@gnu.org; Sun, 19 Aug 2012 19:10:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T3Edw-0007SB-Ad for Emacs-orgmode@gnu.org; Sun, 19 Aug 2012 19:10:53 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:38477) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T3Edw-0007Qm-3V for Emacs-orgmode@gnu.org; Sun, 19 Aug 2012 19:10:52 -0400 Received: by wgbez12 with SMTP id ez12so4128941wgb.30 for ; Sun, 19 Aug 2012 16:10:51 -0700 (PDT) In-reply-to: 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: Luis Anaya Cc: Emacs-orgmode Luis Anaya writes: > Myles English writes: > >> Thanks for checking but did you start with emacs -Q ? > > I tried with emacs -Q. I loaded the following from *scratch* > > #+begin_src emacs-lisp > > (add-to-list 'load-path "/sdcard-ext/org-mode/lisp") > (add-to-list 'load-path "/sdcard-ext/org-mode/contrib/lisp") > (require 'org-install) > (require 'org) > (require 'org-e-groff) > > #+end_src > > >> I tried it and I don't get a letter. I get the attached screenshot. Is >> that what you get too? > > No, certainly not. This is the resultant PDF and Groff files. > Did you mean to attach your Groff file? Here's mine anyway: .AF "Org User" .TL Example from Worg .AU "Mickey Mouse" .ND "2012-08-19" .H 1 "FROM \fC:FROM:\fP " .P Joe Smith 00 Street City, ST, 00000 .H 1 "TO \fC:TO:\fP " .P Maria Rivera Urbanizacion Palma Lejos Calle 22, Bloque A, Numero 10 Ciudad, ES, 00000 .H 1 "BODY \fC:BODY:\fP " .P letter content .H 1 "Copy to \fC:NS:\fP " .P Jill Brown I am wondering if semiblock should be in org-e-groff-classes? Says on Worg that "The [#+GROFF_CLASS:] must be listed in org-e-groff-classes" but here is the org-e-groff-classes from org-e-groff.el: (("file" ".MT 1" (:heading 'default :type "memo" :last-section "toc")) ("internal" ".MT 0" (:heading 'default :type "memo" :last-section "toc")) ("programmer" ".MT 2" (:heading 'default :type "memo" :last-section "toc")) ("engineer" ".MT 3" (:heading 'default :type "memo" :last-section "toc")) ("external" ".MT 4" (:heading 'default :type "memo" :last-section "toc")) ("letter" ".MT 5" (:heading 'default :type "memo" :last-section "sign")) ("custom" ".so file" (:heading custom-function :type "custom" :last-section "toc")) ("dummy" "" (:heading 'default :type "memo")) ("ms" "ms" (:heading 'default :type "cover" :last-section "toc")) ("se_ms" "se_ms" (:heading 'default :type "cover" :last-section "toc")) ("none" "" '(:heading 'default :type "custom"))) I don't know what else to try after this, any suggestions? Myles