mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-12-02 08:22:16 +00:00
Extended org-export-default-language docstring
* ox.el (org-export-default-language): mention other variables affected by language.
This commit is contained in:
parent
7ff935bb60
commit
e7609fb904
@ -501,8 +501,9 @@ e.g. \"H:2\"."
|
||||
(defcustom org-export-default-language "en"
|
||||
"The default language for export and clocktable translations, as a string.
|
||||
This may have an association in
|
||||
`org-clock-clocktable-language-setup'. This option can also be
|
||||
set with the LANGUAGE keyword."
|
||||
`org-clock-clocktable-language-setup',
|
||||
`org-export-smart-quotes-alist' and `org-export-dictionary'.
|
||||
This option can also be set with the LANGUAGE keyword."
|
||||
:group 'org-export-general
|
||||
:type '(string :tag "Language"))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user