emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org ef495b7 30/41: ox-html: Fix typography in a docstri


From: ELPA Syncer
Subject: [elpa] externals/org ef495b7 30/41: ox-html: Fix typography in a docstring
Date: Sun, 16 May 2021 04:57:22 -0400 (EDT)

branch: externals/org
commit ef495b76ec29d2df670e008c2fe950339444e07a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Commit: Bastien <bzg@gnu.org>

    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.
---
 lisp/ox-html.el | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/lisp/ox-html.el b/lisp/ox-html.el
index e48afe2..8f8470b 100644
--- a/lisp/ox-html.el
+++ b/lisp/ox-html.el
@@ -826,13 +826,13 @@ e.g. \"tex:mathjax\".  Allowed values are:
 ;;;; Links :: Generic
 
 (defcustom org-html-link-org-files-as-html t
-  "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.
-However, links to other Org files (recognized by the extension
-\".org\") should become links to the corresponding HTML
-file, assuming that the linked `org-mode' file will also be
-converted to HTML.
+  "Non-nil means make file links to \"file.org\" point to \"file.html\".
+
+When Org mode is exporting an Org file to HTML, links to non-HTML files
+are directly put into a \"href\" tag in HTML.  However, links to other Org 
files
+(recognized by the extension \".org\") should become links to the corresponding
+HTML file, assuming that the linked Org file will also be converted to HTML.
+
 When nil, the links still point to the plain \".org\" file."
   :group 'org-export-html
   :type 'boolean)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]