Maikol Solís
Maikol Solís
Hi! I'm trying to use quarto-emacs with python blocks, but it's not working well. For example, if I have this chunk ```` ```{python} import matplotlib.pyplot as plt import numpy as...
I installed your package and when I wanted to test it, the prompt to install the python dependencies appeared. I wrote `y` (`yes`) and I got this: ```sh Requirement already...
Basically, I want to use lsp-ltex in a directory with Spanish content. I put this into the `.dir-local.el` inside the folder ```elisp ;;; Directory Local Variables -*- no-byte-compile: t -*-...
Hi! _(This is the same discussion on Discord, but I put it here if someone else wants to join in)._ The function `org-gtd-projects-fix-todo-keywords-for-project-at-point` is supposed to be run for each...
Hi, it's basically the title. The template for each capture is fixed to ``` ** ** [[quick capture]]: [[Link][Title]] ``` I would like to know if it's possible to change...
Hi, after installing the new 29.3 version, I got this problem if I want to sync in doom. I haven't had these errors on 29.2. ```elisp $ sh ~/.emacs.d/bin/doom sync...
Hi! apheleia (https://github.com/radian-software/apheleia) provides a better and stable way to format buffers. I have issues with srefactor because it doesn't format correctly my init.el. For example, something like ```elisp (latex...
Hi Prot! I'm an org-roam user which is trying denote, and so far, I like a lot. My suggestion is to put the `SIGNATURE` in the subtitle of the front...
Hi, I just want to share this snippet of code if someone finds it useful. I just copied-pasted the same function from org-roam (https://github.com/org-roam/org-roam/blob/8667e441876cd2583fbf7282a65796ea149f0e5f/org-roam-node.el#L170) It changes titles like ``` "Un...
Hi! Basically, I have this problem, I have searched for a solution, but I haven't found anything relevant. Imagine you have a markdown file with title `My first file` and...