瀏覽代碼

ORG-NEWS: Signal :export-block keyword removal

Nicolas Goaziou 9 年之前
父節點
當前提交
74c46ad006
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      etc/ORG-NEWS

+ 4 - 1
etc/ORG-NEWS

@@ -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