Commit Graph

573 Commits

Author SHA1 Message Date
Daniel - be6f75ba5c
[Timeline] Add killing of lines 2018-11-28 15:59:21 +01:00
Daniel - fd3b2135ca
[Timeline] Make transformer for timelines into separate function 2018-11-28 15:55:29 +01:00
Daniel - fc53fd8943
[Timeline] Fix return value of headline getter 2018-11-28 15:55:08 +01:00
Daniel - b9d611d9bf
[Timeline] Move propertization (uh) to redrawing function 2018-11-28 15:46:50 +01:00
Daniel - 0bfdf970d1
[Timeline] Remove obsolete clustering filter function 2018-11-28 15:45:15 +01:00
Daniel - 57a8f25ea0
[Timeline] Remove code for clustered entries
Now all entries have exactly one marker.
2018-11-28 15:44:48 +01:00
Daniel - 6ad90e02b9
[Timeline] First draft version for adding inverted clock lines 2018-11-21 17:29:29 +01:00
Daniel - d2a91b8320
[Timeline] Extend ‘timeline-tools-clocklines-of-task’ to accept point or mark 2018-11-21 17:19:32 +01:00
Daniel - 70c3fc3aee
[Timeline] Make sure buffer is unfolded before iterating over clocklines 2018-11-21 17:19:06 +01:00
Daniel - f75609e987
[Utils] Remove unnecessary command in XML pretty printer 2018-11-21 14:31:37 +01:00
Daniel - 600285f9e5
[Utils] Improve XML pretty printer 2018-11-21 14:29:49 +01:00
Daniel - a08432b23b
[Utils] Simpler pretty printer for XML 2018-11-21 10:38:05 +01:00
Daniel - 83c1dfbed1
[Org] Simplify ‘db/make-org-capture-frame’ 2018-11-18 16:57:16 +01:00
Daniel - 5b64a89943
[Org] Code to make frame for spontaneous capturing 2018-11-18 16:39:43 +01:00
Daniel - 3459213765
[Org] Add simple check for ‘db/clock-in-by-task-id’ 2018-11-18 16:00:13 +01:00
Daniel - b11c63c49e
[Org] Clean up code for main hydra 2018-11-18 16:00:04 +01:00
Daniel - f6c7a408db
[Misc] Remove db-emacsclient.el and distribute functions to other files 2018-11-18 15:37:58 +01:00
Daniel - d1df3ad3bb
[Utils] Move top-level helper functions from init.el to db-utils.el 2018-11-10 08:33:47 +01:00
Daniel - e0bba9da6b
[Utils] Move general purpose hydras to db-utils 2018-11-03 20:55:13 +01:00
Daniel - abe02fe511
[TeX] Move function for adding additional symbols to input method to db-utils 2018-11-03 19:11:48 +01:00
Daniel - e5c197d7a9
[EMMs] Make sure emms is loaded when playing personal playlist 2018-11-03 18:37:08 +01:00
Daniel - 453c720814
[TeX] Merge configuration into init.el 2018-11-03 12:43:58 +01:00
Daniel - b9d06667ee
[EMMS] Streamlined configuration
Moved actual configuration back from db-emms.el to init.el.

May very well be that the configuration is now broken again, let’s see how it’s
working out.
2018-11-03 12:22:48 +01:00
Daniel - 3522387e90
[EShell] Show history of previous commands in order of usage 2018-11-03 12:09:54 +01:00
Daniel - 60f4a1cc0a
[EShell] Streamling configuration
Move all actual configuration to init.el, only leaving function definitions in
db-eshell.el.
2018-11-03 12:01:34 +01:00
Daniel - fe6cd4677b
[Org] Update brief documentation of db-org 2018-11-03 11:38:42 +01:00
Daniel - f8c2d0b441
[Org] Move org-capture configuration to init.el 2018-11-03 11:37:31 +01:00
Daniel - ec35b0edae
[Org] Make sure org-clock is loaded when using the org-clock hydra 2018-11-03 11:31:36 +01:00
Daniel - bfe12ddc24
[Org] Move require for org-download to init.el 2018-11-03 11:19:16 +01:00
Daniel - bef85cbdc5
[Org] Move hook for resetting checkboxes to init.el 2018-11-03 11:19:02 +01:00
Daniel - f510d73ae7
[Org] Move (small) Babel config to init.el 2018-11-03 11:18:40 +01:00
Daniel - d82d1550c6
[Org] Move hack for tag search to init.el 2018-11-03 11:18:22 +01:00
Daniel - 37273353c7
[Org] Move main variable definitions to init.el 2018-11-03 11:15:37 +01:00
Daniel - b8b6842e56
[Org] Move Agenda customization to init.el
some minor other configurations moved to init.el, too.
2018-11-03 10:59:41 +01:00
Daniel - 782dd9b8c1
[Org] Rename function to save current org task to file
That.
2018-11-03 10:30:47 +01:00
Daniel - 00934a6bec
[Org] Move helper functions back to db-org
New approach: all custom helper functions go to db-org, and all actual
configuration will move to init.el (someday).
2018-11-03 10:28:49 +01:00
Daniel - a8d79c52f5
[Org] Beautifications 2018-11-03 09:45:09 +01:00
Daniel - 8d07f1c197
[Org] Move some keybinding to init.el 2018-11-03 09:45:00 +01:00
Daniel - f0a2383b7a
[Org] Restructure configuration for org mode clocking
Moved most of the code to init.el, and some helper functions to the
corresponding hydra in db-org.el (this is the only place where they are used).
2018-11-03 09:44:52 +01:00
Daniel - f96329c4b6
[Org] Readd accidentally remove hyrda for org mode clocking 2018-11-03 09:05:01 +01:00
Daniel - f10ea83cef
[Org] Remove some obsolete or duplicate configuration 2018-11-02 20:28:39 +01:00
Daniel - 54f8492a33
[Org] Restructuring configuration
- Moving some package declarations to init.el
- Moving calendar export function to ‘db-utils’
2018-11-02 20:24:16 +01:00
Daniel - 06c427aba3
[Misc] Make most variable settings in init.el customizable
This is achieved by moving the variable definitions to use-packages’ :init
blocks, and allowing ‘db/run-init’ to override these definitions by calling
‘load-file’ on custom.el afterwards.

