Henrik Lissner
bba82465a0
Bump :lang org
...
hlissner/evil-org-mode@4d44e9b -> hlissner/evil-org-mode@9cf661a
2020-04-25 21:45:31 -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
afe3033627
Bump :lang org
...
Kungsgeten/org-brain@3630eb8 -> Kungsgeten/org-brain@7ffbf68
bastibe/org-journal@3fdb5b3 -> bastibe/org-journal@8bf06b2
dzop/emacs-jupyter@62ad054 -> dzop/emacs-jupyter@785edbb
emacs-straight/org-mode@9994e8e -> emacs-straight/org-mode@14d6f95
fuxialexander/org-pdftools@22d9a36 -> fuxialexander/org-pdftools@8cc15bb
jethrokuan/org-roam@6175739 -> jethrokuan/org-roam@963692f
kaushalmodi/ox-hugo@b6f4142 -> kaushalmodi/ox-hugo@5106b43
2020-04-25 16:10:02 -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
2d1a2ed8b3
Fix basic links not returning correct paths
...
A silly typo by a silly goose.
2020-04-25 01:55:54 -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
e8cd7b5404
Add SPC m {#,*,+} org keybinds
2020-04-24 02:08:09 -04:00
Henrik Lissner
b40d85e9b2
Make SPC m c (clock) keybinds mnemonic + more clock keybinds
2020-04-24 02:06:41 -04:00
Henrik Lissner
42fd3d0cb6
Move org deadline/schedule keys under SPC m d
2020-04-24 02:06:11 -04:00
Henrik Lissner
a7b31eab21
Add org table keybinds under SPC m b
2020-04-24 02:06:11 -04:00
Henrik Lissner
a308f1a914
Bind SPC m l t -> org-toggle-link-display
2020-04-24 02:06:03 -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
ce93b6d144
Alphabetize org flags in readme
2020-04-18 20:42:31 -04:00
Henrik Lissner
cfc5e1b0a2
Fix link to pdf-tools in lang/org readme
2020-04-18 20:37:50 -04:00
Henrik Lissner
141a649e04
Revert afca8f14a
...
Fix #2932
2020-04-18 12:51:00 -04:00
Henrik Lissner
b82068cdcc
+org-open-old-pdf-links-fn -> +org-open-legacy-pdf-links-fn
...
Clearer name and added a docstring to explain its purpose.
2020-04-17 22:45:16 -04:00
Henrik Lissner
f47de2064c
Remove redundant org-pdftools-store-link hook
...
This is already covered by the :store handler set with
org-link-set-parameters.
2020-04-17 22:42:05 -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
2a8926ec33
Add HOLD org todo keyword
...
WAIT = for tasks waiting on other people or external forces
HOLD = for tasks waiting on you
2020-04-17 15:47:04 -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
Henrik Lissner
9af22a9322
Merge pull request #2920 from AloisJanicek/develop
...
Autoload all 4 org decrypt/encrypt user commands
2020-04-17 15:40:19 -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
Alois Janíček
e89dc0ecaf
Autoload all 4 org decrypt/encrypt user commands
...
currently if someone wants to use them, it has to manually autoload
them first in user config.el with (unless (fboundp ...) (autoload ...))
2020-04-17 12:08:08 +02:00
Henrik Lissner
3bb6c1b104
Rethink org-journal lazy loading & defaults
2020-04-17 05:07:55 -04:00
Henrik Lissner
7662de55d8
Fix yasnippet breaking org-superstar
...
Because yasnippet has a delete first and ask never policy for cleaning
up overlays in the buffer.
2020-04-17 02:41:10 -04:00
Henrik Lissner
ab025caced
Fix legacy pdf(view|tools) links & storing pdf links
2020-04-16 19:10:28 -04:00
Henrik Lissner
ccec354739
Prevent infinite recursion opening legacy pdf links
2020-04-16 18:28:14 -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
3efef6e38f
Fix void-variable link when opening legacy pdf links
2020-04-16 14:52:06 -04:00
Henrik Lissner
fcb2612d3a
Fix wrong-number-of-arguments error when opening org links
2020-04-16 12:59:40 -04:00
Henrik Lissner
afca8f14a1
Fix image previews for download:* org links
2020-04-15 23:47:14 -04:00
Henrik Lissner
582fb285bc
Fix pdf(view|tools)?: org links
...
org-pdftools now uses a more generic "pdf:*" for its links, so that
users don't have to worry about the backend.
Also, pdf(view|tools) links should now work for backward compatibility.
2020-04-15 23:46:58 -04:00
Henrik Lissner
f02d28543b
Remove reference to org-bullets
...
Package was replaced in 5c4f3c62a
2020-04-15 18:21:50 -04:00
Henrik Lissner
de330376f0
Bump :lang org
...
Kungsgeten/org-brain@ec4bd9d -> Kungsgeten/org-brain@3630eb8
abo-abo/org-download@b96fd7b -> abo-abo/org-download@46417e2
bastibe/org-journal@664c08e -> bastibe/org-journal@8a844de
dzop/emacs-jupyter@587ed4e -> dzop/emacs-jupyter@97c421a
emacs-straight/org-mode@b993576 -> emacs-straight/org-mode@0fadd06
jethrokuan/org-roam@6e97003 -> jethrokuan/org-roam@a71176e
kaushalmodi/ox-hugo@1c1e3ec -> kaushalmodi/ox-hugo@b6f4142
magit/orgit@e7cddf3 -> magit/orgit@0242088
oer/org-re-reveal@e4460a9 -> oer/org-re-reveal@61549f4
2020-04-14 18:25:09 -04:00
Henrik Lissner
c23f00b9ca
Update package list in lang/org readme
2020-04-14 18:01:44 -04:00