From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard G Riley Subject: Include other files? Date: Fri, 02 Nov 2007 02:15:50 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Inl8h-00040k-GF for emacs-orgmode@gnu.org; Thu, 01 Nov 2007 21:15:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Inl8f-0003y1-10 for emacs-orgmode@gnu.org; Thu, 01 Nov 2007 21:15:58 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Inl8e-0003xu-Qs for emacs-orgmode@gnu.org; Thu, 01 Nov 2007 21:15:56 -0400 Received: from mu-out-0910.google.com ([209.85.134.189]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Inl8e-0005Dv-FV for emacs-orgmode@gnu.org; Thu, 01 Nov 2007 21:15:56 -0400 Received: by mu-out-0910.google.com with SMTP id i2so925666mue for ; Thu, 01 Nov 2007 18:15:55 -0700 (PDT) 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: org-mode Due to permissions and security issues I wish to spread my tasks over separate files. Is it possible to maybe "include" header files which have to org directives? e.g I might like to share the following between two different org files: common.inc: #+SEQ_TODO: TODO(t) WAITING(w@) INPROGRESS(p@) | DONE(d) CANCELLED(x@) DELEGATED(l@) #+SEQ_TODO: apple(a) | orange(d) todo.org: #+include common.inc