deb75

Results 50 issues of deb75

Hello, I have just begun to use `perspective`, perhaps this question is just due to my lack of practice. Sometimes when I switch from one perspective to another, I notice...

bug

hello, I installed `keepass-mode` on windows 10 (native emacs 28.0.50 through mingw64) along `keepassxc` 2.6.4 When I open a keepass file I get the message : ``` 'egrep' n'est pas...

enhancement

Hello, I have this small script : ```lua if not string.find(package.path, "demonstrator") then package.path = [[D:\xxx\Documents\code\demonstrator\lib\?.lua;D:\xxx\Documents\code\demonstrator\lib\?\init.lua;]] .. package.path print(package.path) end local map = require("map") local inspect = require("inspect").inspect print(inspect(map)) ```...

Hi, I appreciate that the equation to which corresponds a given reference (e.g. `eqref:eq:15`) is displayed in a floating frame when the mouse hovers on the reference link. However, only...

Hello, Very nice package ! I wonder if it would be possible to add the possibility to convert images as they are downloaded ? This should be possible on both...

When table is within an item list, columns appear misaligned. ![Capture](https://user-images.githubusercontent.com/19540378/173596910-720203a0-32e4-44cc-9c60-4e5e40c7ce3a.JPG) If the table begins at first column, the misalignments disappear. I use the `org-indent-mode`, but the issue persists if...

### Brief Abstract I want `org-roam-node-insert` and `org-roam-node-find` to insert and return the chosen node with its parent as : ``` parent node title/chosen node title ``` ### Proposed Implementation...

A nice enhancement would be the possibility to add an element of the browser history to the buku Web bookmark manager through [ebuku](https://github.com/flexibeast/ebuku). This latter is an emacs interface to...

**Describe the bug** Typical links like : ``` * A node :PROPERTIES: :DIR: x:/locationdir :END: attachement:file.pdf ``` are exported in the browser as : ![capture](https://github.com/org-roam/org-roam-ui/assets/19540378/3216a416-1d3a-49ac-8b63-acda74e5b75c) when I hover on with...

bug

Hi, I recently tried with success the export towards ipython notebook file format (`.ipynb`) : ``` pandoc -f org -t ipynb -o test.ipynb test.org ``` Would it be possible to...