Also inlined some definitions from my custom.el file back into init.el
2018-11-02 18:17:51 +01:00
Daniel - e73c4d0596
[Org] Include diary in agenda view 2018-10-31 13:51:39 +01:00
Daniel - 73c2162b22
[Org] Fix bug in fix for ‘org-cached-entry-get’
and I thought it worked backed then, don’t know what I had tested …
2018-10-21 09:44:58 +02:00
Daniel - a38efb3133
[EShell] Add workaround for faulty completing when not ignoring case
Is this a general issue?  Should this be reported?
2018-10-20 14:54:09 +02:00
Daniel - 54a3cef8f3
[Util] Quote current directory when switching to it in eshell 2018-10-18 17:38:54 +02:00
Daniel - 93fc26e426
[Org] Remove old diary file before exporting new one 2018-10-07 19:19:33 +02:00
Daniel - f1a5c46f55
[Org] Explicitly specify cursor position in capture pattern 2018-09-12 17:08:51 +02:00
Daniel - c48bb8d3da
[Org] Hack: don’t read all properties of an entry when asking only for one 2018-09-12 17:08:28 +02:00
Daniel - 7b611873a1
[Org] Some minor modifications in babel configuration 2018-09-09 11:43:24 +02:00
Daniel - de1b42a34d
[Org] Settings for listings package also for beamer 2018-09-09 10:59:46 +02:00
Daniel - 479a797a88
[Org] Trying some color in LaTeX export
Not there yet, but close
2018-09-08 21:44:04 +02:00
Daniel - 7dbf97b54a
[Org] Further improving LaTeX export settings 2018-09-08 21:36:15 +02:00
Daniel - acd3962f4c
[Org] Some default settings for the listings package 2018-09-08 13:16:20 +02:00
Daniel - 473ac32147
[Org] Use ‘lualatex’ as default 2018-09-08 13:16:17 +02:00
Daniel - bebcee23fa
[Org] No postamble in HTML export 2018-09-08 10:30:39 +02:00
Daniel - ecab60562e
[Org] Restructuring export settings 2018-09-08 10:27:02 +02:00
Daniel - a4e5f0616f
[Misc] Change the way to load ‘tex-mode’ 2018-09-06 20:18:01 +02:00
Daniel - 48ce381845
[Utils] Remove obsolete org utility function 2018-08-27 21:28:39 +02:00
Daniel - 67b1290088
[Org] Update docstring for function capturing code snippets 2018-08-18 16:34:00 +02:00
Daniel - b6bb05eb3f
[Org] Neat capture template for code snippets
from http://ul.io/nb/2018/04/30/better-code-snippets-with-org-capture/, inspired
by http://irreal.org/blog/?p=7207.
2018-08-18 16:18:14 +02:00
Daniel - 9259c48272
[Projects] Delete bookmarks when archiving projects 2018-08-18 10:50:55 +02:00
Daniel - 1f08b83cf8
[Projects] Fix predicates to check for existing projects 2018-08-18 10:49:59 +02:00
Daniel - 2bae031158
[Projects] Add another newline 2018-08-18 10:49:30 +02:00
Daniel - e1a05acdec
[Projects] Cosmetics 2018-08-18 10:16:21 +02:00
Daniel - 45d8f2c79e
[Projects] Make new projects into git repositories whenever possible 2018-08-18 10:16:15 +02:00
Daniel - 583d2e679c
[Projects] Use long names when creating bookmarks for new projects
When archiving projects, the bookmark is not deleted automatically anymore; will
fix this later.
2018-08-18 10:16:09 +02:00
Daniel - 6ab52f11ed
[Misc] Almost exclusively use ‘with-eval-after-load’
instead of ‘eval-after-load’.
2018-08-15 21:12:42 +02:00
Daniel - e8a8781a78
[Org] Update file-apps for default M$ programs 2018-08-15 17:54:50 +02:00
Daniel - 4a2acf28fc
[Org] Fix error in file-app default for Cygwin 2018-08-15 17:51:59 +02:00
Daniel - 9b45215f7a
[Org] Don’t make NOP inherited when looking for stuck projects
This is a major change in the semantics of this tag: NOP now does not designated
whole projects anymore, but only headlines that should not considered by
themselves as projects.  Consequently, sub-headlines of NOP-tagged headlines can
by projects on their own, and also show up as stuck projects if they are so.
2018-08-15 17:49:27 +02:00
Daniel - 4975dab897
[Org] Don’t give up on broken links when exporting 2018-08-14 19:50:36 +02:00
Daniel - 68c235b3d0
[Org] Allow current buffer as additional refile target 2018-08-14 19:50:25 +02:00
Daniel - 78fb2e2860
[Org] Update ‘org-file-apps‘ for Cygwin 2018-08-14 19:50:10 +02:00
Daniel - d5215d60be
[Org] Enable more LaTeX classes 2018-08-09 21:34:28 +02:00
Daniel - 93c6bb2a81
[Projects] Fix typo 2018-08-05 16:35:44 +02:00
Daniel - 2c0b0db45e
[Projects] Simple projectile integration 2018-08-05 16:29:34 +02:00
Daniel - 141ed2c4bc
[Projects] Fix typo in function call 2018-08-05 16:29:03 +02:00
Daniel - 843714c39b
[Projects] Simplify generation of .projectile file 2018-08-05 16:26:01 +02:00
Daniel - b64c830ac5
[Projects] Simplify directory name concatenation 2018-08-05 16:23:37 +02:00
Daniel - 3f828b64fc
[Projects] Update todo list 2018-08-05 16:23:26 +02:00
Daniel - 6da48163df
[Projects] Add simple project management library 2018-08-05 16:19:52 +02:00
Daniel - d0a98c9c6a
[Org] Move Hy Babel code to ‘db-org’ 2018-08-04 12:32:54 +02:00
Daniel - 7345824659
[Timeline] New default value for filter functions 2018-08-03 20:15:33 +02:00
Daniel - db0d3e726a
[Timeline] Allow clustering by same entry
The corresponding function shares a lot of code with the one for clustering by
same category, but for now it’s not worth the effort to refactor this.
2018-08-03 20:14:57 +02:00
Daniel - f2475711b7
[Timeline] Make default value for skipping short entries customizable 2018-08-03 20:14:39 +02:00
Daniel - 8c4d4b4744
[Timeline] Fix error when showing timeline of past day 2018-08-03 18:39:56 +02:00
Daniel - d8bf5b3e9e
[Org] Add export by pandoc 2018-08-01 16:28:37 +02:00
Daniel - 09c1d2c37c
[Org] Moving loading of hydra to more sensible place 2018-07-31 21:01:18 +02:00
Daniel - ca7f632e4b
[Org] Remove iCal support 2018-07-31 20:57:04 +02:00
Daniel - 3419d456dc
[Org] Moving some code around 2018-07-31 20:55:59 +02:00
Daniel - 35518929d3
[Timeline] Cosmetics 2018-07-31 16:04:20 +02:00
Daniel - 4a93f1218a
[Timeline] Allow jumping to headlines in corresponding org-mode files 2018-07-31 16:04:05 +02:00
Daniel - ffa06f0ee3
[Timeline] Use org-modes parser to parse headlines
The headline will now also have a property called ’marker, pointing to the
corresponding headline in the org-mode file
2018-07-31 16:03:29 +02:00
Daniel - 1acc866b76
[Timeline] Allow interactive skipping of short entries 2018-07-31 14:35:58 +02:00
Daniel - 2eeb057122
[Timeline] Don’t make time formats customizable
One can overwrite them using standard dynamic binding.
2018-07-31 14:13:12 +02:00
Daniel - 8f0549d5d3
[Timeline] Use a proper way to increase a supplied date by one day
Courtesy of http://sachachua.com/blog/2015/08/org-mode-date-arithmetic/
2018-07-31 14:10:12 +02:00
Daniel - 023a14f8e7
[Timeline] Don’t do filtering anymore
Instead draw lines when the category changes.
2018-07-31 14:09:56 +02:00
Daniel - ddded41c7a
[Timeline] Change time formats when displaying only one day
There is no use in displaying the whole date when it’s clear that we are only
looking at one day.  Thus, only hours and minutes are shown for start and end
times now.  To make the headline still useful, a new time format has been
introduced.
2018-07-31 14:07:56 +02:00
Daniel - 003051ab24
[Timeline] Truncate start and end times 2018-07-31 14:07:20 +02:00
Daniel - 7864384e73
[Utils] Require ‘helm-eww’ before using it 2018-07-20 16:24:34 +02:00
Daniel - c67255b7c5
[EShell] More prompt beautifications
Or modifications, at least.
2018-07-20 14:26:34 +02:00
Daniel - 462dd74550
[EShell] Fix wrong key bindings 2018-07-20 14:26:18 +02:00
Daniel - 631fbcfd13
[EShell] More playing around with the prompt 2018-07-19 14:30:01 +02:00
Daniel - 7640aae6f6
[EShell] Improving display and navigation of history 2018-07-19 14:02:44 +02:00
Daniel - 1d1f48e47b
[EShell] Shortcut for calling ‘magit-status’ 2018-07-19 13:50:02 +02:00
Daniel - 1126f85c6c
[EShell] Trying to make the prompt look nicer
With inspiration from Howard Abrams’ Emacs configuration
2018-07-19 13:49:26 +02:00
Daniel - cf4a07d8d6
[Utils] Use ‘helm-eww’ when available to list eww-bookmarks 2018-07-14 12:07:01 +02:00
Daniel - d635236e48
[Utils] Use ‘cygstart’ to open documents in custom helm interface 2018-07-11 19:17:45 +02:00
Daniel - 241ee33100
[TeX] Use special purpose ispell parser 2018-07-11 17:30:41 +02:00
Daniel - c6d05cea7b
[Org] Capture template for plain bookmarks 2018-07-08 13:13:28 +02:00
Daniel - 000397e932
[Org] Don’t treat _ and ^ special without braces 2018-07-08 13:13:13 +02:00
Daniel - 4c1afc9baf
[Org] New defaults for opening Microsoft documents 2018-07-06 19:37:15 +02:00
Daniel - e587855fe3
[Timeline] Allow re-parsing the current timeline
Will update the category cache of all relevant files before redrawing the
current timeline.
2018-06-29 21:22:09 +02:00
Daniel - c4508fcca0
[Timeline] Enable quitting the current window 2018-06-29 21:21:50 +02:00
Daniel - 12136f699a
[Org] Minor rework of ox integration 2018-05-05 20:41:49 +02:00
Daniel - 5503d13183
[Timeline] Major rewrite
- Add major mode
- Add simple keybindings
- Add possibility to move forward and backward by one day
2018-04-30 19:30:24 +02:00
Daniel - 8d5f7fbe0b
[Timeline] Enable hl-mode and select buffer on display 2018-04-30 16:55:58 +02:00
Daniel - 3189a3a0b1
[Org] Don’t delete diary before export
The original use case, namely an underlying git-annex repository in indirect
mode, has now been changed into an (experimental) v6 git-annex repository.
Let’s see how this works out.
2018-03-25 20:59:58 +02:00
Daniel - e235e9993c
[Org] Show deadlines even if scheduled
To not lose track of them
2018-03-25 20:59:27 +02:00
Daniel - 805c94a1b6
[Org] Don’t be too strict on exporting diary 2018-03-17 11:39:46 +01:00
Daniel - b517c17535
[Org] Additional checking when exporting diary 2018-03-17 11:11:37 +01:00
Daniel - df1fdd16cc
[Org] Delete ‘org-icalendar-combined-agenda-file’ before exporting diary 2018-03-04 14:52:32 +01:00
Daniel - 4c7102eb2d
[Org] Capture notes into default refile file 2018-03-03 10:56:55 +01:00
Daniel - 1aacffa2e8
[Org] Try out ‘org-download’ 2018-02-22 16:43:54 +01:00
Daniel - b55dbfa9d3
[Timeline] More abstraction 2018-02-19 12:58:50 +01:00
Daniel - 034e342040
[Timeline] Update name for function to retrieve markers 2018-02-19 12:57:15 +01:00
Daniel - 4e208f9d13
[Timeline] Enable undo in display buffer
Had been enabled some time back, but somehow got lost in between …
2018-02-19 12:41:13 +01:00
Daniel - 2a94f343da
[Timeline] Additionally cluster before skipping short entries
Thus consecutive short entries of the same category don’t get deleted.
2018-02-19 12:19:48 +01:00
Daniel - 7d2e41ac01
[Timeline] Entries now always have lists of markers
This removes a special case and thus makes handling easier.
2018-02-19 12:19:05 +01:00
Daniel - 7918f82876
[Timeline] Minor comments 2018-02-19 12:11:36 +01:00
Daniel - 9edfeb2cbc
[Timeline] Minor comment update 2018-02-19 10:41:43 +01:00
Daniel - e64a2c9183
[Timeline] More abstraction 2018-02-19 10:41:37 +01:00
Daniel - dd4a7433d2
[Timeline] Minor formatting 2018-02-19 10:21:42 +01:00
Daniel - 55827f5d6c
[Timeline] Add some abstraction 2018-02-19 10:21:35 +01:00
Daniel - 5d446edd29
[Timeline] Retrieve category from archive, too 2018-02-19 10:20:57 +01:00
Daniel - c77155dd63
[Org] Fix implementation for OneNote-Links 2018-02-14 22:26:29 +01:00
Daniel - c14f45d186
[Org] Exclude refiling targets with DONE states
Copied from http://doc.norang.ca/org-mode.html#Refiling
2018-02-14 22:06:42 +01:00
Daniel - 2943a7a4b9
[Org] Fix spec for stuck projects 2018-02-04 18:14:30 +01:00
Daniel - 2fe2a55b59
[EMMS] Minor cleanup for configuration 2018-01-28 11:08:40 +01:00
Daniel - 0db33fb843
[EMMS] Silence some compiler warnings 2018-01-27 17:28:20 +01:00
Daniel - 3a556afca6
[Dired] Inline custom function from ‘db-utils’ into init.el 2018-01-27 16:41:20 +01:00
Daniel - 6fd381f020
[Timeline] Include archives 2018-01-27 12:11:59 +01:00
Daniel - 54a2edb223
[Timeline] Don’t stack ‘car’ and ‘cdr’ too much
For clarity and sanity.
2018-01-24 21:09:26 +01:00
Daniel - eebf3f0e35
[Timeline] Beautify test on including the current clockline 2018-01-24 21:05:11 +01:00
Daniel - d011ce0422
[Timeline] Barf if no clocklines can be found in given range 2018-01-24 20:55:10 +01:00
Daniel - d6e79dcf2d
[Timeline] Use ‘org-time-string-to-seconds’
instead of longer version using ‘org-parse-time-string’.
2018-01-24 20:54:48 +01:00
Daniel - fe1a509acf
[Timeline] Don’t use ‘cl’
Lot’s of ‘car’s and ‘cdr’s now!
2018-01-24 20:50:04 +01:00
Daniel - 0a5dc32b98
[Timeline] Add missing case when looking for clocklines in range
Missed case where there is only one clockline covering the whole requested
range.
2018-01-24 20:48:57 +01:00
Daniel - 7399609194
[EShell] Set some further variables 2018-01-24 19:30:05 +01:00
Daniel - 361ee2e83d
[EShell] Citing some sources 2018-01-24 19:29:57 +01:00
Daniel - 46400826eb
[EShell] Don’t barf if git commands cannot be found 2018-01-24 19:29:42 +01:00
Daniel - e7ab32951b
[Timeline] Require ‘cl’ 2018-01-24 19:29:24 +01:00
Daniel - 7a9961a253
[Org] Don’t ask so much for meetings 2018-01-23 17:51:00 +01:00
Daniel - 31e1c64037
[Org] Use ‘cl-equalp’ instead of ‘equalp’ 2018-01-23 17:50:23 +01:00
Daniel - 88a20aff5f
[Timeline] Minor updates 2018-01-21 19:48:12 +01:00
Daniel - 50b7cf2653
[Timeline] Make filtering when formatting customizable 2018-01-21 19:15:33 +01:00
Daniel - 35c9ccbc4d
[Timeline] Make more clear that we keep some headlines as they are 2018-01-21 19:04:10 +01:00
Daniel - f59d687620
[Timeline] Make format of inactive timestamps into global variables 2018-01-21 19:00:14 +01:00
Daniel - a21bc3bc70
[Timeline] Use ‘cl-assert’ instead of ‘assert’ 2018-01-21 19:00:05 +01:00
Daniel - 90f6201c87
[Timeline] Continue refactoring 2018-01-21 18:51:30 +01:00
Daniel - 78480d5fae
[Timeline] More refactoring 2018-01-21 18:47:11 +01:00
Daniel - cbaf589c53
[Timeline] Renaming functions 2018-01-21 18:38:22 +01:00
Daniel - 8ce8182529
[Timeline] Expand TODO in Commentary 2018-01-21 18:37:55 +01:00
Daniel - 574d62e2b3
[Timeline] Incorporating suggestions from flycheck 2018-01-21 18:28:36 +01:00
Daniel - 8fd665b954
[Org] Comments and TODOs 2018-01-21 18:12:48 +01:00
Daniel - caa13eb1d3
[Timeline] Moving timeline code into separate package 2018-01-21 18:07:04 +01:00
Daniel - 3787cef333
Merge branch 'db/org-merger'
Conflicts:
	site-lisp/db-org.el
	site-lisp/db-utils.el
