From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vaidheeswaran C Subject: ox-texinfo: Provide an option to open the *.info file within Emacs Date: Mon, 25 May 2015 13:36:35 +0530 Message-ID: Reply-To: vaidheeswaran.chinnaraju@gmail.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33435) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YwnSa-0006hs-Jl for emacs-orgmode@gnu.org; Mon, 25 May 2015 04:10:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YwnSW-0000VM-Fz for emacs-orgmode@gnu.org; Mon, 25 May 2015 04:10:08 -0400 Received: from plane.gmane.org ([80.91.229.3]:40495) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YwnSW-0000UJ-9Y for emacs-orgmode@gnu.org; Mon, 25 May 2015 04:10:04 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YwnSV-0000nL-89 for emacs-orgmode@gnu.org; Mon, 25 May 2015 10:10:03 +0200 Received: from 171.76.55.216 ([171.76.55.216]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 May 2015 10:10:03 +0200 Received: from vaidheeswaran.chinnaraju by 171.76.55.216 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 May 2015 10:10:03 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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.