From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: include file contents in org files? Date: Tue, 21 Aug 2007 23:47:44 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1INbaG-0004K3-01 for emacs-orgmode@gnu.org; Tue, 21 Aug 2007 17:48:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1INbaE-0004Hs-6I for emacs-orgmode@gnu.org; Tue, 21 Aug 2007 17:48:19 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1INbaD-0004Hk-VM for emacs-orgmode@gnu.org; Tue, 21 Aug 2007 17:48:17 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1INbaD-0006lV-MT for emacs-orgmode@gnu.org; Tue, 21 Aug 2007 17:48:17 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1INba6-00029A-G2 for emacs-orgmode@gnu.org; Tue, 21 Aug 2007 23:48:10 +0200 Received: from p57af1748.dip0.t-ipconnect.de ([87.175.23.72]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Aug 2007 23:48:10 +0200 Received: from rainer.stengele by p57af1748.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Aug 2007 23:48:10 +0200 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: emacs-orgmode@gnu.org Dear list, I'd like to have the initial lines (configuration) of any org file be the same. Yes, I could configure everything in my .emacs file - but I want to see my configuration - TAGS etc. - at the beginning of my org files. If I change anything in for example the TAGS section I have to do the change in each and every org files I use - which is stupid. Is there a possibility to include a file and show it maybe between a ruler set? Maybe something like: #INLCUDEFROM #INCLUDEDCONTENTS START #+STARTUP: overview #+TAGS: @HOME(h) @IGN @KUNDE(k) @UNTERWEGS(u) #+TAGS: BESORGEN(b) COMPUTER(c) EMAIL(e) IGNORE(r) INFO(i) #+STARTUP: hidestars #+SEQ_TODO: TODO INARBEIT | DONE CANCELED DELEGATED #INCLUDEDCONTENTS END comments? bad/good idea? Rainer