Provide sane default for the @direntry

2024-02-27 Thread Stefan Monnier
When exporting to Texinfo, the patch below makes it easier to generate a good `@direntry` by using sane defaults. For most files, you'll just need #+TEXINFO_DIR_CATEGORY: {my-category} I believe it also makes it a bit harder to shoot oneself in the foot and generate an invalid entry (e.g.

Re: [PATCH] doc/org-manual.org (Checkboxes): move section 'Checkboxes' from 'TODO Items' to 'Plain Lists'

2024-02-27 Thread Sławomir Grochowski
Matt writes: That's good point. Thank you Matt for links. > However, before moving the section we'd need to find a way to introduce > properties before the checkboxes section. > > The Checkboxes section is written assuming the reader knows what Properties > are. The GNU documentation

Re: [PATCH] org-agenda: Make sure skipping warning/delay days never increases their number

2024-02-27 Thread Tim Ruffing
On Tue, 2024-02-27 at 12:49 +, Ihor Radchenko wrote: > However, your total contributions are now at the limit we can legally > accept without FSF copyright assignment. > Would you consider doing copyright paperwork as described in > ? >

Re: [PATCH] doc/org-manual.org (Checkboxes): move section 'Checkboxes' from 'TODO Items' to 'Plain Lists'

2024-02-27 Thread Matt
On Mon, 26 Feb 2024 09:56:44 +0100 Ihor Radchenko wrote --- > Ihor Radchenko yanta...@posteo.net> writes: > > > I do not have a strong opinion here though. If more people chime in here > > and support re-arrangement, I will not oppose. > > No comments arrived within one month.

Re: [BUG] Org parser error [9.6.19 ( @ /home/vtrinh/.emacs.d/elpa/org-9.6.19/)]

2024-02-27 Thread Van Trinh
Ihor Radchenko writes: > Van Trinh writes: > Package: Org mode version 9.6.19 ( @ /home/vtrinh/.emacs.d/elpa/org-9.6.19/) >>> >>> Thanks for reporting! >>> May you please share the warning text as well? >> ⛔ Warning (org-element-cache): org-element--cache: Org parser error in >>

Re: [BUG] Org parser error [9.6.19 ( @ /home/vtrinh/.emacs.d/elpa/org-9.6.19/)]

2024-02-27 Thread Ihor Radchenko
Van Trinh writes: >>> Package: Org mode version 9.6.19 ( @ /home/vtrinh/.emacs.d/elpa/org-9.6.19/) >> >> Thanks for reporting! >> May you please share the warning text as well? > ⛔ Warning (org-element-cache): org-element--cache: Org parser error in > .notes-1p.org::1334. Resetting. > The

Re: [BUG] Org parser error [9.6.19 ( @ /home/vtrinh/.emacs.d/elpa/org-9.6.19/)]

2024-02-27 Thread Van Trinh
Ihor Radchenko writes: > Van Trinh writes: > >> Emacs : GNU Emacs 29.2 (build 1, x86_64-redhat-linux-gnu, X toolkit, cairo >> version 1.18.0, Xaw3d scroll bars) >> of 2024-01-22 >> Package: Org mode version 9.6.19 ( @ /home/vtrinh/.emacs.d/elpa/org-9.6.19/) > > Thanks for reporting! > May

Re: [FR] Add a way to mark an item in a checklist as failed

2024-02-27 Thread Ihor Radchenko
Rudi C writes: > I think currently there is no way to mark an item in a checklist as failed? > I would like to have such an ability ... Something like: > > - [F] task x > > or: > > - [0] task x Duplicate of https://list.orgmode.org/orgmode/87bkr7ih8q@gnu.org/ Not planned. Canceled. --

Re: [BUG] [bug] clocking in suddenly does not work any more [9.7-pre (release_9.6.18-1197-ga250fc @ /home/grfz/src/org-mode/lisp/)]

2024-02-27 Thread Ihor Radchenko
Gregor Zattler writes: > I used to clock in (and out) on a certain node several > times a day. Also today, but this suddenly does not > work any more, it inserts only a > > CLOCK: > > (with preceeding blank) but no following time stamp and > I get the message: "org-clock-sum-current-item: Wrong

Re: [PATCH] org-agenda: Make sure skipping warning/delay days never increases their number

