Commit graph

946 commits

Author SHA1 Message Date
Henrik Lissner
f7538710d8 Bump :lang org
Kungsgeten/org-brain@f7939ef -> Kungsgeten/org-brain@e9b9b3e
abo-abo/org-download@97bec74 -> abo-abo/org-download@947ca22
bastibe/org-journal@c083648 -> bastibe/org-journal@f4b1549
emacs-straight/org-mode@d21d200 -> emacs-straight/org-mode@9e98e9a7
fuxialexander/org-pdftools@bcf0084 -> fuxialexander/org-pdftools@a5b61bc
integral-dw/org-superstar-mode@7f83636 -> integral-dw/org-superstar-mode@9d64c42
jkitchin/ox-clip@f5eac28 -> jkitchin/ox-clip@38b83ac
kaushalmodi/ox-hugo@6bc8ee0 -> kaushalmodi/ox-hugo@04f41ca
nnicandro/emacs-jupyter@360cae2 -> nnicandro/emacs-jupyter@6ce8d01
oer/org-re-reveal@47339ef -> oer/org-re-reveal@18a245
org-roam/org-roam@15d864a -> org-roam/org-roam@b0fd126
takaxp/org-tree-slide@d6e8e91 -> takaxp/org-tree-slide@04b5a9d

Closes #4540
Closes #4556
2021-02-24 01:12:53 -05:00
Kuba Orlik
cb32f3f13c
Remove the custom org-priority-regexp
This regular expression broke sorting by priority in agenda view. Reverting it back to the original one fixes the issue
2021-02-17 11:11:38 +01:00
Henrik Lissner
9f0a5aad4e Optimize org-priority-regexp
Mentioned in
https://orgmode.org/list/500865d9-9c8a-25ef-e4ef-030fd4b2a3e3@posteo.eu/T/#m066ffa89b2ab6e888c05ba1efcb4daaf29cc17ccj

May be upstreamed at some point.
2021-02-13 17:01:25 -05:00
Henrik Lissner
0ab452980a
Merge pull request #4631 from samwhitlock/me_dev
Enabling user config override for org-id-locations-file
2021-02-07 23:53:24 -05:00
Sam Whitlock
cf523eb4dd
Enabling user config override for org-id-locations-file
The use case: if a user has their org directory stored in a synced
location (e.g. dropbox), this file is the same on all machines and is
almost always conflicted.

This change enables users to override this in the :init section of their
config (or otherwise before org loading) and that the
+org-init-org-directory-h hook will detect an override.
2021-02-07 13:16:06 +01:00
Henrik Lissner
e538109635
Merge pull request #4370 from benneti/patch-2
org: jupyter prerequisites
2021-01-27 02:46:14 -05:00
Henrik Lissner
b98476e1fd
Bump :lang org
Kungsgeten/org-brain@1ae4fd4 -> Kungsgeten/org-brain@f7939ef
abo-abo/org-download@42ac361 -> abo-abo/org-download@97bec74
alf/ob-restclient.el@f7449b2 -> alf/ob-restclient.el@0ebfc7c
bastibe/org-journal@14ce011 -> bastibe/org-journal@c083648
emacs-straight/org-mode@7c8dce7 -> emacs-straight/org-mode@6b83c6e
emacsorphanage/gnuplot@f0001c3 -> emacsorphanage/gnuplot@116cad8
fuxialexander/org-pdftools@3c2b9a4 -> fuxialexander/org-pdftools@bcf0084
kaushalmodi/ox-hugo@f24c9bd -> kaushalmodi/ox-hugo@6bc8ee0
oer/org-re-reveal@0062756 -> oer/org-re-reveal@47339ef
org-roam/org-roam@be95b42 -> org-roam/org-roam@15d864a
takaxp/org-tree-slide@18034c4 -> takaxp/org-tree-slide@d6e8e91

Fixes #4506: org-mode bump fixes broken id linking functionality.
Fixes #4505: addresses org-roam/org-roam#1341.

