From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: include file contents in org files? Date: Thu, 23 Aug 2007 19:55:23 +0200 Message-ID: <6aff9885376be116664d838e8db9cb37@science.uva.nl> References: <87bqd0qwql.fsf@bzg.ath.cx> <20070822091042.GC25403@atlantic.linksys.moosehall> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IOHjm-0000DV-R1 for emacs-orgmode@gnu.org; Thu, 23 Aug 2007 14:48:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IOHjm-0000Ci-8d for emacs-orgmode@gnu.org; Thu, 23 Aug 2007 14:48:58 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IOHjm-0000CW-0h for emacs-orgmode@gnu.org; Thu, 23 Aug 2007 14:48:58 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IOHjl-00054h-LN for emacs-orgmode@gnu.org; Thu, 23 Aug 2007 14:48:57 -0400 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Rainer Stengele Cc: org-mode mailing list On Aug 22, 2007, at 22:25, Rainer Stengele wrote: >> All you then need to do is to make sure that the drawer will >> be closed when first visiting the file, for example >> (add-hook 'org-mode-hook >> (lambda () (org-cycle-hide-drawers 'all))) >> - Carsten > > I use the drawers. Works perfect. Thanks a lot! Hiding drawers will be automatic upon visiting a file in version 5.06 - this means that you can and should remove this from your hook again once you get 5.06. - Carsten