Re: Transient: accessibility problems for users who need to use large fonts (was: [RFC] The best way to choose an "action" at point: context-menu-mode, transient, which-key or embark? (was: Fwd: Org-c

2024-12-18 Thread Ihor Radchenko
Samuel Wales writes: > the reason i didn't notice it is 1] for me the fringe glyph is small > -- can it be larger? Not easily, but doable. You need to define a new fringe bitmap with `define-fringe-bitmap' and then set it in `fringe-indicator-alist'. Here is an example: (define-fringe-bitmap

Re: [BUG] "\fC" macro in ox-man.el [9.6.15 (release_9.6.15 @ /usr/share/emacs/29.2/lisp/org/)]

2024-12-18 Thread G. Branden Robinson
[looping in groff list; please reply to it as well, as I am not subscribed to emacs-orgmode] Hi Xiyue, Ihor, and Jeremy, I stumbled across this thread while researching problems have encountered with groff, which I maintain for the GNU Project. At 2024-02-29T23:51:29-0800, Xiyue Deng wrote: > "m

Re: [BUG] bug in 'ox-man?

2024-12-18 Thread G. Branden Robinson
[please CC me in replies; I am not subscribed to emacs-orgmode] At 2024-04-14T11:20:28+, Ihor Radchenko wrote: >From ef3fa244d1a32c2cce3616a6dffc9c3dcafd4e34 Mon Sep 17 00:00:00 2001 Message-ID: From: Ihor Radchenko Date: Sun, 14 Apr 2024 14:05:59 +0300 Subject: [PATCH] ox-man: Escape back

Re: [Pre-PATCH] Overhaul of the LaTeX preview system

2024-12-18 Thread Ярослав )
Hello everyone, Org Mode publishing management system requires all links to svg images to be relative. For example, old preview system placed all the svg images for latex preview in folder =./ltximg= and links in the exported html file were included like that src="ltximg/org-tex-b3e4ba3053aefb

Re: May we have a variant of display-buffer-reuse-window that considers indirect buffers?

2024-12-18 Thread martin rudalics
attached. >> > 1. If there is a window displaying BUFFER, switch to that window >> > 2. If there is a window that is an indirect buffer of BUFFER or that >> > shares the same base buffer with BUFFER, switch to that window >> >> I included the facility that if there is a window whose buff

Re: [Pre-PATCH] Overhaul of the LaTeX preview system

2024-12-18 Thread Karthik Chikmagalur
> even when org-latex-preview-cache variable is set to "./preview/" in > the relative form. Links are handled incorrently in the published > project, and svg links on the website point to nothing on remote > machine. > > I don't know how to avoid absolute path naming, anyone faced this > issue? `

Re: [Pre-PATCH] Overhaul of the LaTeX preview system

2024-12-18 Thread Yaroslav Drachov
Oh, it turns out that inline images are even formatted better than non-inline ones. I think problem is resolved. Thanks again! Best wishes, Yaroslav Yaroslav Drachov writes: Karthik, Thanks! But at first this option doesn't solve the problem with absolute paths either, does it? Best wishes

Re: [Pre-PATCH] Overhaul of the LaTeX preview system

2024-12-18 Thread Yaroslav Drachov
Karthik, Thanks! But at first this option doesn't solve the problem with absolute paths either, does it? Best wishes, Yaroslav Karthik Chikmagalur writes: even when org-latex-preview-cache variable is set to "./preview/" in the relative form. Links are handled incorrently in the published

Re: May we have a variant of display-buffer-reuse-window that considers indirect buffers?

2024-12-18 Thread Ihor Radchenko
martin rudalics writes: > > (pop-to-buffer BUFFER > > '((display-buffer-reuse-window display-buffer-pop-up-window) > > (reuse-indirect . t))) > > > > 1. If there is a window displaying BUFFER, switch to that window > > 2. If there is a window that is an indirect buffer of BUFFER

Re: Ignore Local Variables list in source blocks

2024-12-18 Thread Max Nikulin
On 18/12/2024 11:13, Joseph Turner wrote: Is there a way to make Emacs ignore Local Variables lists which appear inside of source blocks? For example, is there a way to include the following content in an Org file without Emacs attempting to locally set foo to bar? #+BEGIN_EXAMPLE # Local V

Re: [Pre-PATCH] Overhaul of the LaTeX preview system

2024-12-18 Thread Karthik Chikmagalur
> Oh, it turns out that inline images are even formatted better than > non-inline ones. I think problem is resolved. Thanks again! Cheers! There is only one difference in the html export formatting of inline vs linked images -- embedded svg can be styled by the export CSS, so it should respect t

Re: May we have a variant of display-buffer-reuse-window that considers indirect buffers?

2024-12-18 Thread martin rudalics
> To be 100% clear, let me try to restate exactly what I have in mind. > > I want to call something like > > (pop-to-buffer BUFFER > '((display-buffer-reuse-window display-buffer-pop-up-window) > (reuse-indirect . t))) > > 1. If there is a window displaying BUFFER, switch to that windo

Re: [RFC] The best way to choose an "action" at point: context-menu-mode, transient, which-key or embark? (was: Fwd: Org-cite: Replace basic follow-processor with transient menu?)

2024-12-18 Thread Jonas Bernoulli
Hello! Samuel Wales writes: > thanks for interest. I've worked with other users with impaired vision to improve their experience with Transient before and tend to prioritize that work. That being said, the end-of-year crunch is upon us, so I likely won't find the time to do anything beyond wh

Re: Transient: accessibility problems for users who need to use large fonts (was: [RFC] The best way to choose an "action" at point: context-menu-mode, transient, which-key or embark? (was: Fwd: Org-c

2024-12-18 Thread Jonas Bernoulli
If I understand the below correctly, you prefer noticeable truncation in combination with convenient scrolling support, over wrapping (which is bound to look bad and confusing, even if we optimize some more). That is my own preference (too?), and we can look into further tweaks in that direction n

Re: [BUG] yank-media doesn't work

2024-12-18 Thread Visuwesh
[Monday December 16, 2024] the_wurfkreuz wrote: > Also, it seems as if the bug is easier to trigger if i copy an image > from teleram in comparison to other things i've tried. But i'm not > completely sure about this. > > > Оригинальное Сообщение > 16.12.2024 23:32, the_wurfkreuz

Re: Transient: accessibility problems for users who need to use large fonts (was: [RFC] The best way to choose an "action" at point: context-menu-mode, transient, which-key or embark? (was: Fwd: Org-c

2024-12-18 Thread Samuel Wales
i like the efficient single-key todo kw selection and its colored menu in org enough that i prefer it to completion. good point about spc clearing the selection. personally, i would prefer an option for spc to scroll and wrap around. del or c-k or so might clear the selection. but i wouldn't w

Re: Transient: accessibility problems for users who need to use large fonts (was: [RFC] The best way to choose an "action" at point: context-menu-mode, transient, which-key or embark? (was: Fwd: Org-c

2024-12-18 Thread Samuel Wales
my idea is to wrap within the column of text in the menu. e.g. the 3rd column of text. like reflowing. it seems better than all other solutions i came up with. to me, the problem with truncation is that it requires horizontal scrolling. in my case, vertical scrolling is preferable to horizonta

Re: Transient: accessibility problems for users who need to use large fonts (was: [RFC] The best way to choose an "action" at point: context-menu-mode, transient, which-key or embark? (was: Fwd: Org-c

2024-12-18 Thread Samuel Wales
my idea is to wrap within the column of text in the menu. e.g. the 3rd column of text. like reflowing. it seems better than all other solutions i came up with. to me, the problem with truncation is that it requires horizontal scrolling. in my case, vertical scrolling is preferable to horizonta

Re: [Pre-PATCH] Overhaul of the LaTeX preview system

2024-12-18 Thread Yaroslav Drachov
Awesome! This is exactly what I needed. Btw, I have one other problem with org-latex-preview. Numbering of equations works perfect except for equations inside itemize/enumerate. All of them are numbered as (1), and don't contribute to overall counter. Maybe you have an idea how to fix it? B

Re: [BUG] ob-shell async session does not work with multiple blocks running [9.7.16 (9.7.16-ba9734 @ /nix/store/6la93ywyb1h055phgyqba7h7qay60p0m-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.

2024-12-18 Thread Matt
Running from the latest commit, eebc9be7c, on Emacs on Android, I'm not able to reproduce. Did I miss a change between Dec. 10 and today which fixed this?