Co-authored-by: RBckmnn <RBckmnn@users.noreply.github.com>
2021-01-09 03:20:09 -05:00
Henrik Lissner
cfb8a866dc
Bump :core
Fuco1/smartparens@7f5825d -> Fuco1/smartparens@63695c6
bbatsov/projectile@d1cfad0 -> bbatsov/projectile@c31bd41
domtronn/all-the-icons.el@6917b08 -> domtronn/all-the-icons.el@9aa16ae
iqbalansari/restart-emacs@e570749 -> iqbalansari/restart-emacs@1607da2
jscheid/dtrt-indent@a7ade6d -> jscheid/dtrt-indent@854b9a1
justbur/emacs-which-key@ca268fd -> justbur/emacs-which-key@428aedf
jwiegley/use-package@caa92f1 -> jwiegley/use-package@365c73d
raxod502/straight.el@3277e1c -> raxod502/straight.el@a32c97c

+ Closes #4513
+ Fixes (wrong-number-of-arguments (3 . 4) 2) error for users on Emacs
  HEAD (see bbatsov/projectile#1635).
+ package! :build semantics have changed due to upstream changes. What
  was :build is now :pre-build. What was :no-build is now :build nil.
+ Now we must be careful not to auto-disable the "use-package" psuedo
  theme. It is used as a place to store :custom assignments without them
  being saved to custom.el.
2021-01-09 02:55:09 -05:00
Henrik Lissner
12d8691fa8
Fix #4460: simplify +org--strip-properties-from-outline-a
Link cleanup is done upstream, in org, so we don't have to.
2021-01-03 22:37:51 -05:00
Henrik Lissner
d635ab88d3
Merge pull request #4470 from zzamboni/org/check-org-download-executables
Add checks for executables needed by org-download
2021-01-03 18:43:20 -05:00
Henrik Lissner
83d416ae78
Merge pull request #4476 from ejez/fix-company-backends
Fix company backends for text and org modes
2021-01-03 18:41:13 -05:00
ejez
2465539e19 Fix company backends for text and org modes 2020-12-25 09:44:18 +03:00
Diego Zamboni
51e3e37f7e Add checks for executables needed by org-download
- Added platform-dependent checks for some of the executables needed for
  org-download-clipboard to work.
- Fixed a typo in one of the error messages for org-roam.
2020-12-23 17:34:04 +01:00
Henrik Lissner
3967d6001b
Comment/docstring revision 2020-12-18 16:10:06 -05:00
Henrik Lissner
f2d71ae8fe
Fix #4419: suppress large-file message in org-agenda buffers 2020-12-18 16:08:58 -05:00
Henrik Lissner
eca50f4766
Fix #4446: activate org-fancy-priorities-mode in org-agenda 2020-12-18 16:05:31 -05:00
Alois Janíček
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
Henrik Lissner
5827985085
Don't increase gc-cons-threshold in org-mode
This was likely unnecessary and may be the cause of recent reports of
slowness/freezing over time.
2020-12-14 01:11:45 -05:00
Henrik Lissner
09ac5a48c1
Add org-export-async-debug to debug vars 2020-12-12 15:56:36 -05:00
Henrik Lissner
d149c59d2e
Add emacs mode checks to insert mode checks
This is to accommodate users who default to emacs mode, rather than
insert mode. The two are also very alike, so many of these checks should
apply to both (almost) equally.
2020-12-11 17:38:09 -05:00
benneti
a7546bcea9
implement requested changes 2020-12-07 10:32:37 +01:00
Henrik Lissner
2e86cceb3f
Bump :lang
200ok-ch/counsel-jq@104c77b -> 200ok-ch/counsel-jq@f5bfed8
Andersbakken/rtags@e6c7005 -> Andersbakken/rtags@63a7d9b
FStarLang/fstar-mode.el@5670fc0 -> FStarLang/fstar-mode.el@3afbf04
Kungsgeten/org-brain@6e3d861) -> Kungsgeten/org-brain@1ae4fd4)
NixOS/nix-mode@bb0b49e -> NixOS/nix-mode@e32c6bf
OVYA/php-cs-fixer@95eace9 -> OVYA/php-cs-fixer@c5b5d8a
ProofGeneral/PG@0fdb1ae -> ProofGeneral/PG@702f5b9
Sarcasm/irony-mode@1e1aaba -> Sarcasm/irony-mode@76fd37f
abicky/nodejs-repl.el@f5ce3d5 -> abicky/nodejs-repl.el@3b84105
agda/agda@08191e6 -> agda/agda@5070bd8
amake/flutter.el@78b3c57 -> amake/flutter.el@696228a
ananthakumaran/tide@ac5f070 -> ananthakumaran/tide@a43a37b
arnested/php-extras@81ebd7c -> arnested/php-extras@d410c5a
borkdude/flycheck-clj-kondo@152df7f -> borkdude/flycheck-clj-kondo@a558bda
brotzeit/rustic@7c9d55b -> brotzeit/rustic@91ad5db
chachi/cuda-mode@9ae9eac -> chachi/cuda-mode@7f59351
clojure-emacs/cider@f1c2a79 -> clojure-emacs/cider@ef47c1d
clojure-emacs/clojure-mode@75c2889 -> clojure-emacs/clojure-mode@53ef8ac
cpitclaudel/company-coq@b096cb5 -> cpitclaudel/company-coq@4da7b41
cython/cython@ba6cbed -> cython/cython@21b4e53
dgutov/robe@082da38 -> dgutov/robe@f04dcc7
dominikh/go-mode.el@d17d210 -> dominikh/go-mode.el@fdf46fe
dominikh/go-mode.el@d17d210 -> dominikh/go-mode.el@fdf46fe
elixir-editors/emacs-elixir@01b3324 -> elixir-editors/emacs-elixir@b78e7f7
emacs-ess/ESS@a694b26 -> emacs-ess/ESS@d013616
emacs-lsp/lsp-dart@c1ff5ce -> emacs-lsp/lsp-dart@b81b1ec
emacs-lsp/lsp-java@3f1ed17 -> emacs-lsp/lsp-java@f43b00a
emacs-lsp/lsp-metals@e42c0b2) -> emacs-lsp/lsp-metals@31dafff)
emacs-lsp/lsp-pyright@ccd0007 -> emacs-lsp/lsp-pyright@d9e7d3c
emacs-lsp/lsp-python-ms@a0c56f4 -> emacs-lsp/lsp-python-ms@c4ebc7a
emacs-php/php-mode@f4c7c69 -> emacs-php/php-mode@7e5722c
emacs-straight/adaptive-wrap@319db64 -> emacs-straight/adaptive-wrap@8f60ee7
emacs-straight/csv-mode@6353374 -> emacs-straight/csv-mode@eb3ec00
emacs-straight/org-mode@a88806b -> emacs-straight/org-mode@7c8dce7
emacs-straight/rainbow-mode@fdff98b -> emacs-straight/rainbow-mode@949166c
emacs-straight/sml-mode@60b01d7 -> emacs-straight/sml-mode@0338e97
emacs-typescript/typescript.el@e6f68ab -> emacs-typescript/typescript.el@54f14c4
erlang/otp@8efb945 -> erlang/otp@8fc0641
factor/factor@c6e15bd -> factor/factor@94a922a
felipeochoa/rjsx-mode@0061587 -> felipeochoa/rjsx-mode@b697fe4
fsharp/emacs-fsharp-mode@68dfc22 -> fsharp/emacs-fsharp-mode@13fbf4c
fxbois/web-mode@b4b0a85 -> fxbois/web-mode@890e837
galaunay/poetry.el@eb238d9 -> galaunay/poetry.el@d5163fe
godotengine/emacs-gdscript-mode@55a6637 -> godotengine/emacs-gdscript-mode@75fe658
greghendershott/racket-mode@0ca8b26 -> greghendershott/racket-mode@3563081
haskell/haskell-mode@e726776 -> haskell/haskell-mode@0d39c84
hlissner/evil-org-mode@658dadf) -> hlissner/evil-org-mode@a9706da)
hvesalai/emacs-sbt-mode@4358ed8 -> hvesalai/emacs-sbt-mode@7b121fc
hvesalai/emacs-scala-mode@1d08e88 -> hvesalai/emacs-scala-mode@9d3b56e
hylang/hy-mode@7256844 -> hylang/hy-mode@5253533
joaotavora/sly@fce4f9b -> joaotavora/sly@68561f1
jorgenschaefer/emacs-buttercup@cccdedf -> jorgenschaefer/emacs-buttercup@2f24a44
jorgenschaefer/pyvenv@861998b -> jorgenschaefer/pyvenv@0bf4b87
josteink/csharp-mode@f46d656 -> josteink/csharp-mode@4916829
jrblevin/markdown-mode@152eae2 -> jrblevin/markdown-mode@dcad557
kaushalmodi/ox-hugo@1909c6e) -> kaushalmodi/ox-hugo@f24c9bd)
nim-lang/nim-mode@16a245e -> nim-lang/nim-mode@d832d6b
ocaml-ppx/ocamlformat@1dec6c3 -> ocaml-ppx/ocamlformat@860266b
ocaml/dune@f967df6 -> ocaml/dune@4d097cd
ocaml/merlin@06833e9 -> ocaml/merlin@28193d5
oer/org-re-reveal@2035217 -> oer/org-re-reveal@0062756
org-roam/org-roam@d913447) -> org-roam/org-roam@be95b42)
rexim/org-cliplink@82402ca -> rexim/org-cliplink@13e0940
salmanebah/opencl-mode@55cb49c -> salmanebah/opencl-mode@15091ef
senny/rvm.el@6897576) -> senny/rvm.el@b2498a4)
skuro/plantuml-mode@5889166 -> skuro/plantuml-mode@ea45a13
swift-emacs/swift-mode@e65a80a -> swift-emacs/swift-mode@0bc8d8d
technomancy/fennel-mode@7a8824a -> technomancy/fennel-mode@fa56106
wbolster/emacs-python-pytest@a2f88b1 -> wbolster/emacs-python-pytest@4a1c4c8
xuchunyang/elisp-demos@3cca496 -> xuchunyang/elisp-demos@ed9578d
yoshiki/yaml-mode@68fecb5 -> yoshiki/yaml-mode@fc5e1c5

