[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] MACRO and HTML escapes and migration to org-mode 8
From: |
Adrian |
Subject: |
[O] MACRO and HTML escapes and migration to org-mode 8 |
Date: |
Tue, 02 Apr 2013 21:50:32 +1100 |
User-agent: |
Gnus/5.130006 (Ma Gnus v0.6) Emacs/23.4 (gnu/linux) |
I've finally bitten the bullet and tried to get my org-mode export
working with the new export mechanisms, so far so good.
My current sticking point is with my use of #+MACRO and "@" escapes in
them -- they used to work in the old version of org-mode, in the current
one I get them quoted verbatim into the HTML output with text like
@<span blah blah >text@</span>
I must be missing the key part of TFM, since section 12.5.3 seems to say
that "@" still escapes simple HTML tags. I've got a header file that
includes the line:
#+MACRO: datetime @<span class="datetime" title="$1">$2@</span>
This is then included in the org-mode files with
#+SETUPFILE: ~/path/macros.inc
Then in the text I have entries such as
{{{datetime(2013-04-01,yesterday)}}} -- and it all used to work.
--
Adrian Tritschler mailto:address@hidden
Latitude 38°S, Longitude 145°E, Altitude 50m, Shoe size 44
---------------------------------------------------------------
- [O] MACRO and HTML escapes and migration to org-mode 8,
Adrian <=