From mboxrd@z Thu Jan 1 00:00:00 1970 From: Juan Pechiar Subject: Re: How to uniformly configure multiple org files Date: Fri, 5 Aug 2011 15:09:17 -0300 Message-ID: <20110805180917.GA6630@soloJazz.com> References: <4e3c2e5a.08b5ec0a.3587.5838@mx.google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:56463) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QpOpp-0001ky-ET for emacs-orgmode@gnu.org; Fri, 05 Aug 2011 14:09:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QpOpo-0003fU-Fk for emacs-orgmode@gnu.org; Fri, 05 Aug 2011 14:09:25 -0400 Received: from oproxy1-pub.bluehost.com ([66.147.249.253]:53690) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1QpOpo-0003fL-45 for emacs-orgmode@gnu.org; Fri, 05 Aug 2011 14:09:24 -0400 Content-Disposition: inline In-Reply-To: <4e3c2e5a.08b5ec0a.3587.5838@mx.google.com> 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: Darlan Cavalcante Moreira Cc: Orgmode Mailing List Hi Darlan, Please check #SETUPFILE http://orgmode.org/manual/In_002dbuffer-settings.html Regards, .j. On Fri, Aug 05, 2011 at 02:54:30PM -0300, Darlan Cavalcante Moreira wrote: > > In each org file I usually put several configuration lines such > as #+STARTUP, #+OPTIONS, #+LINK, etc. Is there a way to keep these > configurations in a single file and then "include" this file in each org > file I want? This would be particularly useful for projects. > > What I have in mind is something like a #+INCLUDE_CONF keyword similar > to #+INCLUDE, but while #+INCLUDE includes the content of one org-file into > another, the #+INCLUDE_CONF would include the configuration comments while > ignoring the content (so that we could use headings to separate the > configuration comments, for instance). >