From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Arntson Subject: Re: new to drawers Date: Sat, 10 May 2014 22:37:57 -0700 Message-ID: <874n0wzxhm.fsf@stevenarntson.com> References: <87a9apzbwm.fsf@stevenarntson.com> <87lhu9tg2w.wl%dieter@schoen.or.at> <87tx8xgsqk.wl%dieter@schoen.or.at> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37787) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WjMSn-0001F7-8v for emacs-orgmode@gnu.org; Sun, 11 May 2014 01:38:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WjMSh-0007R2-AZ for emacs-orgmode@gnu.org; Sun, 11 May 2014 01:38:17 -0400 Received: from plane.gmane.org ([80.91.229.3]:53313) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WjMSh-0007Qx-4W for emacs-orgmode@gnu.org; Sun, 11 May 2014 01:38:11 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WjMSf-0007rR-RN for emacs-orgmode@gnu.org; Sun, 11 May 2014 07:38:09 +0200 Received: from 75-165-118-176.tukw.qwest.net ([75.165.118.176]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 11 May 2014 07:38:09 +0200 Received: from steven by 75-165-118-176.tukw.qwest.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 11 May 2014 07:38:09 +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 Dieter Schoen writes: > At Sun, 11 May 2014 00:38:15 +0200, > Dieter Schoen wrote: >> >> e.g. >> (setq org-drawers '("PROPERTIES" "CLOCK" "LOGBOOK" "RESULTS" "test2")) >> >> or add it to the file's headers: >> #+DRAWERS: HIDDEN STATE PROPERTIES BIG low > > i shouldn't write emails after midnight.. > > the examples should read: > (setq org-drawers '("PROPERTIES" "CLOCK" "LOGBOOK" "RESULTS" "test")) > > #+DRAWERS: HIDDEN STATE PROPERTIES test > > but i think you would have got the idea.. > > dieter Okay, I see--I thought you could just arbitrarily title them. Which would be a nice feature, IMHO! But this works fine for me, actually--for my use-case, it's fine to just use the predefined RESULTS title. Thank you! steven