Commit Graph

125 Commits

Author SHA1 Message Date
8cf1afc64c
[Org] Add timestamps for notes 2018-01-01 15:34:40 +01:00
53142f5b1e
[EMMS] Show compose even if performer is not known 2017-12-17 14:33:28 +01:00
34e639ac98
[Org] Refactor ‘db/org-clocking-time-in-range’
This function now uses the more general ‘db/org-map-clock-lines-and-entries’,
which is also going to be used by the future ‘db/org-add-clock-line-to-file’ (or
similar).
2017-12-16 10:42:23 +01:00
1f00baadde
[Org] Remove obsolete comment 2017-12-16 10:41:46 +01:00
adc1cac590
[Org] Remove unused ‘db/org-agenda-add-clocking-time’ 2017-12-15 21:46:14 +01:00
28c6ae47a1
[Org] make ‘db/org-add-clocking-time’ take two arguments 2017-12-15 21:45:50 +01:00
942c4a99dd
[Org] Don’t use UTC when converting time for reporting 2017-12-04 19:05:41 +01:00
54e6e242e3
[Org] Update type parameters for OneNote links
Untested.
2017-12-03 10:21:45 +01:00
58c786c251
[Org] Update and fix docstrings for reporting 2017-12-03 10:17:47 +01:00
5d347b1112
[Org] Use ‘sort’ instead of ‘cl-sort’
Should be equally fast, and is simpler.
2017-12-03 10:17:19 +01:00
62a2154d28
[Org] Fix typo in variable names 2017-12-03 10:16:13 +01:00
4273dfeb41
[Org] Revert ‘db/org-timeline-in-range’ to mostly imperative style
This mostly reverts 1192dc21, as it’s much clearer now what is going on, imho.

(btw: the commit message of 1192dc21 should have started with "More"
instead of "Move", duh!)
2017-12-03 10:07:58 +01:00
096989ee33
[Org] Use ‘org-read-date’ to query dates for reporting 2017-12-03 09:59:23 +01:00
53e81f252e
[Org] Another attempt to fix condition on current clock 2017-12-03 09:47:36 +01:00
41a57ecd96
[Org] Fix condition on when to include the current clock during reporting 2017-12-03 09:27:36 +01:00
17b5d9fecb
[Misc] Add lexical binding to all files 2017-12-03 09:19:05 +01:00
979f7af136
[Org] Clarify docstring for reporting function 2017-12-02 22:06:16 +01:00
1715a0412a
[Org] Remove redundant comma 2017-12-02 22:01:53 +01:00
5a68daa8e3
[Org] Adapt report formatting 2017-12-02 21:57:45 +01:00
1b6018dd84
[Org] Report for today ends 23:61 2017-12-02 21:57:28 +01:00
c76c7e3fd7
[Org] Some meta-comment on reporting 2017-12-02 21:57:12 +01:00
984777fdc2
[Org] When no date is given, default to today 2017-12-02 21:49:50 +01:00
bc08f185fd
[Org] Fix some bugs in the reporting functions 2017-12-02 21:48:57 +01:00
afb474d44c
[Org] Add convenience function to format report for a particular day 2017-12-02 21:27:34 +01:00
bdf7209032
[Org] Fix formatting of ‘db/org-format-timeline’ 2017-12-02 21:21:05 +01:00
24da327c2e
[Org] Show category instead of duration when reporting 2017-12-02 21:17:07 +01:00
1192dc2cb8
[Org] Move functional style for reporting function
Doesn’t mean it’s more comprehensible now, though …
2017-12-02 21:11:41 +01:00
e95ca2da9a
[Org] Add markers to reporting function
In this way, more information can be extracted from the actual formatting
functions.
2017-12-02 20:55:14 +01:00
599e6d41b8
[Org] Add reporting function for timelines 2017-12-02 20:00:58 +01:00
6fea7a228d
[Org] Add auxiliary functions for reporting 2017-12-02 18:49:21 +01:00
eb67f79be6
[Themes] Add dark and light theme 2017-12-02 13:11:02 +01:00
4bae941b44
[Utils] Only show important document with prefix arg 2017-11-25 20:45:59 +01:00
3a51420a7c
[Utils] Minor simplification 2017-11-20 20:20:47 +01:00
04ab68b09d
[Utils] Dual converter for ascii to hex 2017-11-20 19:52:39 +01:00
a1c29009ac
[Utils] Swapping lines for better readability 2017-11-18 15:14:09 +01:00
5377524830
[Utils] Make hex converter and ntp converter interactive
Not quite sure whether this is the right way to do it, though.
2017-11-18 11:25:55 +01:00
888c505f88
[Utils] Add function to convert NTP packets to human-readable time 2017-11-18 11:11:48 +01:00
f85b40e2bb
[Utils] Minor cleanup 2017-11-18 11:11:37 +01:00
654abfe842
[Utils] Add little helper to convert hex to ascii 2017-11-16 19:32:56 +01:00
1f6a142a29
[Utils] Minor cleanup 2017-11-14 16:41:40 +01:00
850880ce5d
[Org] Don’t eval source blocks on export 2017-11-14 14:59:31 +01:00
ec9510e24b
[EMMS] Try to eliminate recursive ‘require’ 2017-11-14 14:59:13 +01:00
eb01e9f154
[Org] Don’t split lines on M-RET 2017-11-13 20:45:36 +01:00
9501f6b4ac
[Org] Reformatting some comments 2017-11-11 09:36:38 +01:00
5cdc0068c8
[Org] Remove empty strings from ‘org-agenda-files’ before exporting diary
Empty strings in the variable ‘org-agenda-files’ cause exporting of the current
buffer, because "" is treated by ‘org-agenda-files’ (the function).  This
results in ID properties generated in the current buffer, if this happens to be
an org-mode buffer currently selected at the time of export.
2017-11-11 09:36:00 +01:00
139862d66d
[Misc] Introduce variable ‘on-windows’
to increase readability
2017-11-11 09:06:41 +01:00
6d4d519aab
[Org] Clock time again for taking notes 2017-11-06 21:30:57 +01:00
9db7801fe6
[Org] Move ‘org-agenda-prefix-format’ to custom.el 2017-11-06 21:28:06 +01:00
11a467de51
[Org] Shortcut for noting down abbreviations 2017-11-04 11:32:15 +01:00
edcce1d692
[Org] Add custom link for OneNote files 2017-11-04 11:17:45 +01:00