Commit Graph

34 Commits

Author SHA1 Message Date
2624b73cfa Remove org/org dependency on doom-themes 2017-10-05 17:02:59 +02:00
f0e769c722 Remove org/org-notebook
Didn't offer enough features to really warrant its own module, and what
it did offer I didn't find terribly useful. So out it goes!
2017-10-05 01:30:18 +02:00
3b9e67746d org/org: new command +org/remove-link, bound to C-c C-S-l 2017-10-05 01:27:46 +02:00
0b5a833638 org/org: add tests for +org/insert-item 2017-10-05 01:27:46 +02:00
29030b6663 +org/insert-item: fix one-too-many prepended newlines in 1st-level headers 2017-10-05 01:27:46 +02:00
72505d4001 +org/insert-item: fix not jumping over sublists
Initial:
+ List item 1|  <-- M-RET
  + Sublist

Post-fix:
+ List item 1
  + Sublist
+ |

Pre-fix:
+ List item 1
+ |
  + Sublist
2017-10-05 01:27:37 +02:00
eaa677bd94 org: fix +org/dwim-at-point on subscript/superscript elements 2017-10-05 01:18:03 +02:00
4c148ea580 org/org-capture: refactor; fix early autoloading 2017-10-02 20:00:01 +02:00
f32c556257 Rewrite org/org-capture 2017-10-01 18:03:48 +02:00
3c05966347 Skip over unimportant contexts in +org/dwim-at-point 2017-09-30 17:06:09 +02:00
ce17ecd239 Fix ESC not closing popups from org-mode 2017-09-30 16:34:24 +02:00
ef66bc3e5e General refactor + tweaks to org/org 2017-09-28 18:21:03 +02:00
a4ddb1bc9b General minor refactor + cleanup 2017-09-28 18:19:15 +02:00
983d844aec org: use visual evil line motions 2017-09-25 13:05:44 +02:00
e4f4818c74 Ensure ELPA org is loaded instead of site org 2017-09-23 13:48:08 +02:00
91783e0695 General refactor & cleanup 2017-09-15 14:37:20 +02:00
806ee96416 org-attach: remove vestigial reference to variable 2017-09-07 17:55:01 +02:00
1f13aa5d70 +org|realign-table-maybe: now recalculates table formulas too 2017-09-07 17:36:33 +02:00
649f3eaf91 +org/toggle-fold: realign tables 2017-09-07 17:36:18 +02:00
5cdc495a9f Refactor +org/dwim-at-point 2017-09-07 17:35:09 +02:00
e40d991cee Refactor org/org-attach 2017-09-07 17:25:38 +02:00
caf23e239a Add task entry to org-capture-templates 2017-09-07 13:27:38 +02:00
03591ce77d org: restore checkbox TODO keywords 2017-09-06 01:33:08 +02:00
b1ae7f576d org: refactor + fix incorrectly attached hooks
Buffer-local hooks were being added on org-load-hook, rather than
org-mode-hook.

Fixes #186
2017-09-05 16:42:03 +02:00
735fcd099c org-capture: fix void-function doom/project-root reference 2017-09-05 16:38:06 +02:00
23404980ac Fix wrong-type-argument error from +org/insert-item
+org/insert-item would throw "save-excursion: Wrong type argument:
listp, 1" when used from BOL on the first sub-item in a list.
2017-09-03 20:59:56 +02:00
6947fd72c3 org: set org-ellipsis to downward chevron
This is no longer set by doom-themes.
2017-09-02 16:15:12 +02:00
7af0dd8545 org/org: refactor table navigation keys
Fixes a conflict with the C-[hjkl] window navigation keys.
2017-08-06 20:49:21 +02:00
749553993d Remove org-mode custom fontification
This has been merged into doom-themes.
2017-08-03 21:24:08 +02:00
f2d8681ef4 Refactor line number implementation
+ Add relative line number support (see doom-line-numbers-style)
+ Update doom/toggle-line-numbers
+ New hook functions: doom|enable-line-numbers,
  doom|disable-line-numbers

Addresses #156
2017-07-19 00:25:05 +02:00
78b40fb427 Fix: org/babel: sh -> shell
sh was renamed to shell in Org 8.2 [1] and this may result in some undesired
behavior as it will fall back to the bundled ob-sh.el

[1] http://orgmode.org/cgit.cgi/org-mode.git/plain/etc/ORG-NEWS
2017-07-16 04:56:51 +02:00
6dfbda7901 org/org: add C-S-[hjkl] binds 2017-07-08 13:43:34 +02:00
0f11e5c117 Enable evil insert mode in org-capture-mode #138 2017-07-05 12:26:11 +02:00
d2d4166b42 Move lang/org => org/*
Since lang/org has grown (and is expected to grow much, much more), it
has been given its own module category.

Concerns #129, #138
2017-07-05 12:26:08 +02:00