[email protected] (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.
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
--