Henrik Lissner
a52cb71636
Merge pull request #2631 from karlicoss/fix-babel-python
...
Set org-babel-python-command to be same as python-shell-interpreter
2020-03-29 19:02:58 -04:00
Henrik Lissner
f28a304abd
Add +roam submodule to lang/org
...
Closes #2764 , #2759
2020-03-29 19:02:09 -04:00
Henrik Lissner
296cbff097
General, minor refactor & reformatting
2020-03-27 18:06:42 -04:00
Henrik Lissner
169f9a6121
General, minor refactor & reformatting
2020-03-27 01:25:30 -04: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
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
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
39a12861ff
Remove org-bookmark-heading (fix hash-table-p errors while refiling)
2020-02-26 13:02:19 -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
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
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
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
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
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
Henrik Lissner
558e906b2b
Add 'SPC m r f' for refiling to specific org file
2020-01-09 15:59:58 -05:00
Henrik Lissner
b7c5152f3a
lang/org: C-M-RET = org-insert-subheading
2020-01-06 16:21:22 -05:00
Henrik Lissner
14552bc66b
Fontify latex script & entities in org-mode
2020-01-05 21:17:34 -05:00
Henrik Lissner
cd3f1399af
Fontify latex blocks natively
2020-01-05 19:08:11 -05:00
Henrik Lissner
ee4358a243
Simplify org-format-latex-options setting
...
Due to changes upstream, all that isn't necessary anymore.
2020-01-05 17:47:29 -05:00
Henrik Lissner
647750c18c
Add org heading support to bookmark.el
2020-01-02 04:52:30 -05:00
Henrik Lissner
13e2eefae1
Move org-id-locations-file to org-directory
...
It makes more sense to store this file where you keep your org files,
rather than in Doom's .local files, which could be deleted for
debugging, or local only to a specific machine.
Also make ID links relative to org-directory, in case you use the same
org library on a different system with different filesystem
layout/system of symlinks.
2020-01-02 04:52:30 -05:00
Henrik Lissner
07823d00a7
Fix yasnippet expansion in org src blocks
...
This is hacky, and causes weirdness with org-bullets-mode, but it works.
2020-01-01 21:19:22 -05:00
Henrik Lissner
b9f90b3a1a
lang/org: clear src block results on TAB
...
When cursor is inside a src block. e.g.
#+BEGIN_SRC elisp <-- not here
(message "hi") <-- in here
#+END_SRC <-- not here
2019-12-30 00:07:19 -05:00
Henrik Lissner
14cf97e594
lang/org: use org-attach instead of custom system
...
- Adds more keys under `<localleader> a`
- Reconfigures org-download to use org-attach system
- Make org-id-track-globally = t a global default now (not just for
org-brain)
- Renamed +org-init-centralized-attachments-h to +org-init-attachments-h
- org-attach-store-link-p = t (stores a link to an attachment when it is
attached)
- org-attach-use-inheritance = t (inherit attachment properties from
parent nodes)
2019-12-29 16:31:25 -05:00
Henrik Lissner
14c87e6943
lang/org: fix some ob packages not loading #2241
2019-12-24 16:40:57 -05:00
Henrik Lissner
9647cb0a49
lang/org: add +brain feature
...
No keybinding yet.
2019-12-19 18:42:37 -05:00
Henrik Lissner
c81b8445c4
lang/org: activate ob-ammonite on amm blocks
...
Instead of scala blocks.
2019-12-19 15:04:05 -05:00
Henrik Lissner
bc44ae0beb
lang/org: add ob-ammonite
2019-12-19 14:51:34 -05:00
Henrik Lissner
af948ca390
lang/org: refactor babel loaders & fix jupyter loader #2198
2019-12-19 14:48:13 -05:00
Henrik Lissner
3b2a37d9a1
lang/org: noop org-babel-do-load-languages
...
It's redundant with Doom's lazy loader. Remove
+org-init-babel-lazy-loader-h from org-load-hook if you want to use it.
2019-12-16 17:05:11 -05:00
Henrik Lissner
7fa4e67e39
Minor refactors
2019-12-14 20:42:55 -05:00
Henrik Lissner
f251eb5ba9
Remove recentf-exclude setting
...
We don't need to be so judicious about what files are included in the
MRU list. If you open a file, any file, it'll be considered a recently
opened file.
2019-12-08 20:14:11 -05:00
Henrik Lissner
c8cfa31a1e
lang/org: add goto-visible & refile-to-visible commands
...
- Bind 'gsh' to goto-visible command in org-mode
- Bind '<localleader> g v' to goto-visible
- Bind '<localleader> r v' to refile-to-visible
- Add avy package to lang/org module
Powered by avy.
2019-12-06 17:01:58 -05:00
Henrik Lissner
77b0784075
lang/org: add helm support to goto localleader keybinds
2019-12-06 16:59:17 -05:00