|
@@ -17563,29 +17563,6 @@ If there is already a time stamp at the cursor position, update it."
|
|
|
(org-insert-time-stamp
|
|
|
(encode-time 0 0 0 (nth 1 cal-date) (car cal-date) (nth 2 cal-date))))))
|
|
|
|
|
|
-(defcustom org-effort-durations
|
|
|
- `(("min" . 1)
|
|
|
- ("h" . 60)
|
|
|
- ("d" . ,(* 60 8))
|
|
|
- ("w" . ,(* 60 8 5))
|
|
|
- ("m" . ,(* 60 8 5 4))
|
|
|
- ("y" . ,(* 60 8 5 40)))
|
|
|
- "Conversion factor to minutes for an effort modifier.
|
|
|
-
|
|
|
-Each entry has the form (MODIFIER . MINUTES).
|
|
|
-
|
|
|
-In an effort string, a number followed by MODIFIER is multiplied
|
|
|
-by the specified number of MINUTES to obtain an effort in
|
|
|
-minutes.
|
|
|
-
|
|
|
-For example, if the value of this variable is ((\"hours\" . 60)), then an
|
|
|
-effort string \"2hours\" is equivalent to 120 minutes."
|
|
|
- :group 'org-agenda
|
|
|
- :version "26.1"
|
|
|
- :package-version '(Org . "8.3")
|
|
|
- :type '(alist :key-type (string :tag "Modifier")
|
|
|
- :value-type (number :tag "Minutes")))
|
|
|
-
|
|
|
(defcustom org-image-actual-width t
|
|
|
"Should we use the actual width of images when inlining them?
|
|
|
|