Commit Graph

273 Commits

Author SHA1 Message Date
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
d5215d60be
[Org] Enable more LaTeX classes 2018-08-09 21:34:28 +02:00
93c6bb2a81
[Projects] Fix typo 2018-08-05 16:35:44 +02:00
2c0b0db45e
[Projects] Simple projectile integration 2018-08-05 16:29:34 +02:00
141ed2c4bc
[Projects] Fix typo in function call 2018-08-05 16:29:03 +02:00
843714c39b
[Projects] Simplify generation of .projectile file 2018-08-05 16:26:01 +02:00
b64c830ac5
[Projects] Simplify directory name concatenation 2018-08-05 16:23:37 +02:00
3f828b64fc
[Projects] Update todo list 2018-08-05 16:23:26 +02:00
6da48163df
[Projects] Add simple project management library 2018-08-05 16:19:52 +02:00
d0a98c9c6a
[Org] Move Hy Babel code to ‘db-org’ 2018-08-04 12:32:54 +02:00
7345824659
[Timeline] New default value for filter functions 2018-08-03 20:15:33 +02:00
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
f2475711b7
[Timeline] Make default value for skipping short entries customizable 2018-08-03 20:14:39 +02:00
8c4d4b4744
[Timeline] Fix error when showing timeline of past day 2018-08-03 18:39:56 +02:00
d8bf5b3e9e
[Org] Add export by pandoc 2018-08-01 16:28:37 +02:00
09c1d2c37c
[Org] Moving loading of hydra to more sensible place 2018-07-31 21:01:18 +02:00
ca7f632e4b
[Org] Remove iCal support 2018-07-31 20:57:04 +02:00
3419d456dc
[Org] Moving some code around 2018-07-31 20:55:59 +02:00
35518929d3
[Timeline] Cosmetics 2018-07-31 16:04:20 +02:00
4a93f1218a
[Timeline] Allow jumping to headlines in corresponding org-mode files 2018-07-31 16:04:05 +02:00
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
1acc866b76
[Timeline] Allow interactive skipping of short entries 2018-07-31 14:35:58 +02:00
2eeb057122
[Timeline] Don’t make time formats customizable
One can overwrite them using standard dynamic binding.
2018-07-31 14:13:12 +02:00
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
023a14f8e7
[Timeline] Don’t do filtering anymore
Instead draw lines when the category changes.
2018-07-31 14:09:56 +02:00
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