From mboxrd@z Thu Jan 1 00:00:00 1970 From: amscopub-mail@yahoo.com Subject: Load macros from other files? Date: Wed, 15 Sep 2010 06:58:06 -0700 (PDT) Message-ID: <702389.1018.qm@web65509.mail.ac4.yahoo.com> Reply-To: amscopub-mail@yahoo.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=47002 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OvsV2-0005t0-EA for emacs-orgmode@gnu.org; Wed, 15 Sep 2010 09:58:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OvsV0-0008BK-Pc for emacs-orgmode@gnu.org; Wed, 15 Sep 2010 09:58:12 -0400 Received: from n13.bullet.mail.ac4.yahoo.com ([74.6.228.93]:43679) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1OvsV0-0008AT-NR for emacs-orgmode@gnu.org; Wed, 15 Sep 2010 09:58:10 -0400 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 Is there a way to load macros from another file? The "include" command doesn't seeem to work. For example, the following does *not* work. macro.org: #+MACRO: hello Hello world and include.org: #+INCLUDE: "./macro.org" {{{hello}}} I'm using org-mode 7.01g. --Thanks! Uriel Avalos