From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: modifying/deleting ovelrays; also, un-sparsifying tree? Date: Fri, 29 Jul 2016 16:46:22 +0200 Message-ID: <87shusbiyp.fsf@saiph.selenimh> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40616) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bT93d-0006Wt-SX for emacs-orgmode@gnu.org; Fri, 29 Jul 2016 10:46:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bT93Z-00088z-Kf for emacs-orgmode@gnu.org; Fri, 29 Jul 2016 10:46:36 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:53161) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bT93Z-00087H-Dt for emacs-orgmode@gnu.org; Fri, 29 Jul 2016 10:46:33 -0400 In-Reply-To: (Matt Price's message of "Fri, 29 Jul 2016 10:31:46 -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" To: Matt Price Cc: Org Mode Matt Price writes: > In my gradesheets I use overlays to display the grade property in headlines > -- that way I can see at a glance approximately how my students are doing: > > ;; still imperfect, but good enough for me. > (defun org-grading-overlay-headings () Why don't you use column view instead? > An unrelated simple question: if I make a sparse tree (e.g. by searching > for all subtrees with a "GRADE" property of "0" or "FAIL",), can i > un-sparsify hte buffer afterwards? I didn't immediately find that option in > the manual. See `org-reveal' or `org-cycle'. Regards, -- Nicolas Goaziou