Re: Bar drawing in display engine, master indent-spacing variable

2024-09-16 Thread Ihor Radchenko
Pedro Andres Aranda Gutierrez writes: >> >>> I propose the addition of indent-bars to ELPA. >> >>> >> >>> https://github.com/jdtsmith/indent-bars > ... May I know the reason why Org mailing list is in CC? Or was it by accident? -- Ihor Radchenko // yantar92, Org mode contributor, Learn more ab

Re: Bar drawing in display engine, master indent-spacing variable

2024-09-16 Thread Pedro Andres Aranda Gutierrez
Pure accident! Sorry... need another coffee ;-) /PA On Mon, 16 Sept 2024 at 09:10, Ihor Radchenko wrote: > Pedro Andres Aranda Gutierrez writes: > > >> >>> I propose the addition of indent-bars to ELPA. > >> >>> > >> >>> https://github.com/jdtsmith/indent-bars > > ... > > May I know the reason

Re: support range durations

2024-09-16 Thread Guido Stevens
On 9/15/24 14:02, Ihor Radchenko wrote: Guido Stevens writes: As per https://orgmode.org/manual/Column-attributes.html I'm using range durations to express effort estimations. Those get summarized nicely in column views, using the {est+} summarizer. But when I access an agenda view that encoun

Re: [PATCH] Add repeat-map for navigation commands

2024-09-16 Thread Visuwesh
[ஞாயிறு செப்டம்பர் 15, 2024] Ihor Radchenko wrote: > Visuwesh writes: > >> BTW, should we add C-n and friends to org-navigation-repeat-map or just >> have n, p, etc.? I personally find C-n in the repeat-map disruptive >> since I usually want to move the cursor after jumping to a specific >> head

Org-Capture Window Behavior

2024-09-16 Thread Amol Vaidya
Hello, I use a widescreen monitor, and when I initiate an org-capture the frame transforms mid-capture as follows: +---+---+---+---+ +---+---+ | 1 | 2 | 3 | 4 | --> | 1 |capture| +---+---+---+---+ +---+---+ I find this behavior disruptive, as I generally want to conde

Re: [BUG] export blocks no longer fontifying [9.7.10 (release_9.7.10 @ /Users/ben/Scripts/emacs/lisp/org/)]

2024-09-16 Thread Benjamin McMillan
Ok, I am happy to submit a patch. It would be my first, so I will have to find time to make the commit properly. On Wed, Sep 11, 2024 at 1:59 AM Ihor Radchenko wrote: > Benjamin McMillan writes: > > > At some point in the last few months, org mode stopped fontifying my > > latex export blocks.

Re: [FR] yank media: allow customization of absolute path a filter for type candidates

2024-09-16 Thread Visuwesh
[திங்கள் செப்டம்பர் 16, 2024] pinmacs wrote: > Hi, > > So I was using org-download, and I would like to replace it entirely > with yank-media > > and what I am missisng is: > > 1. do a variable for selecting absolute path: to be able to have a file > link that works with absolute path; and the r

Re: [PATCH] ox-texinfo: Support links in headings

2024-09-16 Thread Ihor Radchenko
Rudolf Adamkovič writes: > Ihor Radchenko writes: > >> I tried to run make test and your new test fails: [...] > > Yup, `4829bacff', which you merged in the meantime, broke the test, as > it changed how `@ref's are generated. > >> May you please fix this and also rebase the patch onto the latest

Re: [BUG] org-refile-get-targets wrong-type-argument [9.6.15 (release_9.6.15 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]

2024-09-16 Thread Ihor Radchenko
Serghei Iakovlev writes: > I encountered an issue with `org-mode' in my Emacs configuration > related to periodic clearing of the refile cache during idle time. I > am using the following code snippet, which runs during idle time to > clear the cache of refile targets: > > --8<---cut

Re: [BUG] org-mode failed to open top-level header properly when using the TAB key [9.6.15 (release_9.6.15 @ /usr/share/emacs/29.3/lisp/org/)]

2024-09-16 Thread Ihor Radchenko
Robbie Morrison writes: > Many thanks for your follow up. > > I have set `org-element-use-cache' to nil as you suggest. Seems fine. > > My org-mode is just via the package management system on Ubuntu, so > somewhat behind I guess. Ok. I am thus closing this bug report, as there is nothing more

Re: BUG: after an org-capture to an inbox entry, statistics-cookies are not updated on certain circumstances

2024-09-16 Thread Ihor Radchenko
pinmacs writes: >> I was able to reproduce using stable version of Org mode. >> However, the bug is not present on the development version (main >> branch). > .. > Here and there [1] I would like to close this thread saying that on a > particular stable version this is fixed, let me know when th

Re: [BUG] What about excluding .dir-locals.el from GNU ELPA tarball?

2024-09-16 Thread Ihor Radchenko
Morgan Willcock writes: > I believe it is up to the file to opt-out of compilation. That's true, but .dir-locals is a special file. So, I expected Emacs to treat it specially during compilation as well. To not break old, no-longer-maintained packages, if nothing. > If the file is created with a

Re: Org-Capture Window Behavior

2024-09-16 Thread Ihor Radchenko
Amol Vaidya writes: > I use a widescreen monitor, and when I initiate an org-capture the frame > transforms mid-capture as follows: > > +---+---+---+---+ +---+---+ > | 1 | 2 | 3 | 4 | --> | 1 |capture| > +---+---+---+---+ +---+---+ > > I find this behavior disruptive,

Re: Org-Capture Window Behavior

2024-09-16 Thread Amol Vaidya
Thank you for your response. I have tested this with a clean installation of Emacs, where I installed Org mode 9.7, but I am still encountering the same behavior. For reference, I’ve attached a screen recording that demonstrates the issue. I’ve also verified that Org 9.7 is being used, as shown i

Re: [PATCH] Texinfo: Check for math support without warnings and quietly (was: Improve Texinfo math checking)

2024-09-16 Thread Rudolf Adamkovič
A friendly ping. :) Rudolf Adamkovič writes: > Oops, I found a bug in the patch. > > Now fixed. > > Rudy > From a99cb0ecafb6a0a1d4ef841dd20be5fa2da43cff Mon Sep 17 00:00:00 2001 > From: Rudolf Adamkovic > Date: Tue, 27 Aug 2024 11:10:56 +0200 > Subject: [PATCH] ox-texinfo: Check for math suppor

please, report on current status of orgmode timestamps with timezone

2024-09-16 Thread pinmacs
Hi, From #11 OrgMeetup content [1] I see that a date with timestamp and timezone is used:     <2024-09-11 Wed 19:00-21:00 @+03,Europe/Istanbul> With orgmode version 9.7.10: 1. If I try to to =C-c C-c= minibuffer says: "Not at a timestamp"; well, at least, does not try to remove the timezone