From mboxrd@z Thu Jan 1 00:00:00 1970 From: Juan Pechiar Subject: Re: hide #+ lines? Date: Sat, 19 Mar 2011 19:06:44 -0300 Message-ID: <20110319220644.GA2276@soloJazz.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=57425 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q14IM-0007Pv-Ib for emacs-orgmode@gnu.org; Sat, 19 Mar 2011 18:06:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q14IL-0005Cz-KE for emacs-orgmode@gnu.org; Sat, 19 Mar 2011 18:06:50 -0400 Received: from oproxy1-pub.bluehost.com ([66.147.249.253]:42457) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Q14IL-0005Cp-A9 for emacs-orgmode@gnu.org; Sat, 19 Mar 2011 18:06:49 -0400 Content-Disposition: inline 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: "Filippo A. Salustri" Cc: emacs-orgmode@gnu.org Hi, If you are referring to directives such as export templates, etc., these can in general be placed anywhere in the document. For example, inside a COMMENT'ed heading at the end of the document, with folded view as default. You can also have all that in another file and use #+setupfile or #include for inclusion. Other things such as #+category have their equivalent as properties, which are normally folded. Regards, .j. On Sat, Mar 19, 2011 at 05:27:23PM -0400, Filippo A. Salustri wrote: > I've started using #+ blocks here and there, and (meaning no > disrespect) I find them a bit ugly. I would much rather there were > some way to hide the #+ directives (without, of course, impeding their > functionality). > I believe I've done my due diligence, checking doc & google, but I > can't find anything to help. > > Anyone got something to offer?