ad6a3d0f33
refactor: deprecate featurep! for modulep!
...
featurep! will be renamed modulep! in the future, so it's been
deprecated. They have identical interfaces, and can be replaced without
issue.
featurep! was never quite the right name for this macro. It implied that
it had some connection to featurep, which it doesn't (only that it was
similar in purpose; still, Doom modules are not features). To undo such
implications and be consistent with its namespace (and since we're
heading into a storm of breaking changes with the v3 release anyway),
now was the best opportunity to begin the transition.
2022-08-14 20:43:35 +02:00
cddfa27fb1
fix(org): move org-journal localleader keybinds to 'SPC m j'
...
Some org-agenda keybinds (for example 'SPC m d s' for scheduling) were
overridden by org-journal-mode-map keybinds, so the latter were moved to
the 'SPC m j' prefix.
Fix : #5239
2022-03-19 16:22:13 +01:00
ec6511270d
bump: :lang org
...
alf/ob-restclient.el@0ebfc7c5eb -> alf/ob-restclient.el@bfbc4d8e8a
awth13/org-appear@148aa12490 -> awth13/org-appear@a1aa8496f2
bastibe/org-journal@6c3a2fdb6c -> bastibe/org-journal@9757996ca0
emacs-straight/org@b83ae59347 -> emacs-straight/org@888aaa97c0
hakimel/reveal.js@b18f12d964 -> hakimel/reveal.js@abe9abbed7
hniksic/emacs-htmlize@4920510589 -> hniksic/emacs-htmlize@dd27bc3f26
kaushalmodi/ox-hugo@290b5d6b65 -> kaushalmodi/ox-hugo@1b8f2627cd
oer/org-re-reveal@cf000894f6 -> oer/org-re-reveal@ee712db657
org-roam/org-roam@028c95a011 -> org-roam/org-roam@946a879a4a
Close #5338
2021-09-14 14:30:06 +02:00
715c736815
Prioritize company-capf back-end in org-journal
...
This allows functionality like completion of org-roam items seamlessly
work in org-journal-mode files too.
Same setting is already set for org-mode itself.
2020-12-15 01:48:14 +01:00
b857566239
Minor refactors
2020-10-20 16:52:39 -04:00
1050ba83f0
Adjusting org journal functions to new commands
...
Silences some obsolescence warnings when navigating among entries
2020-09-29 19:10:58 +02:00
1456108d5b
Fix #3888 : fall back to org-journal-is-journal
...
Closes #3925
2020-09-10 18:03:32 -04:00
91ab02951d
Minor refactors across the board
2020-08-20 03:43:50 -04:00
adce7d63af
Merge pull request #3433 from glogiotatidis/patch-2
...
Carry over all TODO keywords in journal
2020-06-24 18:49:17 -04:00
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
be83969722
Carryover to include all configured TODO states.
2020-06-22 09:56:20 +03:00
46e17d403f
Remove unneeded org-journal advice
...
Due to bugfixes upstream.
2020-06-04 20:13:28 -04:00
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
1febb5a04e
lang/org: refactor +journal submodule
2020-05-25 20:18:35 -04:00
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
e4322fac7a
Remove duplicate org-journal-entries in auto-mode-alist
...
(correctly)
2020-05-20 00:55:21 -04:00
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
5b23b3d486
Add popup rule for org-journal search commands
2020-05-07 00:23:46 -04:00
333bdd44c0
Fix "no year zero" error when starting org-journal
2020-05-07 00:23:29 -04:00
3a5ef316fc
Fix #2938 : wrong-type-argument stringp error on org-journal
2020-04-19 22:04:12 -04:00
b8de456a73
Fix: contrib/journal: `buffer-file-name' is nil in *Capture* buffer
2020-04-17 16:17:23 +02:00
3bb6c1b104
Rethink org-journal lazy loading & defaults
2020-04-17 05:07:55 -04:00
9ba14f0ba4
Fix org-journal-mode not loading on journal files
2020-04-12 03:54:58 -04:00
b78fc4eb76
Minor refactor & reformatting across the board
2020-04-08 15:30:10 -04:00
8c96e3f78c
Polish org +journal submodule
...
Fix journal files not opening in org-journal-mode.
2020-01-18 20:51:59 -05:00
e799022a1e
lang/org: fix 'wrong-number-of-arguments quote 3' error
2019-11-28 21:53:12 -05:00
9bd8904838
lang/org: fix #2119
2019-11-27 23:52:37 -05:00
843be4d2a6
lang/org: refactor org-journal integration
2019-10-31 23:09:43 -04:00
1694641636
lang/org: minor refactor of contrib submodules
2019-10-20 19:57:28 -04:00
baf9b3bc87
Use cookie for journal feature check
...
The :when option in the use-package clause is then removed
Signed-off-by: Rudi Grinberg <rudi.grinberg@gmail.com >
2019-09-18 13:30:26 +09:00
aa1d2f5d51
org-journal: defer config
...
Signed-off-by: Rudi Grinberg <rudi.grinberg@gmail.com >
2019-09-18 13:29:51 +09:00
594e38fd47
Move org-journal config to contrib
...
Signed-off-by: Rudi Grinberg <rudi.grinberg@gmail.com >
2019-09-18 13:29:06 +09:00