ORG-NEWS: Signal :export-block keyword removal
This commit is contained in:
parent
aab46486f7
commit
74c46ad006
|
@ -40,7 +40,6 @@ becomes
|
||||||
,#+INCLUDE: "file.org" export html
|
,#+INCLUDE: "file.org" export html
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
|
||||||
The following function repairs export blocks and =INCLUDE= keywords
|
The following function repairs export blocks and =INCLUDE= keywords
|
||||||
using previous syntax:
|
using previous syntax:
|
||||||
|
|
||||||
|
@ -76,6 +75,10 @@ using previous syntax:
|
||||||
(replace-match "EXPORT \\1" nil nil nil 1)))))))))
|
(replace-match "EXPORT \\1" nil nil nil 1)))))))))
|
||||||
#+END_SRC
|
#+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
|
*** Footnotes
|
||||||
**** [1]-like constructs are not valid footnotes
|
**** [1]-like constructs are not valid footnotes
|
||||||
Using =[1]= as a footnote was already discouraged in the manual, since
|
Using =[1]= as a footnote was already discouraged in the manual, since
|
||||||
|
|
Loading…
Reference in New Issue