From mboxrd@z Thu Jan 1 00:00:00 1970 From: Darlan Cavalcante Moreira Subject: How to uniformly configure multiple org files Date: Fri, 05 Aug 2011 14:54:30 -0300 Message-ID: <4e3c2e5a.08b5ec0a.3587.5838@mx.google.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([140.186.70.92]:41704) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QpObW-0006R2-Dk for emacs-orgmode@gnu.org; Fri, 05 Aug 2011 13:54:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QpObV-0000pe-Gj for emacs-orgmode@gnu.org; Fri, 05 Aug 2011 13:54:38 -0400 Received: from mail-gy0-f169.google.com ([209.85.160.169]:63527) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QpObV-0000pT-E2 for emacs-orgmode@gnu.org; Fri, 05 Aug 2011 13:54:37 -0400 Received: by gyg10 with SMTP id 10so1669309gyg.0 for ; Fri, 05 Aug 2011 10:54:35 -0700 (PDT) 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: Orgmode Mailing List 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). -- Darlan