emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] a patch to org.el of git version


From: Tokuya Kameshima
Subject: [O] a patch to org.el of git version
Date: Mon, 21 Sep 2015 12:13:04 +0900 (JST)

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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]