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
Benjamin Andresen
b8de456a73
Fix: contrib/journal: `buffer-file-name' is nil in *Capture* buffer
2020-04-17 16:17:23 +02:00
Brian McGillion
2dd84b8e2f
Add org-noter package
...
This package allows the creation of notes on a document (pdf, EPub,
etc.) which will be kept in sync with the document. Providing context
sensitive annotations that are managed in plaintext.
2020-04-17 16:39:51 +04:00
Henrik Lissner
3bb6c1b104
Rethink org-journal lazy loading & defaults
2020-04-17 05:07:55 -04:00
Henrik Lissner
166d1ecabc
Hide mode-line in org-roam buffer
2020-04-16 15:19:06 -04:00
Henrik Lissner
2de08ef4d6
Bump :lang org
...
bastibe/org-journal@8a844de -> bastibe/org-journal@3fdb5b3
dzop/emacs-jupyter@97c421a -> dzop/emacs-jupyter@62ad054
emacs-straight/org-mode@0fadd06 -> emacs-straight/org-mode@9994e8e
fuxialexander/org-pdftools@4f22e13 -> fuxialexander/org-pdftools@4156b67
jethrokuan/org-roam@a71176e -> jethrokuan/org-roam@e33c144
2020-04-16 15:19:05 -04:00
Henrik Lissner
afca8f14a1
Fix image previews for download:* org links
2020-04-15 23:47:14 -04:00
Antoine Martin
300568078b
Enable visual-line-mode in org-roam buffer
2020-04-13 19:30:31 +02:00
Henrik Lissner
9ba14f0ba4
Fix org-journal-mode not loading on journal files
2020-04-12 03:54:58 -04:00
Henrik Lissner
1ed0d3555e
Merge branch 'develop' into loadConditions
2020-04-10 23:34:57 -04:00
Rohit Goswami
c6c0583107
Configure org-roam completion backend
2020-04-10 23:32:47 +00:00
Henrik Lissner
88fc240d0f
org-roam-verbose = nil
...
Silence 'files: 0, links: 0, titles: 0, refs: 0, deleted: 0' when
starting up org-mode.
2020-04-10 14:40:14 -04:00
Henrik Lissner
8d6afc7e7d
Merge pull request #2847 from jsravn/load-org-roam-on-org-mode
...
Load org-roam after org-mode
2020-04-08 17:49:03 -04:00
James Ravn
8ecf393a3a
Add back :commands and use :hook for org-roam
2020-04-08 21:24:49 +01:00
Henrik Lissner
b78fc4eb76
Minor refactor & reformatting across the board
2020-04-08 15:30:10 -04:00
James Ravn
82312ac9aa
Load org-roam after org-mode
...
Fix https://github.com/hlissner/doom-emacs/issues/2846
2020-04-08 13:10:17 +01:00
Henrik Lissner
23b3b8211a
Fix #2811 : expose more org-roam commands
2020-04-01 17:30:29 -04:00
Henrik Lissner
4434abf1f4
Fix #2810 : org-roam-directory is reset
2020-04-01 14:51:12 -04:00
Kelvin Porter
ad70b82009
org-roam-show-graph -> org-roam-graph-show
...
org-roam-show-graph marked obsolete by org-roam commit 22b9d4b, see https://github.com/jethrokuan/org-roam/pull/363
2020-03-30 03:14:01 -04:00
Henrik Lissner
5ce85b12d0
use-package -> use-package!
...
Mentioned in #2764
2020-03-29 22:04:15 -04:00
Henrik Lissner
3a370343e2
Fix #2654 : switch back to org-re-reveal
...
org-reveal is no longer maintained. org-re-reveal also possesses more
features.
2020-03-29 19:16:37 -04:00
Henrik Lissner
f28a304abd
Add +roam submodule to lang/org
...
Closes #2764 , #2759
2020-03-29 19:02:09 -04:00
James Ravn
18d7064384
Add default gnome support for org +dragndrop
...
By default Gnome based distros (like Ubuntu) have `gnome-screenshot`
installed. This change modifies `+dragndrop` to support gnome-screenshot
by default.
2020-03-28 10:15:41 +00:00
Henrik Lissner
7d71584a8d
s/org-attach-directory/org-attach-id-dir
...
The former is deprecated.
Reported by @myshevchuk in 90ec41c
2020-03-27 22:23:20 -04:00
Henrik Lissner
90ec41c994
Merge pull request #2721 from jsravn/fix-org-download-screenshot
...
Fix inserted filename for org-download-screenshot
2020-03-27 01:58:38 -04:00
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
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