mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-22 07:09:47 +00:00
Backport commit 5ab5c3898 from Emacs
* lisp/org-indent.el (org-indent-mode-turns-off-org-adapt-indentation) (org-indent-mode-turns-on-hiding-stars): * lisp/org-protocol.el (org-protocol-project-alist): Shorten doc strings to not exceed 80-column limits. (Bug#44858) Shorten over-wide docstrings in defcustoms 5ab5c3898778406103e7183bf41c7d018077092b Stefan Kangas Sat Dec 19 18:21:06 2020 +0100
This commit is contained in:
parent
ec52bfef54
commit
ce22aa15fd
@ -85,15 +85,13 @@ it may be prettier to customize the `org-indent' face."
|
||||
:type 'character)
|
||||
|
||||
(defcustom org-indent-mode-turns-off-org-adapt-indentation t
|
||||
"Non-nil means setting the variable `org-indent-mode' will \
|
||||
turn off indentation adaptation.
|
||||
"Non-nil means setting `org-indent-mode' will turn off indentation adaptation.
|
||||
For details see the variable `org-adapt-indentation'."
|
||||
:group 'org-indent
|
||||
:type 'boolean)
|
||||
|
||||
(defcustom org-indent-mode-turns-on-hiding-stars t
|
||||
"Non-nil means setting the variable `org-indent-mode' will \
|
||||
turn on `org-hide-leading-stars'."
|
||||
"Non-nil means setting `org-indent-mode' will turn on `org-hide-leading-stars'."
|
||||
:group 'org-indent
|
||||
:type 'boolean)
|
||||
|
||||
|
@ -181,7 +181,8 @@ Possible properties are:
|
||||
:working-directory - the local working directory. This is, what base-url will
|
||||
be replaced with.
|
||||
:redirects - A list of cons cells, each of which maps a regular
|
||||
expression to match to a path relative to :working-directory.
|
||||
expression to match to a path relative to
|
||||
:working-directory.
|
||||
|
||||
Example:
|
||||
|
||||
@ -202,7 +203,8 @@ Example:
|
||||
:working-directory \"~/site/content/post/\"
|
||||
:online-suffix \".html\"
|
||||
:working-suffix \".md\"
|
||||
:rewrites ((\"\\(https://site.com/[0-9]+/[0-9]+/[0-9]+/\\)\" . \".md\")))
|
||||
:rewrites ((\"\\(https://site.com/[0-9]+/[0-9]+/[0-9]+/\\)\"
|
||||
. \".md\")))
|
||||
(\"GNU emacs OpenGrok\"
|
||||
:base-url \"https://opengrok.housegordon.com/source/xref/emacs/\"
|
||||
:working-directory \"~/dev/gnu-emacs/\")))
|
||||
|
Loading…
Reference in New Issue
Block a user