Skip to content

don't complete org-roam nodes in source blocks#2292

Merged
jethrokuan merged 2 commits intoorg-roam:mainfrom
ParetoOptimalDev:complete-everywhere-except-source-blocks
Dec 25, 2022
Merged

don't complete org-roam nodes in source blocks#2292
jethrokuan merged 2 commits intoorg-roam:mainfrom
ParetoOptimalDev:complete-everywhere-except-source-blocks

Conversation

@ParetoOptimalDev
Copy link
Contributor

Motivation for this change

This fixes the following situation where
org-roam-completion-everywhere = t and you are working with org-babel
blocks in one of your org-roam nodes.

#+begin_src emac|
#+end_src

Before my nodes would be suggested, but after this change only valid
babel headers are suggested as desired.

Previously completions from org-roam nodes would be suggested

ParetoOptimalDev and others added 2 commits December 10, 2022 16:24
This fixes the following situation where
`org-roam-completion-everywhere = t` and you are working with org-babel
blocks in one of your org-roam nodes.

```
```

Before my nodes would be suggested, but after this change only valid
babel headers are suggested as desired.

Previously completions from org-roam nodes would be suggested
@jethrokuan jethrokuan merged commit 45a6863 into org-roam:main Dec 25, 2022
@ParetoOptimalDev
Copy link
Contributor Author

@jethrokuan Thanks for fixing the lints.

I missed the failure somehow, sorry!

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 7, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants