ox-html: Fix typography in a docstring
* lisp/ox-html.el (org-html-link-org-files-as-html): Replace org-mode with Org mode and org-mode file with Org file.
This commit is contained in:
parent
f4b0ce243c
commit
702fefe9f6
|
@ -826,13 +826,13 @@ e.g. \"tex:mathjax\". Allowed values are:
|
||||||
;;;; Links :: Generic
|
;;;; Links :: Generic
|
||||||
|
|
||||||
(defcustom org-html-link-org-files-as-html t
|
(defcustom org-html-link-org-files-as-html t
|
||||||
"Non-nil means make file links to `file.org' point to `file.html'.
|
"Non-nil means make file links to \"file.org\" point to \"file.html\".
|
||||||
When `org-mode' is exporting an `org-mode' file to HTML, links to
|
|
||||||
non-html files are directly put into a href tag in HTML.
|
When Org mode is exporting an Org file to HTML, links to non-HTML files
|
||||||
However, links to other Org files (recognized by the extension
|
are directly put into a \"href\" tag in HTML. However, links to other Org files
|
||||||
\".org\") should become links to the corresponding HTML
|
(recognized by the extension \".org\") should become links to the corresponding
|
||||||
file, assuming that the linked `org-mode' file will also be
|
HTML file, assuming that the linked Org file will also be converted to HTML.
|
||||||
converted to HTML.
|
|
||||||
When nil, the links still point to the plain \".org\" file."
|
When nil, the links still point to the plain \".org\" file."
|
||||||
:group 'org-export-html
|
:group 'org-export-html
|
||||||
:type 'boolean)
|
:type 'boolean)
|
||||||
|
|
Loading…
Reference in New Issue