From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keith David Bershatsky Subject: Completely hide the :PROPERTIES: drawer in org-mode. Date: Thu, 07 Feb 2019 08:21:20 -0800 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([209.51.188.92]:35891) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1grmQy-00031V-2u for emacs-orgmode@gnu.org; Thu, 07 Feb 2019 11:21:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1grmQw-0000e2-VA for emacs-orgmode@gnu.org; Thu, 07 Feb 2019 11:21:52 -0500 Received: from gateway22.websitewelcome.com ([192.185.47.129]:37986) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1grmQv-0000Jw-At for emacs-orgmode@gnu.org; Thu, 07 Feb 2019 11:21:50 -0500 Received: from cm17.websitewelcome.com (cm17.websitewelcome.com [100.42.49.20]) by gateway22.websitewelcome.com (Postfix) with ESMTP id D6805101F8 for ; Thu, 7 Feb 2019 10:21:21 -0600 (CST) Received: from cpe-45-48-239-195.socal.res.rr.com ([45.48.239.195]:50311 helo=server.local) by gator3053.hostgator.com with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.91) (envelope-from ) id 1grmQT-0022YT-6g for emacs-orgmode@gnu.org; Thu, 07 Feb 2019 10:21:21 -0600 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: emacs-orgmode@gnu.org A few years ago, I wrote up an answer to my own question on Stackoverflow to completely hide the :PROPERTIES: drawer, including the line that says :PROPERTIES:. Since then, it has received nearly 5,000 views, 11 stars, 17 upvotes on the initial question, and 15 upvotes on the answer. Today, a forum participant posted a comment underneath my answer asking why not send this upstream. So, here is the link to the answer: https://stackoverflow.com/a/17492723/2112489 Thanks, Keith