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'.
|
||||
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-mode files (recognized by the
|
||||
extension `.org.) should become links to the corresponding html
|
||||
However, links to other Org mode 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.
|
||||
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
|
||||
:type 'boolean)
|
||||
|
||||
@@ -1635,11 +1635,11 @@ non-nil."
|
||||
|
||||
;;;###autoload
|
||||
(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.
|
||||
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
|
||||
this command to convert it."
|
||||
itemized list in Org syntax in a Markdown buffer and use this command
|
||||
to convert it."
|
||||
(interactive)
|
||||
(org-export-replace-region-by 'rst))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user