From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: Using macros in worg Date: Wed, 03 Nov 2010 14:08:33 +0100 Message-ID: <87pqum7dwu.fsf@gmx.de> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=41496 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PDd6J-0004jc-Co for emacs-orgmode@gnu.org; Wed, 03 Nov 2010 09:10:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PDd5j-00036L-8i for emacs-orgmode@gnu.org; Wed, 03 Nov 2010 09:09:29 -0400 Received: from mailout-de.gmx.net ([213.165.64.22]:44180 helo=mail.gmx.net) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1PDd5i-00035u-Ry for emacs-orgmode@gnu.org; Wed, 03 Nov 2010 09:09:27 -0400 In-Reply-To: (Benny Simonsen's message of "Mon, 1 Nov 2010 17:29:56 +0100") 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: Benny Simonsen Cc: emacs-orgmode@gnu.org Benny Simonsen writes: > Hi > > I would like to use org-mode + git to generate a web page. I would > also like to use the "#+MACRO: " directives as defined in Worg > /macrs.setupfile. > > I have downloaded cloned the git repository for Worg > (git clone http://repo.or.cz/r/Worg.git) for an example. > > How is the setup to expand the macros? Hi Benny, there's no special setup needed. On worg, the marcos are included through constructs like this in the Org file's header: #+SETUPFILE: ../macros.setupfile i.e. the relative path to the macros.setupfile. That's it. Sebastian