Hello,

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

> ox-texinfo:  Provide an option to open the *.info file within Emacs
>
> The following snippet (as suggested by M-x list-command-history),
> would do the needful.
>
>     (info "~/src/emacsprimer/emacsprimer.info" nil)

Done. However, file is opened with `org-open-file' since the back-end
can output various formats. You can add 

  ("info" . (info file))

to `org-file-apps' if you want to read info files with info.

> It would also be useful if I could compile *.info document using
> texi2html and texi2pdf.

See `org-texinfo-info-process'.


Regards,

-- 
Nicolas Goaziou

Reply via email to