|
@@ -595,7 +595,7 @@ XEmacs user should have this variable set to nil, because
|
|
(defcustom org-loop-over-headlines-in-active-region nil
|
|
(defcustom org-loop-over-headlines-in-active-region nil
|
|
"Shall some commands act upon headlines in the active region?
|
|
"Shall some commands act upon headlines in the active region?
|
|
|
|
|
|
-When set to `t', some commands will be performed in all headlines
|
|
|
|
|
|
+When set to t, some commands will be performed in all headlines
|
|
within the active region.
|
|
within the active region.
|
|
|
|
|
|
When set to `start-level', some commands will be performed in all
|
|
When set to `start-level', some commands will be performed in all
|
|
@@ -1575,7 +1575,7 @@ See the manual for examples."
|
|
"Non-nil means Org will display descriptive links.
|
|
"Non-nil means Org will display descriptive links.
|
|
E.g. [[http://orgmode.org][Org website]] will be displayed as
|
|
E.g. [[http://orgmode.org][Org website]] will be displayed as
|
|
\"Org Website\", hiding the link itself and just displaying its
|
|
\"Org Website\", hiding the link itself and just displaying its
|
|
-description. When set to `nil', Org will display the full links
|
|
|
|
|
|
+description. When set to nil, Org will display the full links
|
|
literally.
|
|
literally.
|
|
|
|
|
|
You can interactively set the value of this variable by calling
|
|
You can interactively set the value of this variable by calling
|
|
@@ -11562,7 +11562,7 @@ go to the location where the last refiling operation has put the subtree.
|
|
With a numeric prefix argument of `2', refile to the running clock.
|
|
With a numeric prefix argument of `2', refile to the running clock.
|
|
|
|
|
|
With a numeric prefix argument of `3', emulate `org-refile-keep'
|
|
With a numeric prefix argument of `3', emulate `org-refile-keep'
|
|
-being set to `t' and copy to the target location, don't move it.
|
|
|
|
|
|
+being set to t and copy to the target location, don't move it.
|
|
Beware that keeping refiled entries may result in duplicated ID
|
|
Beware that keeping refiled entries may result in duplicated ID
|
|
properties.
|
|
properties.
|
|
|
|
|
|
@@ -15545,7 +15545,7 @@ and the new value.")
|
|
|
|
|
|
(defun org-entry-put (pom property value)
|
|
(defun org-entry-put (pom property value)
|
|
"Set PROPERTY to VALUE for entry at point-or-marker POM.
|
|
"Set PROPERTY to VALUE for entry at point-or-marker POM.
|
|
-If the value is `nil', it is converted to the empty string.
|
|
|
|
|
|
+If the value is nil, it is converted to the empty string.
|
|
If it is not a string, an error is raised."
|
|
If it is not a string, an error is raised."
|
|
(cond ((null value) (setq value ""))
|
|
(cond ((null value) (setq value ""))
|
|
((not (stringp value))
|
|
((not (stringp value))
|
|
@@ -17759,7 +17759,7 @@ If no number is found, the return value is 0."
|
|
(defcustom org-image-actual-width t
|
|
(defcustom org-image-actual-width t
|
|
"Should we use the actual width of images when inlining them?
|
|
"Should we use the actual width of images when inlining them?
|
|
|
|
|
|
-When set to `t', always use the image width.
|
|
|
|
|
|
+When set to t, always use the image width.
|
|
|
|
|
|
When set to a number, use imagemagick (when available) to set
|
|
When set to a number, use imagemagick (when available) to set
|
|
the image's width to this value.
|
|
the image's width to this value.
|
|
@@ -17786,7 +17786,7 @@ This requires Emacs >= 24.1, build with imagemagick support."
|
|
|
|
|
|
(defcustom org-agenda-inhibit-startup nil
|
|
(defcustom org-agenda-inhibit-startup nil
|
|
"Inhibit startup when preparing agenda buffers.
|
|
"Inhibit startup when preparing agenda buffers.
|
|
-When this variable is `t', the initialization of the Org agenda
|
|
|
|
|
|
+When this variable is t, the initialization of the Org agenda
|
|
buffers is inhibited: e.g. the visibility state is not set, the
|
|
buffers is inhibited: e.g. the visibility state is not set, the
|
|
tables are not re-aligned, etc."
|
|
tables are not re-aligned, etc."
|
|
:type 'boolean
|
|
:type 'boolean
|