Maikol Solís

Results 37 issues of Maikol Solís

Hi! As a naïve way to make laas to work with `markdown-mode` I modify the `laas-mathp` function (https://github.com/tecosaur/LaTeX-auto-activating-snippets/blob/master/laas.el#L60) to use `laas-org-mathp` to know if we are in a latex block...

## Bug Report Live snippets don't work with Rnw files #### Disable all the other extensions except for LaTeX Workshop and LaTeX Utilities, and check that you still see this...

### Thank you for the bug report - [X] I am using the latest version of `lsp-mode` related packages. - [X] I checked [FAQ](https://emacs-lsp.github.io/lsp-mode/page/faq/) and [Troubleshooting](https://emacs-lsp.github.io/lsp-mode/page/troubleshooting/) sections - [X] You...

bug

Hi! How do I could search/locate a node in the graph based only on the title? Sometimes I want to look a path of notes starting by some specific one....

For the moment, this is just a draft. Any contribution is welcome. A list of initial ideas are [in this post](https://discourse.doomemacs.org/t/ess-module-refactor/2681?u=mklsls). Fixes #0000 References #0000 Replaces #0000 ----- - [X]...

module:lang/ess
!
is:refactor

Hi! I have this issue with `org-transclusion` with `org-roam` Suppose you have these files `TEST1.org` ``` :PROPERTIES: :ID: 20220302T110131 :END: #+TITLE: TEST1 TEST1 ``` `TEST2.org` ``` :PROPERTIES: :ID: 20220302T110150 :END:...

When we are in the process of capturing and clarifying items, sometimes a new item belongs to an already processed project. Suppose you have in your project tree ``` *...

enhancement

**Is your feature request related to a problem? Please describe.** When I start ORUI, i can see some nodes spread all over the graph with edges going from side to...

enhancement

I opened this issue in the org-roam-server (https://github.com/org-roam/org-roam-server/issues/114) about how to locate specific nodes in the graph. One of the workarounds was to establish a fixed random seed in the...

minor feature

Suppose you have this `test.org` file ``` org #+TITLE: Test #+begin_src emacs-lisp (org-ql-select nil '(and (planning :from "2021-08-21" :to "2021-08-30") (todo)) :action '(list (org-entry-get (point) "TODO") (concat "[[" (substring-no-properties (org-get-heading...

docs