From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: org-hide-entry Date: Fri, 15 Oct 2010 09:47:33 +0200 Message-ID: References: <4CB75452.2000008@easy-emacs.de> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=43409 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P6f0u-0008Qm-7n for emacs-orgmode@gnu.org; Fri, 15 Oct 2010 03:47:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P6f0t-0002r8-0H for emacs-orgmode@gnu.org; Fri, 15 Oct 2010 03:47:40 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:41078) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P6f0s-0002qz-SM for emacs-orgmode@gnu.org; Fri, 15 Oct 2010 03:47:38 -0400 Received: by ewy5 with SMTP id 5so275360ewy.0 for ; Fri, 15 Oct 2010 00:47:38 -0700 (PDT) In-Reply-To: <4CB75452.2000008@easy-emacs.de> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: =?ISO-8859-1?Q?Andreas_R=F6hler?= Cc: emacs-orgmode On Oct 14, 2010, at 9:04 PM, Andreas R=F6hler wrote: > Hi. > > as org-mode knows a command `org-show-entry' looked for > `org-hide-entry', but couldn't get it. > > So here it is. This will leave the buffer in a pretty messy state. It will hide a headline and the text below it, but not the subtree. =20 The ellipsis will be on the text belonging to the entry before. For example * test aaa ** sub 1 bbb ** sub2 ccc Call this command on sub one, and you get * test aaa.... ** sub2 ccc This is not good. So I don't understand what this might be useful for. Maybe there are outline-... commands which do what you really mean? - Carsten - Carsten > > Andreas > > -- > https://code.launchpad.net/~a-roehler/python-mode/python-mode-=20 > components > https://code.launchpad.net/s-x-emacs-werkstatt/ > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten