Commit Graph

127 Commits

Author SHA1 Message Date
Henrik Lissner
91ab02951d
Minor refactors across the board 2020-08-20 03:43:50 -04:00
Henrik Lissner
bf9042327c
lang/org: improve jupyter support
Closes #2477

Co-authored-by: Seong Yong-ju <sei40kr@gmail.com>
2020-08-06 00:32:36 -04:00
Henrik Lissner
68136f7ff9
lang/org: add +pretty flag; move org-superstar
org-superstar is no longer enabled by default, due to unicode-related
crashes and general slowness betraying our "gotta go fast" mantra.
2020-08-05 18:31:01 -04:00
Henrik Lissner
6a64f37435
Minor refactors & revision across the board 2020-07-31 01:39:24 -04:00
Henrik Lissner
34e8047180
Fix #3645: stringp error starting up org-roam
A naive check upstream expects emacsql-sqlite3-executable to always be a
string, but it will be nil if sqlite3 isn't installed, so it throws an
unhelpful type error.

Relevant to #3643
2020-07-29 14:30:09 -04:00
Henrik Lissner
f4c2c7f9a7
Bump :lang org
bastibe/org-journal@01ea4bd -> bastibe/org-journal@a6378dc
emacs-straight/org-mode@bb427f7 -> emacs-straight/org-mode@82b496c
oer/org-re-reveal@a786188 -> oer/org-re-reveal@f9f65f3
org-roam/org-roam@fb5beeb -> org-roam/org-roam@4d992ce

Fixes #3595
2020-07-23 14:44:15 -04:00
Gerry Agbobada
defba1a64f
Ensure org-roam-directory is a directory
Fixes #3596
2020-07-20 13:47:07 +02:00
Henrik Lissner
be8455d67c
Load tramp after ob-jupyter
To prevent a void-function tramp-tramp-file-p error due to an oversight
upstream. i.e. jupyter-tramp-file-name-p is inlined at compile time in
ob-jupyter.el, which calls tramp-tramp-file-p but doesn't load tramp,
resulting in the missing function error.
2020-07-13 01:46:15 -04:00
Saúl Germán Gutiérrez Calderón
1b49964fc2 Add terminal-notifier support for org-pomodoro 2020-06-27 14:52:54 -05:00
Henrik Lissner
adce7d63af
Merge pull request #3433 from glogiotatidis/patch-2
Carry over all TODO keywords in journal
2020-06-24 18:49:17 -04:00
Henrik Lissner
28a3d8b908
Bump :lang org
bastibe/org-journal@6671693 -> bastibe/org-journal@24b5879
emacs-straight/org-mode@945f495 -> emacs-straight/org-mode@b76ed65
kaushalmodi/ox-hugo@e8c14e2 -> kaushalmodi/ox-hugo@77050d2
magit/orgit@e147f05 -> magit/orgit@9f09553
org-roam/org-roam@fd73da9 -> org-roam/org-roam@c59d6c4

Closes #3453
2020-06-24 18:33:05 -04:00
Giorgos Logiotatidis
be83969722
Carryover to include all configured TODO states. 2020-06-22 09:56:20 +03:00
Henrik Lissner
fe7ffd759d
Remove redundant org-roam autoloads
These are already autoloaded by org-roam.
2020-06-21 13:56:43 -04:00
Raj Krishnan
e0c3ffba0c Add keybinding for org-roam-insert-immediate 2020-06-21 18:47:11 +05:30
Henrik Lissner
da3c1cb78d
Merge pull request #3302 from jethrokuan/fix/roam-window
(org +roam): use org-roam-buffer-window-parameters
2020-06-05 04:03:21 -04:00
Jethro Kuan
219d8d0901 (org +roam): use org-roam-buffer-window-parameters
Replaces the now obsolete org-roam-buffer-no-delete-other-windows
2020-06-05 15:58:45 +08:00
Henrik Lissner
46e17d403f
Remove unneeded org-journal advice
Due to bugfixes upstream.
2020-06-04 20:13:28 -04:00
Henrik Lissner
7ed96590e6
Fix #3232: wrong-type-argument arrayp error on org-journal
Because both org-journal-is-journal and +org--journal-resolve-symlinks-a
assumed buffer-file-name is always non-nil.
2020-05-26 21:45:31 -04:00
Henrik Lissner
1febb5a04e
lang/org: refactor +journal submodule 2020-05-25 20:18:35 -04:00
Henrik Lissner
16ecfd3e4f
Bump :lang org
abo-abo/org-download@d248fcb -> abo-abo/org-download@8e12cf0
bastibe/org-journal@524009b -> bastibe/org-journal@a3ff9ce
emacs-straight/org-mode@9bc0cc7 -> emacs-straight/org-mode@5454312
hlissner/evil-org-mode@9cf661a -> hlissner/evil-org-mode@2e9c4a2
org-roam/org-roam@e3d101f -> org-roam/org-roam@ea6bd21

org-journal introduces some breaking changes (by shifting away from
auto-mode-alist to magic-mode-alist for detecting journal files), and
had to be accommodated.

Fixes #3199
2020-05-25 18:17:38 -04:00
Henrik Lissner
e4322fac7a
Remove duplicate org-journal-entries in auto-mode-alist
(correctly)
2020-05-20 00:55:21 -04:00
Henrik Lissner
695ecf67cc
Fix 'wrong-type-argument listp' error from org-noter 2020-05-19 18:36:40 -04:00
Henrik Lissner
ea18c83c0a
General refactors & reformatting across the board 2020-05-15 01:44:53 -04:00
Henrik Lissner
9a7f46fff3
Fix journal org files not opening in org-journal
Should also fix any lingering "No year zero" errors.
2020-05-08 05:46:19 -04:00
Henrik Lissner
47571446b9
Use org-download-dnd instead of inhouse dnd handler
Possibly fixes #3056
2020-05-08 01:27:08 -04:00
Henrik Lissner
5b23b3d486
Add popup rule for org-journal search commands 2020-05-07 00:23:46 -04:00
Henrik Lissner
333bdd44c0
Fix "no year zero" error when starting org-journal 2020-05-07 00:23:29 -04:00
Henrik Lissner
17a66004f0
Bump :lang org
abo-abo/org-download@d542a30 -> abo-abo/org-download@48d3952
emacs-straight/org-mode@90cf500 -> emacs-straight/org-mode@e5eda0b
jethrokuan/org-roam@65d99e9 -> jethrokuan/org-roam@e698ed7
kaushalmodi/ox-hugo@5106b43 -> kaushalmodi/ox-hugo@8f36181
2020-05-02 13:17:10 -04:00
Henrik Lissner
d12752324a
Introduce letf! convenience macro
A more succinct cl-letf, which allows for local functions and macros.
2020-04-29 23:48:21 -04:00
Henrik Lissner
019e988b8d
org-roam-graph-show -> org-roam-graph
org-roam-graph-show is deprecated

Closes #2987
2020-04-27 13:33:00 -04:00
Henrik Lissner
a16b305c0f
Add REVIEW comment for org-roam symlink advice
See jethrokuan/org-roam#518
2020-04-25 16:24:31 -04:00
Henrik Lissner
b93e3e41ed
Fix duplicate files in org-roam db due to symlinks 2020-04-25 16:07:20 -04:00
Henrik Lissner
e68e68755b
Don't auto-open roam buffer in capture popups 2020-04-25 15:52:38 -04:00
Henrik Lissner
6cb1390fac
Fix #2968: refactor how org-directory default is set 2020-04-25 15:43:05 -04:00
Henrik Lissner
8c1525e3d8
Rewrite org-download/attach systems
+ Cut down on unnecessary code & advice
+ Fix 'attach and 'download methods for org-download so that a) their
  links actually work and b) inline previews of their links show up.
+ Allow users to only set org-attach-id-dir (which will be mirrored to
  org-download-image-dir, unless the user has changed it).
+ Prevent a few edge cases where org-attach-id-dir or
  org-download-image-dir were blank.
2020-04-25 01:27:25 -04:00
Henrik Lissner
adbe9041ce
Fix inline previews for download:* links 2020-04-25 01:24:48 -04:00
Henrik Lissner
903460cd10
Base org-download links off of org-download-image-dir 2020-04-24 21:22:12 -04:00
Henrik Lissner
211519270a
Resolve org download links relative to org-download-image-dir 2020-04-24 20:45:43 -04:00
Henrik Lissner
6159068b4d
Rewrite custom org link types
This should fix a few issues with links (like org-download links)
resolving to the incorrect org-directory or org-id-attach-dir (because
it's resolved too early).

I've also simplified and refactored the API to make it easier to grok.
2020-04-24 20:41:56 -04:00
Henrik Lissner
635d070e94
Open org-roam-buffer after org-roam-find-file
Adds +org-roam-open-buffer-on-find-file option.
2020-04-24 16:25:47 -04:00
Henrik Lissner
169821b9eb
Refactor hide-mode-line in org-roam buffer 2020-04-24 15:56:39 -04:00
Henrik Lissner
6bcd1063e6
org-roam-buffer-no-delete-other-windows = t
Make org-roam buffer sticky.
2020-04-24 15:54:53 -04:00
Henrik Lissner
233295dba6
Merge pull request #2960 from bdarcus/patch-1
switching org-roam-completion to use 'default
2020-04-24 00:10:40 -04:00
Henrik Lissner
06d5d5e6c0
General refactors, reformatting & comment revision 2020-04-23 23:56:17 -04:00
bdarcus
7d38f503e2
updating per @hlissner suggestion 2020-04-23 14:46:13 -04:00
bdarcus
1c9a39bf26
switching org-roam-completion to use 'default
The conditional setup for completion system was causing fuzzy completion to fail. This fixes that.
2020-04-23 14:25:05 -04:00
Henrik Lissner
3a5ef316fc
Fix #2938: wrong-type-argument stringp error on org-journal 2020-04-19 22:04:12 -04:00
Henrik Lissner
141a649e04
Revert afca8f14a
Fix #2932
2020-04-18 12:51:00 -04:00
Henrik Lissner
763932a55c
Merge pull request #2884 from brianmcgillion/biblio
Add org-noter package
2020-04-17 19:16:06 -04:00
Henrik Lissner
5502013906
Bump :lang org
fuxialexander/org-pdftools@4156b67 -> fuxialexander/org-pdftools@67964a5
integral-dw/org-superstar-mode@4897c33 -> integral-dw/org-superstar-mode@09ddc28
jethrokuan/org-roam@e33c144 -> jethrokuan/org-roam@6175739
magit/orgit@0242088 -> magit/orgit@7d6afa5
2020-04-17 15:47:04 -04:00