From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: Info: (org)Customizing tables in ODT export Date: Tue, 29 Jan 2013 17:05:58 +0530 Message-ID: <871ud46x29.fsf@gmail.com> References: <87zjzsa8jk.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:40047) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U09U4-0005IS-VF for emacs-orgmode@gnu.org; Tue, 29 Jan 2013 06:36:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U09U3-000881-Jl for emacs-orgmode@gnu.org; Tue, 29 Jan 2013 06:36:12 -0500 Received: from mail-pa0-f53.google.com ([209.85.220.53]:39379) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U09U3-00087v-Dt for emacs-orgmode@gnu.org; Tue, 29 Jan 2013 06:36:11 -0500 Received: by mail-pa0-f53.google.com with SMTP id bg4so343820pad.26 for ; Tue, 29 Jan 2013 03:36:10 -0800 (PST) In-Reply-To: (Thomas S. Dye's message of "Mon, 28 Jan 2013 19:43:23 -1000") 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: "Thomas S. Dye" Cc: Org-mode tsd@tsdye.com (Thomas S. Dye) writes: > Aloha Jambu, > > Thanks for looking into this. > > Jambunathan K writes: > >> tsd@tsdye.com (Thomas S. Dye) writes: >> >>> Aloha all, >>> >>> Section 12.8.11.4 of the info version of the Org mode manual is >>> truncated in the middle of an emacs-lisp code block. >> >> I have trouble understanding what is it that is truncated. >> >> Would you like to share a screenshot that highlights the difference >> between what you see in Info manual and what you see with PDF outputs. > > Here it is: I am able to scroll/move up/down the info node without any issues. In the tiff file that you have attached, the section heading corresponding to 12.8.11.4 is underlined with dots. For me, there is no such dotted underline in the node. Have you tried emacs -Q Either you are having extra customizations or using an enhanced version of info (info+?) from Emacswiki or from elsewhere. > I see the full file in pdf and html. > > All the best, > Tom > >> >> ps: I see that what I see in Info manual matches what is there in >> org.texi. >> >>> (setq org-export-odt-table-styles >>> (append org-export-odt-table-styles >>> *--- truncated here ---* >>> '(("TableWithHeaderRowAndColumn" "Custom" >>> ((use-first-row-styles . t) >>> (use-first-column-styles . t))) >>> ("TableWithFirstRowandLastRow" "Custom" >>> ((use-first-row-styles . t) >>> (use-last-row-styles . t)))))) >>> >>> Org-mode version 7.9.3d (release_7.9.3d-874-gf11acc @ >>> /Users/dk/.emacs.d/src/org-mode/lisp/), using 'make update' option in >>> the build system. >>> >>> Both the html and pdf versions are OK. Only the info version is >>> truncated. >>> >>> All the best, >>> Tom --