Commit Graph

1286 Commits

Author SHA1 Message Date
7d38f503e2 updating per @hlissner suggestion 2020-04-23 14:46:13 -04:00
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
3a5ef316fc Fix #2938: wrong-type-argument stringp error on org-journal 2020-04-19 22:04:12 -04:00
ce93b6d144 Alphabetize org flags in readme 2020-04-18 20:42:31 -04:00
cfc5e1b0a2 Fix link to pdf-tools in lang/org readme 2020-04-18 20:37:50 -04:00
141a649e04 Revert afca8f14a
Fix #2932
2020-04-18 12:51:00 -04:00
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
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
763932a55c Merge pull request #2884 from brianmcgillion/biblio
Add org-noter package
2020-04-17 19:16:06 -04:00
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
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
9af22a9322 Merge pull request #2920 from AloisJanicek/develop
Autoload all 4 org decrypt/encrypt user commands
2020-04-17 15:40:19 -04:00
b8de456a73 Fix: contrib/journal: `buffer-file-name' is nil in *Capture* buffer 2020-04-17 16:17:23 +02:00
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
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
3bb6c1b104 Rethink org-journal lazy loading & defaults 2020-04-17 05:07:55 -04:00
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
ab025caced Fix legacy pdf(view|tools) links & storing pdf links 2020-04-16 19:10:28 -04:00
ccec354739 Prevent infinite recursion opening legacy pdf links 2020-04-16 18:28:14 -04:00
166d1ecabc Hide mode-line in org-roam buffer 2020-04-16 15:19:06 -04:00
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
3efef6e38f Fix void-variable link when opening legacy pdf links 2020-04-16 14:52:06 -04:00
fcb2612d3a Fix wrong-number-of-arguments error when opening org links 2020-04-16 12:59:40 -04:00
afca8f14a1 Fix image previews for download:* org links 2020-04-15 23:47:14 -04:00
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
f02d28543b Remove reference to org-bullets
Package was replaced in 5c4f3c62a
2020-04-15 18:21:50 -04:00
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
c23f00b9ca Update package list in lang/org readme 2020-04-14 18:01:44 -04:00
5c4f3c62a7 Replace org-bullets w/ org-superstar
org-superstar is a little faster, better written and still maintained.
It also has a few more features which I've made opt-in because they are
relatively expensive in larger buffers.

Folks that don't care for the differences just have to replace
`org-bullets-bullet-list` in their configs with
`org-superstar-headline-bullets-list`.
2020-04-14 18:00:43 -04:00
3ce752a227 Generalize +org-capture-frame-p
Plus minor refactor of +org-capture/open-frame.
2020-04-14 15:42:24 -04:00
169fe6a7f4 lang/org: revise docstrings 2020-04-14 15:37:00 -04:00
10a6b510d7 Fix background of latex segments in org buffers
'auto doesn't seem to work correctly, especially where face-remap is
involved (e.g. with solaire-mode or auto-dim-other-buffers).
2020-04-14 15:34:20 -04:00
9abc10c78f Replace org-pdfview with org-pdftools
The latter is a continuation fork. The former is no longer maintained.
2020-04-14 15:31:39 -04:00
83a95925dd Lazy load babel libraries for org exporting 2020-04-14 01:29:27 -04:00
4110e3c200 Merge pull request #2896 from alarsyo/org-roam-wrap-lines
Enable visual-line-mode in org-roam-backlinks buffer
2020-04-13 15:52:25 -04:00
41606f5369 Only realign tables in +org-realign-table-maybe-h
Don't recalculate formulas.
2020-04-13 15:23:16 -04:00
006eee75d0 Add popup rule for *Org-Babel...* buffers
Mainly error messages when executing babel blocks.
2020-04-13 14:18:22 -04:00
300568078b Enable visual-line-mode in org-roam buffer 2020-04-13 19:30:31 +02:00
9ba14f0ba4 Fix org-journal-mode not loading on journal files 2020-04-12 03:54:58 -04:00
da427a1b95 Fix #2880: RET on links in other elements 2020-04-11 14:43:58 -04:00
3ef8ff9172 Merge pull request #2867 from mindlike/dan-dev
bump jupyter
2020-04-10 23:36:36 -04:00
1ed0d3555e Merge branch 'develop' into loadConditions 2020-04-10 23:34:57 -04:00
c6c0583107 Configure org-roam completion backend 2020-04-10 23:32:47 +00:00
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
Dan
dd8d248423 bump jupyter 2020-04-10 01:49:01 -07:00
24e35b95d5 Move org lang alias to markdown module 2020-04-10 02:04:00 -04:00
6e753ab0ca Bump :lang org +roam
jethrokuan/org-roam@dfb8449 -> jethrokuan/org-roam@6e97003
jethrokuan/company-org-roam@063581d -> jethrokuan/company-org-roam@0913d86
2020-04-10 04:39:33 +00:00
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
8ecf393a3a Add back :commands and use :hook for org-roam 2020-04-08 21:24:49 +01:00
b78fc4eb76 Minor refactor & reformatting across the board 2020-04-08 15:30:10 -04:00