From mboxrd@z Thu Jan 1 00:00:00 1970 From: Trevor Vartanoff Subject: Open Children of Children Date: Sat, 26 May 2012 15:33:51 -0400 Message-ID: <4FC1301F.6030603@codepuzzles.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:42088) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SYMki-0002QU-7q for emacs-orgmode@gnu.org; Sat, 26 May 2012 15:34:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SYMkg-0007lg-Iz for emacs-orgmode@gnu.org; Sat, 26 May 2012 15:34:15 -0400 Received: from p3plsmtpa07-03.prod.phx3.secureserver.net ([173.201.192.232]:60807) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1SYMkg-0007lT-DC for emacs-orgmode@gnu.org; Sat, 26 May 2012 15:34:14 -0400 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 I've been using this macro on headings to open the subtree to the children of children, since org-cycle just goes "nothing -> children - everything": (fset 'och ;; Open children of children [tab tab ?\C-n M-return ?\C-b ?* ?\C-a ?\C-p tab tab ?\C-n ?\C-k ?\C-k ?\C-p]) Is there a more elegant solution available? If not, hopefully some of you find this useful as well. Thanks