[O] ox-texinfo: Xref are not typeset properly

2015-05-29 Thread Vaidheeswaran C

Nicolas, (Delayed) Thanks for your (other) fixes.  I will respond to
those separately.  Meanwhile...

This mail comes in two parts

a) A bug
b) A request



Bug
===

ox-texinfo:  Xref are not typeset properly

See attached files.



Request
===

(May be?) Put *Org INFO Texinfo Output* in `compilation-mode'.

\input texinfo@c -*- texinfo -*-
@c %**start of header
@setfilename ./emacsprimer.info
@settitle 
@documentencoding UTF-8
@documentlanguage en
@c %**end of header

@finalout
@titlepage
@title 
@end titlepage

@ifnottex
@node Top
@top 
@end ifnottex

@menu
* Figure::
* Link to Figure::
@end menu

@node Figure
@unnumbered Figure

@image{./images/emacs-24.5.1-startup-screen-annotatedpng}

@node Link to Figure
@unnumbered Link to Figure

@ref{orgparagraph1,,1}

@bye

emacsprimer.org
Description: Lotus Organizer
;;; -*- mode: compilation; -*-
~/src/emacsprimer/emacsprimer.texi:16: warning: Must specify a title with least 
one of @settitle or @top.
~/src/emacsprimer/emacsprimer.texi:32: Cross reference to nonexistent node 
`orgparagraph1' (perhaps incorrect sectioning?).
makeinfo: Removing output file `./emacsprimer/index.html' due to errors; use 
--force to preserve.


Re: [O] ox-texinfo: Xref are not typeset properly

2015-05-29 Thread Vaidheeswaran C

Thanks for the fixes.  I am test driving the ox-texinfo exporter.  So
the list is likely to get more bug reports from me.


On Friday 29 May 2015 03:03 PM, Nicolas Goaziou wrote:
 Hello,
 
 Vaidheeswaran C vaidheeswaran.chinnar...@gmail.com writes:
 
 Bug
 ===

 ox-texinfo:  Xref are not typeset properly

 See attached files.
 
 Fixed in 0ed99a4c8cccde1d7f5e190feda54558c1ff4188. Thank you.

 

 Request
 ===

 (May be?) Put *Org INFO Texinfo Output* in `compilation-mode'.
 
 Done in 1bd26e2d81933a05c3f97ff0d3c8cc53dd51dd3a.
 
 
 Regards,
 




Re: [O] ox-texinfo: Xref are not typeset properly

2015-05-29 Thread Nicolas Goaziou
Hello,

Vaidheeswaran C vaidheeswaran.chinnar...@gmail.com writes:

 Bug
 ===

 ox-texinfo:  Xref are not typeset properly

 See attached files.

Fixed in 0ed99a4c8cccde1d7f5e190feda54558c1ff4188. Thank you.

 

 Request
 ===

 (May be?) Put *Org INFO Texinfo Output* in `compilation-mode'.

Done in 1bd26e2d81933a05c3f97ff0d3c8cc53dd51dd3a.


Regards,

-- 
Nicolas Goaziou