2024-02-27 Thread Ihor Radchenko
Tim Ruffing writes: > Hm, now that I think about it again, I'm not sure that defining a new > function is worth the hassle. There's nothing wrong with the current > function or the optional argument, in the sense that callers can simply > choose not to use the optional argument. > > If

Re: [DISCUSSION, default settings] Using mailcap as default handler for opening file links

2024-02-27 Thread Max Nikulin
Ihor, To be clear, I am not against taking into account XDG media types associations. I just believe that emacs settings should have higher priorities. Another point is that xdg-open is not intelligent enough to be used unconditionally. I have the following idea. If (mailcap-mime-info

Re: [BUG] Org-Agenda leaves frame around [9.7-pre (release_9.6.8-785-g72bbf8.dirty @ /home/bidar/.local/private/etc/emacs/lib/org/lisp/)]

2024-02-27 Thread Björn Bidar
Thank you.

Re: A question about local/experimental branches

2024-02-27 Thread Juan Manuel Macías
Hi, Bastien, Bastien Guerry writes: > Ihor Radchenko writes: > >> AFAIU, Juan does not have write access to savannah. >> Should we give it? Of course, if he is willing to use savannah. Any >> other public repo is also fine. > > Juan, let me know if you need access: >

Re: [BUG] Org-Agenda leaves frame around [9.7-pre (release_9.6.8-785-g72bbf8.dirty @ /home/bidar/.local/private/etc/emacs/lib/org/lisp/)]

2024-02-27 Thread Ihor Radchenko
Ihor Radchenko writes: >> 0. emacs -Q >> 1. Paste this into the scratch buffer: >> (setq org-agenda-window-setup 'other-frame) >> (setq pop-up-frames t) >> 2. Eval >> 3. Org-agenda > > This is now expected. > We changed Org agenda to respect user settings, including > `pop-up-frames' setting. >

Re: [BUG] Org-Agenda leaves frame around [9.7-pre (release_9.6.8-785-g72bbf8.dirty @ /home/bidar/.local/private/etc/emacs/lib/org/lisp/)]

2024-02-27 Thread Ihor Radchenko
Björn Bidar writes: >> I cannot reproduce on the latest main using the latest Emacs master. >> May you please provide a reproducer starting from emacs -Q? >> See https://orgmode.org/manual/Feedback.html#Feedback > > 0. emacs -Q > 1. Paste this into the scratch buffer: > (setq

Re: [ANN] Please share useful blog posts on this list with the [BLOG] subject prefix

2024-02-27 Thread jman
> Yes, you can use "[BLOG] [Spanish] ..." so that people adapt their > filters, but the second prefix won't have any effect on Woof. If we want to add a hint about the blog post language, can I suggest using the two-letter ISO-639 language codes (SP, DE, IT, EN, ...)? I agree they don't cover

Re: [BUG] Org-Agenda leaves frame around [9.7-pre (release_9.6.8-785-g72bbf8.dirty @ /home/bidar/.local/private/etc/emacs/lib/org/lisp/)]

2024-02-27 Thread Björn Bidar
Ihor Radchenko writes: >> The problem is that org-mode leaves the agenda command selection frame around >> after selecting the specific agenda to be displayed > > I cannot reproduce on the latest main using the latest Emacs master. > May you please provide a reproducer starting from emacs -Q? >

Re: [BUG] Org parser error [9.6.19 ( @ /home/vtrinh/.emacs.d/elpa/org-9.6.19/)]

2024-02-27 Thread Ihor Radchenko
Van Trinh writes: > Emacs : GNU Emacs 29.2 (build 1, x86_64-redhat-linux-gnu, X toolkit, cairo > version 1.18.0, Xaw3d scroll bars) > of 2024-01-22 > Package: Org mode version 9.6.19 ( @ /home/vtrinh/.emacs.d/elpa/org-9.6.19/) Thanks for reporting! May you please share the warning text as

[BUG] Org parser error [9.6.19 ( @ /home/vtrinh/.emacs.d/elpa/org-9.6.19/)]

2024-02-27 Thread Van Trinh
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

Re: Ada/SPARK support in Babel

2024-02-27 Thread Francesc Rocher
Hi all, At the moment, ob-ada-spark is available at MELPA, https://melpa.org/#/ob-ada-spark. For what I've seen, it seems enough for the Ada community: 187 downloads since it was published back in 2022 (possibly that's not relevant; possibly if it was available in org-mode some people would be