Song Wang

Results 7 comments of Song Wang

I couldn't make a test in Windows but I've tried to reinstall everything in both Mac and linux and test it again. It is still working.

It is still not clear what the reason is, but **Here is a workaround by modifying the `~/.spacemacs` without touching org-roam:** 1. If you toggled `dotspacemacs-line-number`, please modify it as...

Hi @shamiv , would you help try to modify your `~/.spacemacs` as follows, to see if it fixes your problem? 1. please modify `dotspacemacs-line-numbers` as ``` dotspacemacs-line-numbers '(:t :disabled-for-modes org-mode)...

Hi @milanmitrovic , have you tried to disable the `global page-break-lines-modes` in your `dotspacemacs/user-config`

As stated in issue #1764, the problem is related to `dotspacemacs-line-numbers` as well. The problem should be the `spacemacs` instead of `org-roam`, see discussion in #1943.

Hi @ning-y , you could be right. There seem to be two modes that can potentially cause the problem, which is `page-break-lines-mode` and `display-line-numbers-mode`. I've only tested the `display-line-numbers-mode` with...

Hi @douglas-raillard-arm , I believe what you experienced is the expected behavior. When a file without an extension is opened, it is by default in the [Fundamental mode](https://www.gnu.org/software/emacs/manual/html_node/emacs/Major-Modes.html#:~:text=The%20least%20specialized%20major%20mode,is%20in%20its%20default%20state.). When the...