[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Orgmode] Macros broken
From: |
Ulf Stegemann |
Subject: |
[Orgmode] Macros broken |
Date: |
Mon, 22 Jun 2009 14:02:51 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) |
Hi,
with today's version of Org mode and CVS Emacs (23.1.50.1) macro
expansion seems to be broken. An org file like
--8<--------------------------snip-------------------------->8---
#+MACRO: foo BAR
* baz
{{{foo}}}
--8<--------------------------snap-------------------------->8---
exported to HTML produces
--8<--------------------------snip-------------------------->8---
[...]
<div id="outline-container-1" class="outline-2">
<h2 id="sec-1"><span class="section-number-2">1</span> baz </h2>
<div class="outline-text-2" id="text-1">
<p>
ACR
</p></div>
[...]
--8<--------------------------snap-------------------------->8---
The `ACR' origins from the first line of the file, i.e. different first
lines result in different expansions.
I'm not aware of any settings I have that should influence macro
handling, so I guess this is reproduce-able.
Ulf
- [Orgmode] Macros broken,
Ulf Stegemann <=