From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: [BUG] Inconsistency in src block hiding Date: Mon, 16 Jan 2012 21:26:31 -0500 Message-ID: <87lip76p48.fsf@norang.ca> References: <8739djqfkv.fsf@gmail.com> <87fwhiwwr0.fsf@gmail.com> <87bos6pp1a.fsf@gmail.com> <8739dhnxjs.fsf@gmail.com> <87ipmcxboo.fsf@gmail.com> <87pqgjipu8.fsf@gmail.com> <87y5v6x3lv.fsf@gmail.com> <87fwh86533.fsf@gmail.com> <87ehwbdxk2.fsf@gnu.org> <874nx782wi.fsf@gmx.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:51168) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rmyl8-0003s4-AE for emacs-orgmode@gnu.org; Mon, 16 Jan 2012 21:26:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rmyl6-0006BV-KT for emacs-orgmode@gnu.org; Mon, 16 Jan 2012 21:26:50 -0500 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:22601) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rmyl6-0006Ap-G6 for emacs-orgmode@gnu.org; Mon, 16 Jan 2012 21:26:48 -0500 In-Reply-To: <874nx782wi.fsf@gmx.com> (Eric Schulte's message of "Sun, 11 Dec 2011 09:04:29 -0700") 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: Eric Schulte Cc: Bastien , Org Mode List , Nicolas Goaziou Eric Schulte writes: > Bastien writes: > >> Eric Schulte writes: >> >>> The attached patch entirely removes the #+name and #+results based >>> hiding. Note that the existing "wrap" argument to the ":results" header >>> argument will wrap results in a block which allows easy tab-based result >>> hiding. >>> >>> As this is a relatively large change I hesitate to apply it outright, >>> although I do agree that it leads to simpler more consistent behavior. >>> If general consensus seems to support the application of this patch then >>> I will be happy to apply it. >> >> Has there been any more feedback on this? >> >> Erik, is it safe to apply the patch or shall we wait more? >> > > I've received no more feedback on this patch. It should be safe as it > adds no new code but simply removes some questionable code. I will > apply this patch now. > > Best, So I'm (very) late to this party... but today I decided to track down why I can't hide my PlantUML graphics with TAB anymore... and it's this commit: --8<---------------cut here---------------start------------->8--- commit 8a8a56c27715740053d8a7ea2ba6411b781a22f1 Author: Eric Schulte Date: Mon Nov 28 00:43:35 2011 -0700 remove #+name and #+result hiding Given that arbitrary regions may already be hidden using a drawer the ability to hide any named entity is redundant. In addition the name based hiding does not mix well with other keywords. Thanks to Nicolas Goaziou for raising this issue and suggesting the removal of #+name based hiding. --8<---------------cut here---------------end--------------->8--- I actually miss being able to hide single (large) activity diagrams at work since they tend to be larger than my screen when displayed in Emacs. I can use M-x org-toggle-inline-images but that works globally on all images at once. Is there an easy way to wrap my resulting PlantUML images so I can use TAB to hide them - or is this not supported anymore? I tried :results wrap but that didn't work for me. If I add RESULTS to my list of drawers then I can hide the block with TAB but I can't export my diagrams to HTML anymore which isn't very satisfying. Is there still a way to hide results output with the current master? Regards, Bernt