Fixes #4237
2020-12-05 16:37:59 -05:00
benneti
be21611571
org: jupyter prerequisites
Add some more instructions to use +jupyter for jupyter babel blocks.
2020-12-04 15:59:01 +01:00
Henrik Lissner
38ce4e8c7c
Merge pull request #4301 from offbyone/org-roam-tagging
Add keybindings for roam tagging
2020-11-27 22:25:25 -05:00
André Silva
a44436057a
remove company-org-roam from lang/org/README.org 2020-11-23 19:14:12 +00:00
Chris Rose
18db5e2089 Add keybindings for roam tagging
"t" to tag a roam file with the `#+roam_tags` property.
"T" to untag the file
2020-11-22 10:28:24 -08:00
Henrik Lissner
f40a2e1ed7
lang/org: apply +org--fix-async-export-a to org-export-as 2020-11-14 13:52:11 -05:00
Henrik Lissner
1d766bf873
Merge pull request #4255 from RBckmnn/OrgRoamDbLocation
Do not overwrite user's value of org-roam-db-location
2020-11-11 14:25:45 -05:00
Ralf Beckmann
f3a4c27aac Do not overwrite org-roam-db-location 2020-11-11 18:35:54 +01:00
Brian McGillion
6225cc5337 :lang org: (+roam) Replace deprecated functions
Update to the latest functions - after the following commit:
47e83f7d

