From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: Markup for export question Date: Thu, 09 Jul 2009 17:38:53 +0200 Message-ID: <87bpntsw6q.fsf@kassiopeya.MSHEIMNETZ> References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MOve8-0003id-Ih for emacs-orgmode@gnu.org; Thu, 09 Jul 2009 11:34:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MOve2-0003eP-RP for emacs-orgmode@gnu.org; Thu, 09 Jul 2009 11:34:51 -0400 Received: from [199.232.76.173] (port=54884 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MOve2-0003eL-Ko for emacs-orgmode@gnu.org; Thu, 09 Jul 2009 11:34:46 -0400 Received: from mail.gmx.net ([213.165.64.20]:49824) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MOve1-00055v-UP for emacs-orgmode@gnu.org; Thu, 09 Jul 2009 11:34:46 -0400 In-Reply-To: (Ulf Stegemann's message of "Thu, 09 Jul 2009 15:19:58 +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: Ulf Stegemann Cc: emacs-orgmode@gnu.org --=-=-= Ulf Stegemann writes: > When writing documentations I often come across expressions like > > doMagic('myVariable') > > In an ideal world the HTML code for this after exporting the org file > would look like this: > > doMagic('myVariable') Example: --=-=-= Content-Disposition: inline #+MACRO: macname (eval (format "Macro says '%s'" $1)) * Some headline {{{macname("Something to say here")}}} --=-=-= It does _not_ work without the `eval'. See: http://orgmode.org/Changes.html#sec-2.1.1 Sebastian --=-=-= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --=-=-=--