2018-01-21 16:19:04 +01:00
Daniel - 2d9b54104c
[Org] Highlight some latex syntax 2018-01-21 16:12:55 +01:00
Daniel - b790d98977
[Org] Functions to copy clock lines from one task to another 2018-01-21 16:10:21 +01:00
Daniel - 74a26b4d5a
[Org] Change API of function to add clock lines to task
Instead of resolving an ID, this function now gets a marker designating the task
where the provided clock line should go to.
2018-01-21 16:09:27 +01:00
Daniel - 08927fd0ee
[Org] Fix reformatting function for bank csv files 2018-01-21 14:55:58 +01:00
Daniel - 9e32733014
[Misc] Even more silencing 2018-01-16 18:30:59 +01:00
Daniel - 18dd29d7e2
[Misc] Remove some more byte compiler warnings 2018-01-16 18:20:24 +01:00
Daniel - 55e3c0ab8f
[Org] Avoid some byte compiler warnings 2018-01-16 17:55:15 +01:00
Daniel - 925bb90dee
[Org] Don’t set symbol for ellipsis explicitly
Let’s use customize for this.
2018-01-16 17:40:56 +01:00
Daniel - 7fbc7f0217
[EShell] Don’t truncate buffer
The hook was wrong anyway.
2018-01-14 10:47:18 +01:00
Daniel - 60a3675d3e
[Misc] Use ‘with-editor’ in eshell and shell 2018-01-14 10:10:18 +01:00
Daniel - fa0fb98291
[Org] Cosmetics 2018-01-13 18:29:56 +01:00
Daniel - 0bbaf4b62b
[Org] Change time representation for ‘db/org-add-clock-line-to-file’ 2018-01-13 18:29:37 +01:00
Daniel - 766b12e4e3
[Org] Updating documentation for clock line mapping function 2018-01-13 18:29:13 +01:00
Daniel - f1ae359a35
[Utils] Move org-mode utils to ‘db-org.el’
and do some minor beautifications.
2018-01-13 14:25:05 +01:00
Daniel - 62ae309381
[Misc] Enable lispy in ‘eval-expression’ and the like only if loaded beforehand 2018-01-13 14:19:12 +01:00
Daniel - 375e39dd35
[Org] Simplification 2018-01-13 14:07:20 +01:00
Daniel - 2a6c40d446
[Org] Minor formatting 2018-01-13 14:07:13 +01:00
Daniel - 2c8d8ddaf1
[Org] Save point and mark when inserting new clock lines 2018-01-13 14:07:09 +01:00
Daniel - 2fcc4c4685
[Org] Cleaing up code on manipulating clock lines 2018-01-13 13:06:31 +01:00
Daniel - 0fa88c141f
[Org] First working version of clock line inserter 2018-01-13 12:51:08 +01:00
Daniel - fab318d5dc
[Org] Rearrange code for manually inserting new clock lines 2018-01-13 12:50:50 +01:00
Daniel - b81a152d42
[Org] Keep point and mark when iterating over clock lines and headlines 2018-01-13 12:49:43 +01:00
Daniel - 64c4f231bd
[Org] Update docstring for timeline formatter 2018-01-07 17:28:42 +01:00
Daniel - 3d283d600f
[Org] Add customization for timeline reporting 2018-01-07 17:28:20 +01:00
Daniel - e4893fe52e
[Org] Minor changes for main timeline formatting function 2018-01-07 17:17:54 +01:00
Daniel - c8d5bb24e1
[Org] Skip short slots in timeline formatting 2018-01-07 17:17:09 +01:00
Daniel - 463d7c1532
[Org] Cluster entries of timeline by category 2018-01-07 16:34:49 +01:00
Daniel - 0d2e773d9d
[Org] Function stub for merging clock lines into existing file
unfinished.
2018-01-01 15:35:34 +01:00
Daniel - 0d982d66d5
[Org] Ignore scheduled items in SOMEWHEN list 2018-01-01 15:34:51 +01:00
Daniel - 8cf1afc64c
[Org] Add timestamps for notes 2018-01-01 15:34:40 +01:00
Daniel - 53142f5b1e
[EMMS] Show compose even if performer is not known 2017-12-17 14:33:28 +01:00
Daniel - 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
Daniel - 1f00baadde
[Org] Remove obsolete comment 2017-12-16 10:41:46 +01:00
Daniel - adc1cac590
[Org] Remove unused ‘db/org-agenda-add-clocking-time’ 2017-12-15 21:46:14 +01:00
Daniel - 28c6ae47a1
[Org] make ‘db/org-add-clocking-time’ take two arguments 2017-12-15 21:45:50 +01:00
Daniel - 942c4a99dd
[Org] Don’t use UTC when converting time for reporting 2017-12-04 19:05:41 +01:00
Daniel - 54e6e242e3
[Org] Update type parameters for OneNote links
Untested.
2017-12-03 10:21:45 +01:00
Daniel - 58c786c251
[Org] Update and fix docstrings for reporting 2017-12-03 10:17:47 +01:00
Daniel - 5d347b1112
[Org] Use ‘sort’ instead of ‘cl-sort’
Should be equally fast, and is simpler.
2017-12-03 10:17:19 +01:00
Daniel - 62a2154d28
[Org] Fix typo in variable names 2017-12-03 10:16:13 +01:00
Daniel - 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
Daniel - 096989ee33
[Org] Use ‘org-read-date’ to query dates for reporting 2017-12-03 09:59:23 +01:00
Daniel - 53e81f252e
[Org] Another attempt to fix condition on current clock 2017-12-03 09:47:36 +01:00
Daniel - 41a57ecd96
[Org] Fix condition on when to include the current clock during reporting 2017-12-03 09:27:36 +01:00
Daniel - 17b5d9fecb
[Misc] Add lexical binding to all files 2017-12-03 09:19:05 +01:00
Daniel - 979f7af136
[Org] Clarify docstring for reporting function 2017-12-02 22:06:16 +01:00
Daniel - 1715a0412a
[Org] Remove redundant comma 2017-12-02 22:01:53 +01:00
Daniel - 5a68daa8e3
[Org] Adapt report formatting 2017-12-02 21:57:45 +01:00
Daniel - 1b6018dd84
[Org] Report for today ends 23:61 2017-12-02 21:57:28 +01:00
Daniel - c76c7e3fd7
[Org] Some meta-comment on reporting 2017-12-02 21:57:12 +01:00
Daniel - 984777fdc2
[Org] When no date is given, default to today 2017-12-02 21:49:50 +01:00
Daniel - bc08f185fd
[Org] Fix some bugs in the reporting functions 2017-12-02 21:48:57 +01:00
Daniel - afb474d44c
[Org] Add convenience function to format report for a particular day 2017-12-02 21:27:34 +01:00
Daniel - bdf7209032
[Org] Fix formatting of ‘db/org-format-timeline’ 2017-12-02 21:21:05 +01:00
Daniel - 24da327c2e
[Org] Show category instead of duration when reporting 2017-12-02 21:17:07 +01:00
Daniel - 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
Daniel - 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
Daniel - 599e6d41b8
[Org] Add reporting function for timelines 2017-12-02 20:00:58 +01:00
Daniel - 6fea7a228d
[Org] Add auxiliary functions for reporting 2017-12-02 18:49:21 +01:00
Daniel - eb67f79be6
[Themes] Add dark and light theme 2017-12-02 13:11:02 +01:00
Daniel - 4bae941b44
[Utils] Only show important document with prefix arg 2017-11-25 20:45:59 +01:00
Daniel - 3a51420a7c
[Utils] Minor simplification 2017-11-20 20:20:47 +01:00
Daniel - 04ab68b09d
[Utils] Dual converter for ascii to hex 2017-11-20 19:52:39 +01:00
Daniel - a1c29009ac
[Utils] Swapping lines for better readability 2017-11-18 15:14:09 +01:00
Daniel - 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
Daniel - 888c505f88
[Utils] Add function to convert NTP packets to human-readable time 2017-11-18 11:11:48 +01:00
Daniel - f85b40e2bb
[Utils] Minor cleanup 2017-11-18 11:11:37 +01:00
Daniel - 654abfe842
[Utils] Add little helper to convert hex to ascii 2017-11-16 19:32:56 +01:00
Daniel - 1f6a142a29
[Utils] Minor cleanup 2017-11-14 16:41:40 +01:00
Daniel - 850880ce5d
[Org] Don’t eval source blocks on export 2017-11-14 14:59:31 +01:00
Daniel - ec9510e24b
[EMMS] Try to eliminate recursive ‘require’ 2017-11-14 14:59:13 +01:00
Daniel - eb01e9f154
[Org] Don’t split lines on M-RET 2017-11-13 20:45:36 +01:00
Daniel - 9501f6b4ac
[Org] Reformatting some comments 2017-11-11 09:36:38 +01:00
Daniel - 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
Daniel - 139862d66d
[Misc] Introduce variable ‘on-windows’
to increase readability
2017-11-11 09:06:41 +01:00
Daniel - 6d4d519aab
[Org] Clock time again for taking notes 2017-11-06 21:30:57 +01:00
Daniel - 9db7801fe6
[Org] Move ‘org-agenda-prefix-format’ to custom.el 2017-11-06 21:28:06 +01:00
Daniel - 11a467de51
[Org] Shortcut for noting down abbreviations 2017-11-04 11:32:15 +01:00
Daniel - edcce1d692
[Org] Add custom link for OneNote files 2017-11-04 11:17:45 +01:00
Daniel - bcac4afc03
[Org] Don’t use too large numbers in clock consistency checks
They could get too large and could be automatically converted to floats then,
resulting in strange errors.
2017-10-30 20:04:45 +01:00
Daniel - c67bfe2e17
[Org] File handlers for usual Windows file extensions 2017-10-30 20:04:04 +01:00
Daniel - 48c2acde0e
[Helm] Allow specifying separate handler for helm shortcuts 2017-10-30 20:03:42 +01:00
Daniel - 305c358ca9
[Org] Fix misplaced require when exporting calendar 2017-10-29 22:27:38 +01:00
Daniel - 5747361df6
[Org] Remove obsolete code from agenda custom command 2017-10-28 14:31:17 +02:00
Daniel - 8ce78e4c47
[Org] Use different face for broken links 2017-10-28 14:29:07 +02:00
Daniel - fdcbeebcb8
[Org] Fix bug when initializing custom agenda files 2017-10-28 09:43:28 +02:00
Daniel - cd8e7ccd74
[Helm] Unify naming of sources 2017-10-27 21:57:27 +02:00
Daniel - 0803cd9abb
[Helm] Expand ‘db/important-documents-path’ before removing it 2017-10-27 21:57:02 +02:00
Daniel - 9b8c2ca7a7
[Helm] Add missing require 2017-10-27 21:54:20 +02:00
Daniel - 1ab91897e3
[Misc] Remove obsolete ical2org.el 2017-10-27 21:51:16 +02:00
Daniel - e048a01f83
[Helm] Give path for important documents sensible default 2017-10-27 21:48:46 +02:00
Daniel - ac10e90871
[Helm] Make personal shortcut more customizable 2017-10-27 21:46:50 +02:00
Daniel - ad27f96943
[Org] Update agenda files when changing customizations 2017-10-27 21:14:26 +02:00
Daniel - df224c099e
[Helm] Allow to call ‘find-file’ in helm shortcut 2017-10-27 20:53:37 +02:00
Daniel - 26e44b1d55
[Helm] Speed up recursive directory traversal in helm shortcut
By copying and adapting the code of ‘directory-files-recursively’
2017-10-27 20:47:34 +02:00
Daniel - 5403911bc0
[Helm] Adapt heading of section for important files in shortcut 2017-10-27 19:56:21 +02:00
Daniel - ca6d10fdd5
[Helm] Don’t show hidden files in shortcuts
Dump solution, but still …
2017-10-27 19:54:33 +02:00
Daniel - 9098d675b4
[Helm] Remove accidentally duplicated code
How could this happen?  Maybe I’m too tired already …
2017-10-27 19:44:36 +02:00
Daniel - 874e66d9d4
[Helm] Add bookmark management to helm shortcuts 2017-10-27 19:42:50 +02:00
Daniel - c2401e33eb
[Helm] Add listing of important files
Path to important files can be customized.
2017-10-27 19:39:45 +02:00
Daniel - d515b9480d
[Org] Generalize export of org-mode calendar to ics
The location to which the calendar will be exported is not taken from the
customized value of ‘org-icalendar-combined-agenda-file’, which is not fixed
anymore in the configuration.  If this variable is not set (i.e. nil), the no
exporting is done.
2017-10-21 09:02:46 +02:00
Daniel - b5397920eb
[Org] Open directories in emacs itself
Finally!
2017-10-20 17:59:16 +02:00
Daniel - e49a3e3236
[Misc] Moving path specifications to custom.el 2017-10-17 22:09:53 +02:00
Daniel - 9768bc4580
[Org] Replace obsolete variable ‘org-time-clocksum-format’ with ‘org-duration-format’ 2017-10-17 18:30:42 +02:00
Daniel - b3151704de
[Org] Fix issue of ‘nil’ file names when exporting diary 2017-10-08 16:33:43 +02:00
Daniel - e9870a7ce7
[Helm] Require ‘helm-files’ instead of ‘helm-x-files’ 2017-10-05 18:27:49 +02:00
Daniel - eccf84d6b0
[Org] Don’t show file name of currently running clock 2017-10-01 16:02:20 +02:00
Daniel - 5a06066324
[Org] Don’t clock in for notes anymore 2017-09-30 21:55:19 +02:00
Daniel - 6cfd4ddd8d
[LaTeX] Use evince as default, ‘pdf-tools’ if loaded 2017-09-30 17:45:06 +02:00
Daniel - 027b652bfd
[Helm] Fix custom program shortcut 2017-09-22 18:57:14 +02:00
Daniel - 2bfc90a9b7
Revert "[Org] No shortcut for break task needed anymore"
This reverts commit 9bc0cdffec.
2017-09-15 17:47:37 +02:00
Daniel - af8eb47675
[Org] Don’t set default values for main org-mode files 2017-09-15 17:47:30 +02:00
Daniel - 2712e8747b
[Org] Improve setting of `org-agenda-files' 2017-09-15 17:45:19 +02:00
Daniel - da1e3d8cec
[Private] Don’t use symlinks, adjust load-path instead
This eliminates the need for symlinks, and thus also works under Windows.
2017-09-14 19:35:21 +02:00
Daniel - 9bc0cdffec
[Org] No shortcut for break task needed anymore 2017-09-08 17:45:09 +02:00
Daniel - f72acff3b1
[Org] Setting task ids in main init file now 2017-09-02 13:34:22 +02:00
Daniel - 7ce608cffe
[Org] Fix keybinding 2017-09-02 13:34:09 +02:00
Daniel - f27c078041
[Org] Include time of current task in clock-report again 2017-09-02 13:33:57 +02:00
Daniel - 41c5e8bb1b
[LaTeX] electric-pair-mode disabled
Does not play well with AUCTeX, need to investigate further.
2017-09-02 13:33:21 +02:00
Daniel - ffb1ae14d5
[Org] Don’t show sublevels in SOMEHOW list 2017-08-26 11:39:00 +02:00
Daniel - 20b9df0ff0
[Org] Extend functionality to manually add clock line 2017-08-26 11:38:44 +02:00
Daniel - 2265f89bad
[EMMS] Simplify description of current track 2017-08-26 11:38:20 +02:00
Daniel - 2cd264d7ef
[EMMS] Remove common prefix from tracks with not metadata 2017-08-18 17:43:45 +02:00
Daniel - 979d1284a7
[LaTeX] Disable electric pair mode only locally 2017-08-18 16:42:35 +02:00
Daniel - fce3b088a8
[Org] Update capture templates 2017-08-14 20:36:18 +02:00
Daniel - 1cff76f65c
[EMMS] Use mediainfo program to extract media metadata 2017-08-14 20:36:04 +02:00
Daniel - 5b3a895cab
[Org] Restructure configuration
In particular, put clock persistence variables in correct order, and do not
include currently running clock task in clock report table anymore.
2017-08-14 08:18:55 +02:00
Daniel - 0ec7e34399
[Org] Don’t transfer org agenda appointments to appt 2017-08-12 11:33:14 +02:00
Daniel - f3c05d630d
[Org] Simplify resetting of checkboxes
Now there is no need to depend on ‘org-plus-contrib’ anymore :D
2017-08-12 11:25:04 +02:00
Daniel - 173d4c8caa
[TeX] Disable ‘electric-pair-mode’ 2017-08-12 00:03:26 +02:00
Daniel - c0aceb0e33
[Org] No .pl suffix for Perl scripts anymore 2017-08-11 09:07:19 +02:00