ORG-NEWS: Signal :export-block keyword removal

This commit is contained in:
Nicolas Goaziou 2016-01-06 19:11:40 +01:00
parent aab46486f7
commit 74c46ad006
1 changed files with 4 additions and 1 deletions

View File

@ -40,7 +40,6 @@ becomes
,#+INCLUDE: "file.org" export html
#+END_SRC
The following function repairs export blocks and =INCLUDE= keywords
using previous syntax:
@ -76,6 +75,10 @@ using previous syntax:
(replace-match "EXPORT \\1" nil nil nil 1)))))))))
#+END_SRC
Moreover, ~:export-block~ keyword used in ~org-export-define-backend~
and ~org-export-define-derived-backend~ is no longer used and needs to
be removed.
*** Footnotes
**** [1]-like constructs are not valid footnotes
Using =[1]= as a footnote was already discouraged in the manual, since