* ox-texinfo: Provide an option to open the *.info file within Emacs
@ 2015-05-25 8:06 Vaidheeswaran C
2015-05-25 21:59 ` Nicolas Goaziou
0 siblings, 1 reply; 2+ messages in thread
From: Vaidheeswaran C @ 2015-05-25 8:06 UTC (permalink / raw)
To: emacs-orgmode
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)
It would also be useful if I could compile *.info document using
texi2html and texi2pdf.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: ox-texinfo: Provide an option to open the *.info file within Emacs
2015-05-25 8:06 ox-texinfo: Provide an option to open the *.info file within Emacs Vaidheeswaran C
@ 2015-05-25 21:59 ` Nicolas Goaziou
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2015-05-25 21:59 UTC (permalink / raw)
To: Vaidheeswaran C; +Cc: emacs-orgmode
Hello,
Vaidheeswaran C <vaidheeswaran.chinnaraju@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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-05-25 21:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-25 8:06 ox-texinfo: Provide an option to open the *.info file within Emacs Vaidheeswaran C
2015-05-25 21:59 ` Nicolas Goaziou
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).