Org-Roam-Dailies deprecated the older forms of the functions
and replaced with the new constructs.

Signed-off-by: Brian McGillion <brian@ssrc.tii.ae>
2020-11-11 20:02:30 +04:00
Henrik Lissner
423dbe0992
Bump :lang org
Kungsgeten/org-brain@e703ae0 -> Kungsgeten/org-brain@6e3d861
bastibe/org-journal@fce4fa7 -> bastibe/org-journal@14ce011
org-roam/org-roam@a7cf48e -> org-roam/org-roam@d913447
snosov1/toc-org@ff8d49c -> snosov1/toc-org@aef220c
2020-11-10 18:36:44 -05:00
Henrik Lissner
0c4e300c36
Merge pull request #4236 from eccentric-j/eval-org-babel-ui-elisp
Created PR to backport emacs-lisp org-babel evaluation to manage the UI
2020-11-10 18:31:20 -05:00
Henrik Lissner
911118227c
lang/org: refactor org recipe
Now that straight (and package) now support a :build property.

Relevant to #4243
2020-11-10 13:19:31 -05:00
Jay
454eef591a Created PR to backport emacs-lisp org-babel evaluation to manage the UI 2020-11-09 02:25:59 -05:00
Ryan Lloyd
ccda9ef6bb
Fix Issue #4212; Use Back-Slash for Win FileShares (#4218)
* Fix Issue #4212; Use Back-Slash for Win FileShares

* Replace single backslash with double

