[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] ox-texinfo: Provide an option to open the *.info file within Ema
From: |
Nicolas Goaziou |
Subject: |
Re: [O] ox-texinfo: Provide an option to open the *.info file within Emacs |
Date: |
Mon, 25 May 2015 23:59:04 +0200 |
Hello,
Vaidheeswaran C <address@hidden> 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