Bastien
|
e3b79ad2bf
Allow a new value for `org-adapt-indentation'
|
11 months ago |
Kyle Meyer
|
9e1b9fe627
Port more time-related changes
|
1 year ago |
Paul Eggert
|
74bf99502d
Backport commit 988e37fa0 from Emacs
|
1 year ago |
Renato Ferreira
|
413736f315
org-todo: Respect state argument when called from elisp
|
1 year ago |
Andrii Kolomoiets
|
c103bc5acf
org-clock: Fix restore of `frame-title-format`
|
1 year ago |
Kyle Meyer
|
f3584ecc3b
org-clock: Correctly locate heading when resolving clock
|
2 years ago |
Nicolas Goaziou
|
0df6d9f782
org-clock: Fix `org-clock-in'
|
2 years ago |
Nicolas Goaziou
|
a2636b5286
org-clock: Fix `org-clock-in' with (4) argument.
|
2 years ago |
Nicolas Goaziou
|
0dda9bf1c1
Mark `org-get-indentation' as obsolete
|
2 years ago |
Nicolas Goaziou
|
6655429b8d
org-capture: Refresh clock mode line when finalizing capture
|
2 years ago |
Aliaksey Artamonau
|
0a8711a0a5
org-clock.el: Fix one time continuous clock in
|
3 years ago |
Nicolas Goaziou
|
27e5beaa64
org-clock: Do not inhibit logging with `org-clock-out-switch-to-state'
|
3 years ago |
Kyle Meyer
|
7c710f6f57
Change :version in defcustoms from "25.2" to "26.1"
|
4 years ago |
Nicolas Goaziou
|
ff212d8528
org-clock: Small refactoring
|
4 years ago |
Nicolas Goaziou
|
7bbe9202c2
Match `org-complex-heading-regexp' with a nil `case-fold-search'
|
4 years ago |
Nicolas Goaziou
|
0cf58cc208
Improve docstrings
|
4 years ago |
Nicolas Goaziou
|
d907041911
Change :version in defcustoms from "25.1" to "25.2"
|
4 years ago |
Aaron Ecay
|
ab04bab4d6
Use org-with-wide-buffer where appropriate
|
4 years ago |
Nicolas Goaziou
|
72461eaeaf
Use `string-match-p' instead of `org-string-match-p'
|
4 years ago |
Nicolas Goaziou
|
ee5d40b001
org-clock: Fix `org-clock-drawer-name'
|
4 years ago |
Nicolas Goaziou
|
d1786a0908
org-clock: Fix generated drawer when `org-clock-into-drawer' is numerical
|
4 years ago |
Nicolas Goaziou
|
35bc1c8853
org-clock: Use lexical binding
|
5 years ago |
Tom Hinton
|
0500bd09e2
Fix clock in when org-clock-into-drawer is integer
|
5 years ago |
Nicolas Goaziou
|
18685d9852
org-clock: Fix ignored integer values for `org-clock-into-drawer'
|
5 years ago |
Nicolas Goaziou
|
a752684bf0
org-clock: Fix `org-clock-in-last' with universal argument
|
6 years ago |
Nicolas Goaziou
|
e990bedc51
Change default value for `org-clock-into-drawer'
|
6 years ago |
Nicolas Goaziou
|
83249b668e
org-clock: Fix clocking when `org-clock-into-drawer' is a number
|
6 years ago |
Kyle Meyer
|
70e0b08e66
org-clock: Fix CLOCK_INTO_DRAWER property check
|
6 years ago |
Bastien Guerry
|
d978a9e585
org-agenda.el (org-agenda-format-item): Don't add the 'effort and 'effort-minutes text properties
|
6 years ago |
Bastien Guerry
|
3dd3100794
org-clock.el (org-clock-in): Don't forward by one character when setting the marker in the clock history
|
7 years ago |
Bastien Guerry
|
78b5dd8d56
org-clock.el (org-clock-insert-selection-line): Don't display the clockout time
|
7 years ago |
Bastien Guerry
|
749829d591
org-clock.el (org-clock-select-task): Fix window to buffer
|
7 years ago |
Bastien Guerry
|
65399674d5
Remove remember support
|
8 years ago |
Bastien Guerry
|
85a1395efa
org-clock.el: Minor code clean-up
|
8 years ago |
Bastien Guerry
|
d1e57bd884
Fix bug with `org-clock-rounding-minutes'
|
8 years ago |
Bastien Guerry
|
345cfbec25
org-clock.el (org-clock-in): Fix bug when fetching the effort value
|
8 years ago |
Bastien Guerry
|
6cd243468b
Speed up setting/getting the APPT_WARNTIME property.
|
8 years ago |
Bastien Guerry
|
c4d4bf3833
New defun `org-refresh-effort-properties'
|
8 years ago |
Bastien Guerry
|
b5f93f8fe3
New option `org-clock-rounding-minutes'
|
8 years ago |
Myles English
|
db8e06147a
Clocking: Move to task before calling org-clock-in-prepare-hook
|
8 years ago |
Bastien Guerry
|
30f1a62878
Update autoloads.
|
8 years ago |
Levin Du
|
996a49dd44
org-clock.el (org-clock-in): Fix bug in setting the clock heading
|
8 years ago |
Bastien Guerry
|
bc19977534
org-clock.el: Let C-u M-x org-clock-out RET now prompts for a state to switch to
|
8 years ago |
Bastien Guerry
|
796b4ec43b
org-clock.el: Set the marker for `org-clock-history' at a safer position.
|
8 years ago |
Giovanni Ridolfi
|
12a53c7161
org.texi: Update the key sequence for `org-clock-in-last' and `org-clock-cancel'.
|
8 years ago |
Bastien Guerry
|
fea1b82bef
Bind `org-clock-in-last' to C-c C-x C-x and ̀org-clock-cancel' to C-c C-x C-q.
|
8 years ago |
Bastien Guerry
|
3528fc6b42
Implement continuous clocking. Small other improvements. Update documentation.
|
8 years ago |
Bastien Guerry
|
d5aa0e0d73
Rename `org-indent-line-function' to `org-indent-line'.
|
8 years ago |
Bastien Guerry
|
9780de8b30
org-clock.el (org-clock-in-last): New command.
|
8 years ago |
Bastien Guerry
|
8dd8540f55
org-clock.el (org-clock-in): Fix typo in docstring.
|
8 years ago |
Bastien Guerry
|
7c513b3047
New option `org-clock-frame-title-format'.
|
8 years ago |
Bastien Guerry
|
ef956d7181
When clocking, Don't modify `frame-title-format' if it is a string.
|
8 years ago |
Bastien Guerry
|
7686a81c14
New option to format the total time cells.
|
8 years ago |
Carsten Dominik
|
73b1fdb965
Fix clock regexps
|
9 years ago |
Carsten Dominik
|
746bd50327
Fix clock regexps
|
9 years ago |
Carsten Dominik
|
278d5afa2f
Allow time stampes without day name
|
9 years ago |
Bastien Guerry
|
c3748fcd80
Don't use `outline-regexp' anymore.
|
9 years ago |
Achim Gratz
|
d37223562d
Introduce CLOCK_INTO_DRAWER property like the existing LOG_INTO_DRAWER
|
9 years ago |
Bernt Hansen
|
0f301d133b
Allow clocking in new tasks inserted before the current clocking task
|
10 years ago |
Bernt Hansen
|
d008facdab
Allow setting default clocking task to current clocking task
|
10 years ago |
Carsten Dominik
|
ca733df0d4
Move the category property refresh to org-get-category where possible
|
10 years ago |
Julien Danjou
|
f5bb1b7dbf
Always return refreshed category
|
10 years ago |
John Wiegley
|
1affd3bbb6
Check whether org-clock-into-string is a string
|
11 years ago |
John Wiegley
|
4d3960cd11
Add var to disable clock resolution on clock in
|
11 years ago |
John Wiegley
|
abfc6babca
Added feature for resolving clocks due to idleness
|
11 years ago |
John Wiegley
|
8490a6c1d5
Added `M-x org-resolve-clocks' command
|
11 years ago |
John Wiegley
|
defe6c3838
Added several new utility functions to org-clock
|
11 years ago |
John Wiegley
|
b6594a03df
Prevent mode-line timers from being duplicated
|
11 years ago |
John Wiegley
|
384d3ebc65
Added several new utility functions to org-clock
|
11 years ago |
John Wiegley
|
a5150cca5d
Prevent mode-line timers from being duplicated
|
11 years ago |
Bastien Guerry
|
fa7e23ec39
Add org-clock-in-prepare-hook. Doc update.
|
11 years ago |
Carsten Dominik
|
7c3aba2d3a
Magnus Henoch writes:
|
11 years ago |
krick
|
d4b85109dd
Show estimated effort in the mode-line if it is set.
|
11 years ago |
Carsten Dominik
|
651d2e7a14
Bugfix: Allow org-clock-into-drawer to be 1.
|
12 years ago |
James TD Smith
|
6ca2053982
Add clock persistence.
|
12 years ago |
Carsten Dominik
|
f70127dd3f
Allow org-clock-in-switch-to-state to be a function.
|
12 years ago |
Carsten Dominik
|
fb4684e51b
Pass prefix argument to "I" in agenda through to org-clock-in.
|
12 years ago |