Co-authored-by: Henrik Lissner <accounts@v0.io>
2020-11-06 02:32:09 -05:00
Henrik Lissner
68b1594553
Fix #4220: void-function org-clocking-p
On first invocation of +org/toggle-last-clock, before org-clock has
loaded.
2020-11-06 02:29:37 -05:00
Henrik Lissner
304424d844
Fix #4212: slow file checks over network shares
On windows.
2020-11-04 14:40:44 -05:00
Henrik Lissner
50226c45e6
setq -> setq-default for org directory vars
So lazy loaded settings won't overwrite dir or file local variables.
2020-11-03 22:00:15 -05:00
Henrik Lissner
d4e34c7c8a
Bump :lang org
bastibe/org-journal@e7c51c4 -> bastibe/org-journal@fce4fa7
emacs-straight/org-mode@6c75b00 -> emacs-straight/org-mode@a88806b
hakimel/reveal.js@e09437f -> hakimel/reveal.js@0582f57
hlissner/evil-org-mode@2e9c4a2 -> hlissner/evil-org-mode@658dadf
kaushalmodi/ox-hugo@95723cd -> kaushalmodi/ox-hugo@1909c6e
oer/org-re-reveal@29f565f -> oer/org-re-reveal@2035217
org-roam/org-roam@87d7c07 -> org-roam/org-roam@a7cf48e
snosov1/toc-org@5deaec4 -> snosov1/toc-org@ff8d49c
takaxp/org-tree-slide@7126a43 -> takaxp/org-tree-slide@18034c4

Fixes #3818
2020-10-21 18:52:44 -04:00
Henrik Lissner
b857566239
Minor refactors 2020-10-20 16:52:39 -04:00
Henrik Lissner
077bab4c90
Move org-roam-db-location to DOOMLOCALDIR/etc
More in line with org-roam's defaults.

Closes #4108
2020-10-18 19:07:59 -04:00
Henrik Lissner
a835be1c40
Fix #4010: respect custom org-export-async-init-file 2020-10-16 04:19:27 -04:00
Henrik Lissner
6b06e0b52f
lang/org: ensure org-auto-align-tags is respected
Should be reported upstream.
2020-10-14 01:03:29 -04:00
Henrik Lissner
8d2a430693
Bump org-mode
emacs-straight/org-mode@6c75b00 <- emacs-straight/org-mode@e2bb605

Fixes #4087, caused by upstream breakage in org-capture.
2020-10-13 14:28:36 -04:00
Brian McGillion
fea5205983 [:lang (org +roam)] company-org-roam is depricated
Just cleans up the residue

Signed-off-by: Brian McGillion <brian@ssrc.tii.ae>
2020-10-12 09:02:07 +04:00
Henrik Lissner
ea575e3a8d
Bump :lang org
Kungsgeten/org-brain@671db0e -> Kungsgeten/org-brain@e703ae0
abo-abo/org-download@67b3c74 -> abo-abo/org-download@42ac361
astahlman/ob-async@80a30b9 -> astahlman/ob-async@de1cd6c
bastibe/org-journal@a2728e2 -> bastibe/org-journal@e7c51c4
emacs-straight/org-mode@220f2b0 -> emacs-straight/org-mode@e2bb605
fuxialexander/org-pdftools@8cc15bb -> fuxialexander/org-pdftools@3c2b9a4
hakimel/reveal.js@15815ef) -> hakimel/reveal.js@e09437f)
integral-dw/org-superstar-mode@94f35c2 -> integral-dw/org-superstar-mode@7f83636
kaushalmodi/ox-hugo@75b849e -> kaushalmodi/ox-hugo@95723cd
oer/org-re-reveal@7fe39d5 -> oer/org-re-reveal@29f565f
org-roam/org-roam@c33867e -> org-roam/org-roam@87d7c07

Closes #4034; company-org-roam is now deprecated, completions are
provided via capf instead.

Co-authored-by: Jethro Kuan <jethrokuan95@gmail.com>
2020-10-11 16:37:51 -04:00
Henrik Lissner
a7c3c5a9d2
Remove org-format-latex-options :background hack
This will be fixed upstream soon, in solaire-mode.
2020-10-04 23:06:11 -04:00
Henrik Lissner
6a30a11709
Fix #4023 (again): background mismatch for latex previews 2020-10-04 21:26:20 -04:00
Henrik Lissner
42332c9631
Merge pull request #3995 from samwhitlock/develop
Adjusting org journal functions to new commands
2020-10-04 20:07:51 -04:00
Henrik Lissner
018a95cf32
Fix #4023: background mismatch for latex previews
A doom-load-theme-hook hook fixes the background of latex previews, but
by the time org is loaded, this hook will have long since triggered,
giving it no change to update its background, so we must run it at least
once, immediately.
2020-10-04 18:24:59 -04:00