[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] [PATCH] tiny fixes in ox-ascii.el [was: Re: Bug: Footnotes break iCa
From: |
Richard Lawrence |
Subject: |
[O] [PATCH] tiny fixes in ox-ascii.el [was: Re: Bug: Footnotes break iCalendar export] |
Date: |
Sun, 21 Apr 2013 12:12:39 -0700 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) |
Here is a patch for a couple of tiny issues I encountered in ox-ascii.el
while debugging ox-icalendar.el. Explanation:
1) There is no function called `org-ascii-footnote-definition' (though
it looks like maybe there once was?), so I changed a reference to it to
`ignore' to be more explicit.
I'm not sure if this is the right thing to do -- maybe the point was to
let the user define such a function if she wishes? That however would
be inconsistent with the comment that such definitions are ignored (see
below).
2) A tiny change to the comment explaining why there is no such
function: footnote definitions are ignored because they are compiled by
`org-ascii-inner-template', not `org-ascii-template'.
Best,
Richard
ox-ascii.el.patch
Description: Text Data