Commit Graph

298 Commits

Author SHA1 Message Date
fe6cd4677b
[Org] Update brief documentation of db-org 2018-11-03 11:38:42 +01:00
f8c2d0b441
[Org] Move org-capture configuration to init.el 2018-11-03 11:37:31 +01:00
ec35b0edae
[Org] Make sure org-clock is loaded when using the org-clock hydra 2018-11-03 11:31:36 +01:00
bfe12ddc24
[Org] Move require for org-download to init.el 2018-11-03 11:19:16 +01:00
bef85cbdc5
[Org] Move hook for resetting checkboxes to init.el 2018-11-03 11:19:02 +01:00
f510d73ae7
[Org] Move (small) Babel config to init.el 2018-11-03 11:18:40 +01:00
d82d1550c6
[Org] Move hack for tag search to init.el 2018-11-03 11:18:22 +01:00
37273353c7
[Org] Move main variable definitions to init.el 2018-11-03 11:15:37 +01:00
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
782dd9b8c1
[Org] Rename function to save current org task to file
That.
2018-11-03 10:30:47 +01:00
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
a8d79c52f5
[Org] Beautifications 2018-11-03 09:45:09 +01:00
8d07f1c197
[Org] Move some keybinding to init.el 2018-11-03 09:45:00 +01:00
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
f96329c4b6
[Org] Readd accidentally remove hyrda for org mode clocking 2018-11-03 09:05:01 +01:00
f10ea83cef
[Org] Remove some obsolete or duplicate configuration 2018-11-02 20:28:39 +01:00
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
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
e73c4d0596
[Org] Include diary in agenda view 2018-10-31 13:51:39 +01:00
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
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
54a3cef8f3
[Util] Quote current directory when switching to it in eshell 2018-10-18 17:38:54 +02:00
93fc26e426
[Org] Remove old diary file before exporting new one 2018-10-07 19:19:33 +02:00
f1a5c46f55
[Org] Explicitly specify cursor position in capture pattern 2018-09-12 17:08:51 +02:00
c48bb8d3da
[Org] Hack: don’t read all properties of an entry when asking only for one 2018-09-12 17:08:28 +02:00
7b611873a1
[Org] Some minor modifications in babel configuration 2018-09-09 11:43:24 +02:00
de1b42a34d
[Org] Settings for listings package also for beamer 2018-09-09 10:59:46 +02:00
479a797a88
[Org] Trying some color in LaTeX export
Not there yet, but close
2018-09-08 21:44:04 +02:00
7dbf97b54a
[Org] Further improving LaTeX export settings 2018-09-08 21:36:15 +02:00
acd3962f4c
[Org] Some default settings for the listings package 2018-09-08 13:16:20 +02:00
473ac32147
[Org] Use ‘lualatex’ as default 2018-09-08 13:16:17 +02:00
bebcee23fa
[Org] No postamble in HTML export 2018-09-08 10:30:39 +02:00
ecab60562e
[Org] Restructuring export settings 2018-09-08 10:27:02 +02:00
a4e5f0616f
[Misc] Change the way to load ‘tex-mode’ 2018-09-06 20:18:01 +02:00
48ce381845
[Utils] Remove obsolete org utility function 2018-08-27 21:28:39 +02:00
67b1290088
[Org] Update docstring for function capturing code snippets 2018-08-18 16:34:00 +02:00
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
9259c48272
[Projects] Delete bookmarks when archiving projects 2018-08-18 10:50:55 +02:00
1f08b83cf8
[Projects] Fix predicates to check for existing projects 2018-08-18 10:49:59 +02:00
2bae031158
[Projects] Add another newline 2018-08-18 10:49:30 +02:00
e1a05acdec
[Projects] Cosmetics 2018-08-18 10:16:21 +02:00
45d8f2c79e
[Projects] Make new projects into git repositories whenever possible 2018-08-18 10:16:15 +02:00
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
6ab52f11ed
[Misc] Almost exclusively use ‘with-eval-after-load’
instead of ‘eval-after-load’.
2018-08-15 21:12:42 +02:00
e8a8781a78
[Org] Update file-apps for default M$ programs 2018-08-15 17:54:50 +02:00
4a2acf28fc
[Org] Fix error in file-app default for Cygwin 2018-08-15 17:51:59 +02:00
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
4975dab897
[Org] Don’t give up on broken links when exporting 2018-08-14 19:50:36 +02:00
68c235b3d0
[Org] Allow current buffer as additional refile target 2018-08-14 19:50:25 +02:00
78fb2e2860
[Org] Update ‘org-file-apps‘ for Cygwin 2018-08-14 19:50:10 +02:00