Mykhailo Shevchuk
0fb1026886
dragndrop: insert #+attr_org: :width if specified
2020-03-23 19:19:55 +01:00
James Ravn
365a481bc5
Fix inserted filename for org-download-screenshot
2020-03-14 16:07:25 +00:00
Henrik Lissner
387a976368
lang/org: org-archive-subtree-save-file-p = t
...
Fixes #2662
2020-03-10 23:54:07 -04:00
Henrik Lissner
691ecee621
Fix #2697 : add ob-hy to lang/org
2020-03-10 01:47:34 -04:00
Henrik Lissner
571c87b37e
Bump :lang org
...
emacs-straight/org-mode@30d0b6e -> emacs-straight/org-mode@0a8faec
snosov1/toc-org@379b457 -> snosov1/toc-org@5deaec4
Kungsgeten/org-brain@a062585 -> Kungsgeten/org-brain@6b7fced
dzop/emacs-jupyter@9e3c163 -> dzop/emacs-jupyter@d4b06c5
yjwen/org-reveal@aafedfd -> yjwen/org-reveal@0d947cb
bastibe/org-journal@dc120bf -> bastibe/org-journal@9d40f62
kaushalmodi/ox-hugo@16f1b0c -> kaushalmodi/ox-hugo@1c1e3ec
2020-03-06 15:39:01 -05:00
Henrik Lissner
78f1621fda
file-exists-p -> file-writable-p for org-id-locations-file
...
The IDs file isn't much good to use if it isn't writable.
2020-03-01 23:36:33 -05:00
Henrik Lissner
ac477c2170
Alias md to markdown for babel blocks
2020-03-01 12:10:29 -05:00
Henrik Lissner
cdaa55b4db
Rename org-capture frame to doom-capture
...
To reduce likelihood of conflicts.
2020-03-01 01:39:14 -05:00
Henrik Lissner
83414d1227
Add/fix popup rules for org attach & export popups
2020-02-29 00:33:58 -05:00
Dima Gerasimov
b7042a1495
Set org-babel-python-command to be same as python-shell-interpreter
2020-02-28 18:52:50 +01:00
Dmitrii Gerasimov
20ae3c2c83
Adjust org-capture popup rule to exclude capture.org filename
...
I think it's pretty common for people (myself included) to name their capture file `capture.org` file, and currently this rule matches it, so if you open capture.org, your end up with it opened in a popup (I believe it wasn't intended?). My fix makes it so it matches only capture buffers (they've got name like `CAPTURE-filename.org`). I believe there shouldn't be any unanticipated consequences of the change?
As far as I understand, the problem is that in elisp, regexes are case insensitive by default, and the sensitivity is controlled by a [variable](http://ergoemacs.org/emacs/emacs_regex.html ), so I struggle to see what's the proper way to control it (especially considering the window manipulation happens in `window.el`). If you know of a way to deal with this, happy to implement and update my pull request!
2020-02-27 20:10:48 +01:00
Henrik Lissner
61fef37e4d
Disable Customize option in org-capture
2020-02-27 00:47:30 -05:00
Henrik Lissner
dbd0a84805
Don't use counsel-org-capture for +org-capture/open-frame
2020-02-26 17:34:59 -05:00
Henrik Lissner
39a12861ff
Remove org-bookmark-heading (fix hash-table-p errors while refiling)
2020-02-26 13:02:19 -05:00
Henrik Lissner
a426b73501
Bump :lang org
...
emacs-straight/org-mode@2096c9c -> emacs-straight/org-mode@30d0b6e
Kungsgeten/org-brain@8cb2efc -> Kungsgeten/org-brain@a062585
abo-abo/org-download@7040188 -> abo-abo/org-download@3c48102
bastibe/org-journal@128f053 -> bastibe/org-journal@dc120bf
kaushalmodi/ox-hugo@a80b250 -> kaushalmodi/ox-hugo@16f1b0c
2020-02-24 20:55:45 -05:00
Henrik Lissner
7a02b61904
Merge pull request #2592 from karlicoss/fix-orgid
...
Construct org-id-locations-file using expand-file-name
2020-02-24 20:42:26 -05:00
Dima Gerasimov
844d145f97
Construct org-id-locations-file using expand-file-name
2020-02-24 15:14:00 +01:00
Henrik Lissner
b30f38ac06
Minor refactor & reformatting across the board
2020-02-23 15:42:43 -05:00
Henrik Lissner
a0a7c34517
Revert to ox-reveal (remove org-re-reveal)
...
ox-reveal is maintained again, and org-re-reveal was
exhibiting (wrong-type-argument wholenump -1) errors in some corner
cases.
2020-02-21 14:58:14 -05:00
Henrik Lissner
c62c3bc4cd
Fix #2544 : revert 5ecf206681
2020-02-20 20:30:43 -05:00
Henrik Lissner
beb7a40a84
Fix inline previews for "download:%s" org links #2539
2020-02-19 18:21:24 -05:00
Henrik Lissner
ca18034e32
Fix drag'n'drop in non-org-mode buffers
2020-02-17 04:58:57 -05:00
Henrik Lissner
e59265bed7
Update lang/org's readme
2020-02-16 02:53:27 -05:00
Henrik Lissner
92e8521e90
Remove centralization of org exports
...
It's too much hassle to maintain, and too many exporters expect to work
out of the current directory.
2020-02-16 02:50:52 -05:00
Henrik Lissner
24d2f494c9
lang/org: refactor advice & ob-ammonite integration
2020-02-16 02:26:38 -05:00
Bobbie Soedirgo
6602372e8b
change a related config in ox-pandoc
2020-02-12 18:11:58 +08:00
Bobbie Soedirgo
3139137210
change `org-re-reveal-root' to https://revealjs.com
2020-02-12 17:20:01 +08:00
Henrik Lissner
7e676e90f3
Bump to emacs-straight/org-mode@ec6d01f
...
From emacs-straight/org-mode@2096c9c
2020-02-09 19:08:06 -05:00
Henrik Lissner
6d8d8a3d42
Bump org-mode, org-download, org-re-reveal, org-journal, ox-hugo
...
emacs-straight/org-mode@cd1014a -> emacs-straight/org-mode@ec6d01f
abo-abo/org-download@aad18ae -> abo-abo/org-download@7040188
oer/org-re-reveal@29bc467 -> oer/org-re-reveal@14df754
bastibe/org-journal@cf0f153 -> bastibe/org-journal@128f053
kaushalmodi/ox-hugo@0530645 -> kaushalmodi/ox-hugo@a80b250
Fixes #2499
2020-02-07 03:39:43 -05:00
Henrik Lissner
640cee3b26
Fix no such file errors when quitting emacs
...
Because org-id-locations-file cannot be read/written to.
2020-02-06 22:31:36 -05:00
Henrik Lissner
047ea8dab5
Update & fix org-tree-slide-mode integration
2020-02-02 16:02:28 -05:00
Henrik Lissner
b9f823bfa2
Autoload org-download-{yank,screenshot}
...
Fixes #2429
2020-01-27 17:04:29 -05:00
Henrik Lissner
743c03f608
Bind 'SPC m a c' to org-download-screenshot #2429
2020-01-26 15:12:14 -05:00
Henrik Lissner
827225e331
Fix #2429 : replace defunct attach: links w/ download:
...
Forgot that support for attach: links were removed some time ago, but I
still want short org-download links, so I've added 'download:' links.
2020-01-26 02:20:39 -05:00
Henrik Lissner
786dec3e50
Remove Inbox heading on org journal capture template
2020-01-25 19:02:01 -05:00
Henrik Lissner
a9402cfb55
Fix #2373 : bring back package pinning
...
This needs some serious refactoring...
2020-01-25 19:02:00 -05:00
Nikodemus Siivola
8332daccee
make +org--insert-item respect emacs-mode
...
No change of behaviour in non-emacs modes, but in emacs-mode stays there
instead of switching to insert-mode.
2020-01-25 19:38:33 +02:00
Henrik Lissner
c503e89043
Fix contrib libs not included with org-mode
2020-01-23 04:15:26 -05:00
Henrik Lissner
964291bb36
Fix #2409 : switch to org mirror
2020-01-22 18:38:19 -05:00
Henrik Lissner
e3ff1f25b4
Update package list in org readme
2020-01-20 19:18:50 -05:00
Henrik Lissner
5d15521440
Remove org-fancy-priorities package
...
Add unnecessary overhead for little gain. Let the user install it if
they want it.
2020-01-20 18:13:34 -05:00
Henrik Lissner
e3187ca8ea
Don't fontify latex natively (use simple highlights)
...
Native fontification is incredibly slow.
2020-01-20 18:12:50 -05:00
Henrik Lissner
7c940b8705
Merge pull request #2360 from harritaylor/develop
...
Fix #2343
2020-01-20 02:28:16 -05:00
Henrik Lissner
8c96e3f78c
Polish org +journal submodule
...
Fix journal files not opening in org-journal-mode.
2020-01-18 20:51:59 -05:00
Henrik Lissner
4cc14389e8
PIN ALL THE PACKAGES
2020-01-14 22:32:11 -05:00
Henrik Lissner
920b511591
org-agenda-dim-blocked-tasks = t (default) #2365
...
This way, parent todos are at least displayed, but dimmed.
2020-01-14 02:59:16 -05:00
Harri Taylor
2fcb74dead
Fix for issue 2343
2020-01-12 15:03:24 +00:00
Henrik Lissner
0c9f1b1a9c
Minor refactors & comment revision
2020-01-11 17:27:04 -05:00
Henrik Lissner
24652f26de
Bind s-RET/s-S-RET/s-M-RET for mac users
2020-01-10 05:00:08 -05:00
Henrik Lissner
cffa3caac4
Fix 'SPC m r O' keybind in org-mode
2020-01-09 22:56:26 -05:00