Turn org-mode into Org or Org mode
Use Org or Org mode instead of org-mode or Org-mode according to "Documentation standards".
This commit is contained in:
12
ox-rst.el
12
ox-rst.el
@@ -130,11 +130,11 @@
|
|||||||
"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
|
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.
|
non-html files are directly put into a href tag in HTML.
|
||||||
However, links to other Org-mode files (recognized by the
|
However, links to other Org mode files (recognized by the extension
|
||||||
extension `.org.) should become links to the corresponding html
|
`.org.) should become links to the corresponding HTML
|
||||||
file, assuming that the linked `org-mode' file will also be
|
file, assuming that the linked `org-mode' 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-rst
|
:group 'org-export-rst
|
||||||
:type 'boolean)
|
:type 'boolean)
|
||||||
|
|
||||||
@@ -1635,11 +1635,11 @@ non-nil."
|
|||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun org-rst-convert-region-to-rst ()
|
(defun org-rst-convert-region-to-rst ()
|
||||||
"Assume the current region has org-mode syntax, and convert it to
|
"Assume the current region has Org syntax, and convert it to
|
||||||
reStructuredText.
|
reStructuredText.
|
||||||
This can be used in any buffer. For example, you can write an
|
This can be used in any buffer. For example, you can write an
|
||||||
itemized list in org-mode syntax in a Markdown buffer and use
|
itemized list in Org syntax in a Markdown buffer and use this command
|
||||||
this command to convert it."
|
to convert it."
|
||||||
(interactive)
|
(interactive)
|
||||||
(org-export-replace-region-by 'rst))
|
(org-export-replace-region-by 'rst))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user