[BUG] Org-contacts doesn't jump to items in the second file specified in org-contacts-files [9.7.11 (release_9.7.11 @ /usr/share/emacs/30.1/lisp/org/)]

2025-03-08 Thread Garid Zorigoo
I'm trying to learn to use =org-contact=, and wanted to have 2 files, one for personal usage and another for work contact-list. *Expected behavior* : when I do `M-x org-contacts`, I expect to see all the contacts, and choose whichever I want to choose, and jump to its position regardless if it's i

Re: [BUG] Incorrect LaTeX export when using images in a table to display them side-by-side. [9.7.5 (release_9.7.5 @ /home/dadinn/.emacs.d/straight/build/org/)]

2025-03-08 Thread Pedro Andres Aranda Gutierrez
HI again, I fear what you want to do is not done the way you thought. Instead of #+BEGIN_SRC org #+attr_latex: :center t In this case, we want the paragraph to be centered, not just file:test-img.png. This is why we place the attributes before the paragraph. #+END_SRC you need to #+BEGIN_SRC o

Re: [FR] org-babel-n-tangle

2025-03-08 Thread Lei Zhe
Since Phil hasn't responded for almost two weeks, I would like to submit the patch first. This patch is the first step in resolving the feature for tangling source blocks to multiple targets. I would appreciate any feedback. llcc On Sun, Feb 23, 2025 at 9:05 PM Lei Zhe wrote: > > Hi Phil, > > T

Re: [PATCH] Prefix CL symbols in ob-lisp.el

2025-03-08 Thread Owen Radcliffe
Not used to the workflow on mailing lists but here is a second patch to address that issue: On Fri, Mar 7, 2025 at 6:01 PM Owen Radcliffe wrote: > Yes, definitely prefix the special var too, thank you. > > On Fri, Mar 7, 2025 at 13:51 Héctor Galbis Sanchis < > hectometrocuadr...@gmail.com> wrote

[BUG] Replace a string while narrowing is active => Error. [9.7.20 (N/A @ /gnu/store/nbqz4xh45yvlpw9dqqfpxp82v0f82vk4-emacs-org-9.7.20/share/emacs/site-lisp/org-9.7.20/)]

2025-03-08 Thread Pierre-Henry Fröhring
Hello Org Mode, I expected to replace a string ("selector" by "creditor") in this section while narrowing is active: ┌ │ creditor.js │ :PROPERTIES: │ :header-args+: :tangle _application/frontend/js/creditor.js │ :ID: f6253a98-8377-4033-9dab-1e63ec80420d │ :END: │ │ * dependenc

Re: PLOT: Different "with:option" on same plot

2025-03-08 Thread Leo Butler
On Mon, Mar 03 2025, Colin Baxter wrote: > I want to plot from a table and use > > #+PLOT: title:"Whatever" ind:2 deps:(3 4) type:2d "with:lines" set:"yrange > [0:100]" > > Great, that works. The second column in the table gives me my x-axis, and > the 3rd. and 4th. columns give me two graphs. >