Sébastien Gendre <[email protected]> writes: > I tried to contact the team about my assignment, but get no reply. > I will try to remake my assignment from start. We will see.
Ok. > I attached the fixed patch to this e-mail. > Subject: [PATCH 179/179] lisp/ox-html.el: Add missing keywords and > `#+OPTIONS:' in backend options-alist 179? Uh! > Due to a bug, `:html-extension' option cannot be set in buffer. So, > no keyword added for it. Also, `:html-divs' are to complex to be *too (In general, there are other grammar errors with sentence structure, but I can fix those myself later) > doc/org-manual.org | 54 ++++++++++++++++++++--------- > etc/ORG-NEWS | 85 ++++++++++++++++++++++++++++++++++++++++++---- The patch will need to be rebased onto the latest main. ORG-NEWS have been reshuffled for the release. > diff --git a/lisp/ox-html.el b/lisp/ox-html.el > - nil nil org-html-allow-name-attribute-in-anchors) > + nil "html-name-attr-in-anchors" > org-html-allow-name-attribute-in-anchors) > (:html-divs nil nil org-html-divs) I am not sure about this one. I get it that the option name is long, but your variant is not much shorter and introduces yet another long string to memorize by users. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>
