From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcin Borkowski Subject: Feature request: info-org-manual Date: Sat, 28 Sep 2013 11:53:30 +0200 Message-ID: <20130928115330.11946d26@aga-netbook> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48722) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPrDZ-0005bI-En for emacs-orgmode@gnu.org; Sat, 28 Sep 2013 05:53:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VPrDT-00029R-TV for emacs-orgmode@gnu.org; Sat, 28 Sep 2013 05:53:41 -0400 Received: from msg.wmi.amu.edu.pl ([2001:808:114:2::50]:60540) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPrDT-00028y-Lk for emacs-orgmode@gnu.org; Sat, 28 Sep 2013 05:53:35 -0400 Received: from localhost (localhost [127.0.0.1]) by msg.wmi.amu.edu.pl (Postfix) with ESMTP id BE96D4AA3D for ; Sat, 28 Sep 2013 11:53:32 +0200 (CEST) Received: from msg.wmi.amu.edu.pl ([127.0.0.1]) by localhost (msg.wmi.amu.edu.pl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EKV8+6rRBN19 for ; Sat, 28 Sep 2013 11:53:32 +0200 (CEST) Received: from aga-netbook (99-52.echostar.pl [213.156.99.52]) by msg.wmi.amu.edu.pl (Postfix) with ESMTPSA id 894F24AA3A for ; Sat, 28 Sep 2013 11:53:32 +0200 (CEST) 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: Org-mode mailing list Hi, there is the info-emacs-manual, bound to C-h r. Why not introduce info-org-manual, like this: (defun info-org-manual () "Display the Org-mode manual in Info mode." (interactive) (info "org")) (the above code is a tiny change;), since it's more or less s/emacs/org/ on the original function). It might be bound to e.g. C-h o (at least in Org-mode), which seems to be free in stock Emacs. What do you think? -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Adam Mickiewicz University