Commit Graph

46 Commits

Author SHA1 Message Date
902edfce24 org/org-attach: support relative paths in inline images 2017-11-14 01:50:58 +01:00
a24e22cf57 cl-pushnew => push
Now that doom//byte-compile and doom//reload-autoloads always run in an
isolated Emacs session, there is little need to ensure idempotency of
the current session's state.
2017-11-10 00:19:05 +01:00
1813d0d56c org/org: minor refactor/cleanup 2017-11-09 00:35:53 +01:00
693bae2316 Appease byte-compiler: org-table-p => org-at-table-p 2017-11-09 00:34:49 +01:00
a0f209b8e1 Add org/org/autoload/org-link.el 2017-11-08 22:51:56 +01:00
30c98a300d org/org-babel: minor refactor 2017-11-06 00:52:16 +01:00
4cb569a766 org/org: replace C-S-{j,k} w/ org-meta{up,down} 2017-11-06 00:52:16 +01:00
4c7a3762cf org/org: add wiki-style org:* links, completion & custom face 2017-11-06 00:07:37 +01:00
6b9849fd57 Add conditional autoload/compile cookies #229 2017-11-05 01:16:35 +01:00
934756700d Fix +org/insert-item when point is in a link 2017-10-08 01:50:57 +02:00
0ea6284c7e org/org-present: refactor & remove defunct keybind 2017-10-06 16:08:10 +02:00
8df514a05e Fix org-tree-slide-mode keybindings 2017-10-06 07:31:23 -04:00
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