From mboxrd@z Thu Jan 1 00:00:00 1970 From: azubi Subject: Cannot fold drawer Date: Sun, 26 Jul 2015 11:30:03 +0200 Message-ID: <55B4A89B.2010106@acm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55747) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZJIGF-0004Jy-PD for emacs-orgmode@gnu.org; Sun, 26 Jul 2015 05:30:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZJIGA-0008Nt-Q8 for emacs-orgmode@gnu.org; Sun, 26 Jul 2015 05:30:23 -0400 Received: from smtp-sh2.infomaniak.ch ([128.65.195.6]:45803) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZJIGA-0008MX-H7 for emacs-orgmode@gnu.org; Sun, 26 Jul 2015 05:30:18 -0400 Received: from smtp4.infomaniak.ch (smtp4.infomaniak.ch [84.16.68.92]) by smtp-sh.infomaniak.ch (8.14.5/8.14.5) with ESMTP id t6Q9UEaT027840 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Sun, 26 Jul 2015 11:30:15 +0200 Received: from [IPv6:2a02:120b:2c0d:dca0:f555:f7e2:e945:49b7] (dynamic.wline.6rd.res.cust.swisscom.ch [IPv6:2a02:120b:2c0d:dca0:f555:f7e2:e945:49b7] (may be forged)) (authenticated bits=0) by smtp4.infomaniak.ch (8.14.5/8.14.5) with ESMTP id t6Q9UDRj032690 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Sun, 26 Jul 2015 11:30:14 +0200 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 Hi all, I've recently discovered the drawers for org-mode. When I use "standard" drawers names (like LOGBOOK or PROPERTIES) I can fold them using the TAB key. If I create drawers with other names (like URLS or NOTES), these folders cannot be folded. I've created these specific folder using the function "org-insert-drawer" and therefore I suppose that I do not have some syntax problem, but I see that these "non-standard" drawer names are not "colorized" (sorry I don't know how to explain this clearly). The version of org-mode I use is: Org-mode version 8.2.4 (8.2.4-dist @ /home/azubi/.emacs.d/elpa/org-20150720/) Can you please explain me what I've done wrong ? Thank you in advance for your help.