From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tokuya Kameshima Subject: a patch to org.el of git version Date: Mon, 21 Sep 2015 12:13:04 +0900 (JST) Message-ID: <20150921.121304.1061655847347635193.kametoku@gmail.com> 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]:38696) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZdrXU-0002Ej-Et for emacs-orgmode@gnu.org; Sun, 20 Sep 2015 23:13:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZdrXR-0001cY-A2 for emacs-orgmode@gnu.org; Sun, 20 Sep 2015 23:13:12 -0400 Received: from mail-pa0-x22e.google.com ([2607:f8b0:400e:c03::22e]:35655) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZdrXR-0001cU-3u for emacs-orgmode@gnu.org; Sun, 20 Sep 2015 23:13:09 -0400 Received: by pacfv12 with SMTP id fv12so105385435pac.2 for ; Sun, 20 Sep 2015 20:13:08 -0700 (PDT) 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: mail@nicolasgoaziou.fr Cc: kametoku@gmail.com, emacs-orgmode@gnu.org Hi, This is a tiny patch to `org-show-children' which shoule be an interactive function but not. Thanks, --Tokuya ---------------------------------------------------------------------- diff --git a/lisp/org.el b/lisp/org.el index ce80129..7a58568 100755 --- a/lisp/org.el +++ b/lisp/org.el @@ -24902,6 +24902,7 @@ modified." "Show all direct subheadings of this heading. Prefix arg LEVEL is how many levels below the current level should be shown. Default is enough to cause the following heading to appear." + (interactive "P") (save-excursion (org-back-to-heading t) (let* ((current-level (funcall outline-level))