Henrik Lissner
a37d199862
lang/org: add ob-async
2018-12-10 20:31:31 -05:00
Henrik Lissner
8e67e591d6
lang/org: don't conditionally install org-yt
...
Forgot to update packages.el in b292795
.
2018-10-19 12:54:47 -04:00
Henrik Lissner
99b7b7f740
lang/org: add inline base64/http(s) image support
...
Adds inline image preview support for http/https links, as well as
base64 encode image support with the img protocol. e.g.
Examples:
[[http://domain.com/some/image.png ]]
[[https://raw.githubusercontent.com/hlissner/doom-emacs/screenshots/company.png ]]
[[img:iVBORw0KGgoAAAANSUhEUgAAACUAAAAuCAAAAACKMo8cAA...]]
2018-10-17 16:31:23 -04:00
Patrick Elliott
251e9c0244
When :tools pdf is enabled, open org links to pdfs with pdf-view-mode
2018-10-10 22:00:30 +02:00
Henrik Lissner
824abaf2e6
lang/org: alphabetize babel plugins
2018-07-30 03:53:52 +02:00
Henrik Lissner
16e9957c1a
Don't install/track org from ELPA
...
Prevents duplicate installs of org.
2018-07-30 03:49:12 +02:00
Henrik Lissner
66056e7a5d
Move ob-racket to lang/org & cleanup
...
+ Remove redundant ob-crystal block
+ Move ob-ipython into separate section
+ Move ob-racket from lang/racket
2018-07-29 19:31:32 +02:00
Matthew Lyon
c0fc9d3db0
Look for the correct feature name for org+rest
2018-06-20 17:04:22 -07:00
Henrik Lissner
ff3f18ccaf
Use stock ob-ipython instead of fuxialexander's fork
...
By @fuxialexander's request
2018-05-30 18:15:02 +02:00
fuxialexander
d1812e040f
Fix: packages.el: ob-ipython repo
2018-05-29 18:31:15 +08:00
fuxialexander
f98f7ab552
Add: org: +ipython
...
Add: packages
2018-05-29 18:31:15 +08:00
Miguel Santos
12e26761e2
add basic support for the nim language
2018-05-08 11:50:12 -03:00
Henrik Lissner
d9d4b6afd5
lang/org: hlissner/org-bullets => Kaligule/org-bullets
2018-02-22 04:23:06 -05:00
Henrik Lissner
a01320deeb
lang/org: redo evil integration; add evil-org package
...
lang/org has now adopted much of evil-org, which introduces better evil
integration for org-mode. More testing is required.
2018-02-18 00:32:12 -05:00
Henrik Lissner
e770d5ccf2
lang/org: remove ob-redis package #368
...
It has been merged into org's contrib/, and is no longer on MELPA.
2018-02-17 19:28:11 -05:00
Henrik Lissner
cf75e203b6
lang/org: add ob-crystal
2018-02-11 02:57:46 -05:00
Henrik Lissner
0780c16f92
lang/org: tie babel plugins to their respective lang modules
2018-02-06 02:23:30 -05:00
Henrik Lissner
32754a6d07
lang/org: fix html export by installing htmlize package
2018-01-31 14:32:52 -05:00
Henrik Lissner
01a5e9a1d7
lang/org: fix uninstallable centered-window-mode package
...
Turns out centered-window-mode isn't in any ELPA repo. Was it removed?
I'm not sure, so it's now fetched directly from its github repo.
2018-01-28 15:44:58 -05:00
Henrik Lissner
2598d48bba
Add org elpa archive + update lang/org #327
...
Now that the org ELPA archive has https support, we can add it to
package-archives. This fixes some 'org is unavailable' errors when
installing org packages that have declared earlier versions of org as
a dependency.
This also makes installing a newer version of org-mode much simpler.
Woo!
2018-01-04 16:16:45 -05:00
Henrik Lissner
f8f4885405
Don't install org-plus-contrib in Emacs 26+
...
Emacs 26+ has Org 9.1.4 built in.
2017-12-30 03:13:32 -05:00
Henrik Lissner
27a229ec9b
lang/org: use emacsmirror for org-plus-contrib
2017-12-20 20:10:45 -05:00
Henrik Lissner
3bc847ac6b
lang/org: QUELPA->ELPA for ob-rust
2017-12-10 16:56:30 -05:00
Henrik Lissner
b111303d20
Move modules/org/* back to lang/org
2017-12-08 23:14:13 -05:00
Henrik Lissner
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
Henrik Lissner
d83d800de9
Switch to fork of org-bullets
...
The source repo is no longer maintained, so I forked it, fixed a couple
problems (mainly, I made it respect org-hide) and am now using it in
DOOM.
2017-06-03 12:05:43 +02:00
Henrik Lissner
5988c654e9
lang/org: add toc-org plugin
2017-05-28 17:33:16 +02:00
Henrik Lissner
10ea06b661
General cleanup + refactor
2017-05-25 20:12:43 +02:00
Henrik Lissner
0875aab7f0
lang/org: get org-plus-contrib from git repo
...
This is insecure, but necessary if we want Org v9.0
2017-05-19 22:30:44 +02:00
Henrik Lissner
85bde34f84
General cleanup & refactor
2017-05-04 10:42:30 +02:00
Henrik Lissner
3a3ae6ff5c
lang/org: add rust babel support
2017-04-11 08:29:38 -04:00
Henrik Lissner
3e842a1e09
lang/org: add babel langauges (go, mongo, redis, restclient, sql-mode, translate, etc)
2017-04-10 01:11:34 -04:00
Henrik Lissner
33c88d4f82
Revert macros to ...! name convention (elisp doesn't like @...)
2017-02-23 00:06:12 -05:00
Henrik Lissner
302eb6f5c1
lang/org: fix headers + pin org-plus-contrib to 'org'
2017-02-20 12:01:39 -05:00
Henrik Lissner
941f3abc6f
Add modules/lang/org (WIP)
2017-02-20 00:26:48 -05:00