all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* a patch to org.el of git version
@ 2015-09-21  3:13 Tokuya Kameshima
  2015-09-22 19:27 ` Nicolas Goaziou
  0 siblings, 1 reply; 4+ messages in thread
From: Tokuya Kameshima @ 2015-09-21  3:13 UTC (permalink / raw)
  To: mail; +Cc: kametoku, emacs-orgmode

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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-09-23 22:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-21  3:13 a patch to org.el of git version Tokuya Kameshima
2015-09-22 19:27 ` Nicolas Goaziou
2015-09-23  0:33   ` Tokuya Kameshima
2015-09-23 22:04     ` Nicolas Goaziou

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.