From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luis Anaya Subject: [ANN] Org-e-groff.el improvements. Date: Thu, 2 Aug 2012 20:47:29 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43297) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sx63I-0006pA-Mt for emacs-orgmode@gnu.org; Thu, 02 Aug 2012 20:47:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sx63H-0003bP-F7 for emacs-orgmode@gnu.org; Thu, 02 Aug 2012 20:47:40 -0400 Received: from blu0-omc1-s15.blu0.hotmail.com ([65.55.116.26]:2882) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sx63H-0003bD-BY for emacs-orgmode@gnu.org; Thu, 02 Aug 2012 20:47:39 -0400 In-Reply-To: (emacs-orgmode-request@gnu.org's message of "Thu, 02 Aug 2012 12:00:24 -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: emacs-orgmode@gnu.org Hi: I know that I've not said much of late, but I'm not sitting idle. The following new features added to the Groff Exporter. - Ability to handle long tables. Long tables were being truncated, now there is an option to tell the export when tables contain very long cells. The reason for this to be an option is because of discrepancies in the way TBL handles formatting. - Ability to automatically generate reference lists Using [fn:rl123] will not create a footnote, but a reference. The reference is listed at the end in the table of contents. - Ability to perform special processing in paragraph This was needed for advanced text processing, for instance, to create Drop Capitals. The reason why Drop Capitals are not a feature is because they are not available in the MM macro set. The use of a specialized macro is needed. However, MOM macros include Drop Capitals Macros, but I've not started porting from MM to MOM yet. - Ability to disable captions. This was needed for special circunstances in which a caption is not desired. For Tables, Figures and Exhibits (programs) adding a :disable-caption t in the #+ATTR_GROFF: line disables it. - Ability to process special characters. This was needed to provide correct representation of Copyright, Trademark and Registered marks. - Improved table handling Improvements were made during while fixing the long tables format. Showcases: Source: http://ppl.ug/Q60uBaHOrw4/ PDF Output: http://ppl.ug/C9HvWdjMnDI/ Source: http://ppl.ug/RpTrZY73eSg/ PDF Output: http://ppl.ug/p_d-STCegXk/ Availability: Available in GitHub/emacs_utils and in Org Mode Git. QA Note: - Regression test suite passed. - No issues detected while exporting meeting notes. -- Luis R. Anaya papo anaya aroba hot mail punto com "Do not use 100 words if you can say it in 10" - Yamamoto Tsunetomo