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

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

[elpa] externals/org 91ce96d04a: org-html-link-org-files-as-html: Fix ch


From: ELPA Syncer
Subject: [elpa] externals/org 91ce96d04a: org-html-link-org-files-as-html: Fix checkdoc warning
Date: Thu, 2 Nov 2023 06:58:44 -0400 (EDT)

branch: externals/org
commit 91ce96d04a16be3273fb89d134f7131f9fac8968
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    org-html-link-org-files-as-html: Fix checkdoc warning
    
    Escape ( at bol.
---
 lisp/ox-html.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/ox-html.el b/lisp/ox-html.el
index 64fec544ad..276491b313 100644
--- a/lisp/ox-html.el
+++ b/lisp/ox-html.el
@@ -840,7 +840,7 @@ e.g. \"tex:mathjax\".  Allowed values are:
 
 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
+\(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.
 
 Links to \"file.org.gpg\" are also converted.



reply via email to

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