branch: externals-release/org commit ce6f1799cc86dbb059b410e06c3ce1fabcc515e8 Author: Ihor Radchenko <yanta...@posteo.net> Commit: Ihor Radchenko <yanta...@posteo.net>
org-options-keywords: Add missing keyword * lisp/org.el: Add missing "EXPORT_FILE_NAME" that is mentioned in 13.2 Export Settings section of the manual. Reported-by: alain.coch...@unistra.fr Link: https://orgmode.org/list/25521.58663.963178.927...@gargle.gargle.howl --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index 286a34ba27..8d226c2c5a 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -8859,7 +8859,7 @@ keywords relative to each registered export back-end." "EXCLUDE_TAGS:" "FILETAGS:" "INCLUDE:" "INDEX:" "KEYWORDS:" "LANGUAGE:" "MACRO:" "OPTIONS:" "PROPERTY:" "PRINT_BIBLIOGRAPHY" "PRIORITIES:" "SELECT_TAGS:" "SEQ_TODO:" "SETUPFILE:" "STARTUP:" "TAGS:" "TITLE:" "TODO:" - "TYP_TODO:" "SELECT_TAGS:" "EXCLUDE_TAGS:")) + "TYP_TODO:" "SELECT_TAGS:" "EXCLUDE_TAGS:" "EXPORT_FILE_NAME:")) (defcustom org-structure-template-alist '(("a" . "export ascii")