Re: [BUG] org-gnus-follow-link tries to select dead frame [9.8-pre (release_9.7.15-163-g3ff21c.dirty @ /home/bidar/.local/etc/emacs/lib/org/lisp/)]

2025-02-17 Thread Björn Bidar
Ihor Radchenko writes: > Björn Bidar writes: > >>> May it be that `org-link-frame-setup' is configured by the user to use >>> current frame, but the user manually used gnus-other-frame and closed >>> the frame? In my mind, your patch then introduced unexpected behavior. >> >> The `org-link-frame

Re: [PATCH] ob-dot: Add `graphviz-dot' language alias

2025-02-17 Thread Thomas S. Dye
Rudolf Adamkovič writes: Greetings, Org hackers! I noticed that `dot' source blocks do not work out of the box: C-c C-c works but C-c ' uses the Fundamental mode, even with the Graphviz MELPA package installed. This is because the major mode for the Dot language is `graphviz-dot' and not

[PATCH] ob-dot: Add `graphviz-dot' language alias

2025-02-17 Thread Rudolf Adamkovič
Greetings, Org hackers! I noticed that `dot' source blocks do not work out of the box: C-c C-c works but C-c ' uses the Fundamental mode, even with the Graphviz MELPA package installed. This is because the major mode for the Dot language is `graphviz-dot' and not `dot'. The attached patch improv

Re: problem in sorting headings that start with timestamps

2025-02-17 Thread Ihor Radchenko
Uwe Brauer via "General discussions about Org-mode." writes: > I am not sure this is a feature or a bug. > Consider the following > > --8<---cut here---start->8--- > * Test 1 > ** <2025-02-08 09:46> First > ** <2025-02-08 09:51> All > --8<---cut h

Re: How to emulate `#+begin_src sh :output table :colnames yes` ?

2025-02-17 Thread Ihor Radchenko
"Cook, Malcolm" writes: > Is there any best approach to formatting output of bash or shell code block > as an org table whose first line is a header. #+name: first-line-as-colnames #+begin_src emacs-lisp :var table=() (append (list (car table)) '(hline) (cdr table)) #+end_src #+begin_src bash

Re: Automatic indexing for objects like in Sphinx

2025-02-17 Thread Ihor Radchenko
juh writes: > I do some software documentation using Sphinx (https://www.sphinx-doc.org/). > > When compiling pdfs Sphinx + LaTeX generates a huge index using a semi > automatic mechanism. > ... > I wonder how I could achieve this in org-mode. Check out https://code.tecosaur.net/tec/org-glossar

Re: [BUG] org-gnus-follow-link tries to select dead frame [9.8-pre (release_9.7.15-163-g3ff21c.dirty @ /home/bidar/.local/etc/emacs/lib/org/lisp/)]

2025-02-17 Thread Ihor Radchenko
Björn Bidar writes: >> May it be that `org-link-frame-setup' is configured by the user to use >> current frame, but the user manually used gnus-other-frame and closed >> the frame? In my mind, your patch then introduced unexpected behavior. > > The `org-link-frame-setup' introduced the first unex

Re: [PATCH] cosmetic of begin/end lines

2025-02-17 Thread Ihor Radchenko
Phil Estival writes: >> Documentation >> Non-nil means fontify the whole line for begin/end lines of blocks. >> >> This is useful when setting a background color for the >> org-block-begin-line and org-block-end-line faces. > > True, but the background color of those is unrelated

Re: org-contacts-anniversaries keeps asking for link-storing function

2025-02-17 Thread Ihor Radchenko
Hermann Graf von Westerholt writes: > I have browsed the mailing list archives for further clues. It seems that the > same issue has already been reported in March 2024: > https://lists.gnu.org/archive/html/emacs-orgmode/2024-03/msg00067.html Yes, but that time I did not realize that org-conta

Re: org-fontify-whole-block-delimiter-line behavior

2025-02-17 Thread Lei Zhe
Yes, it makes sense. I'll go ahead and reconsider how to do it without implication. On Sun, Feb 16, 2025 at 12:06 AM Ihor Radchenko wrote: > > Lei Zhe writes: > > > When a source block is indented within a list, as shown below, > > even if I set `org-fontify-whole-block-delimiter-line` to nil, t

[FR] org-read-date-style

2025-02-17 Thread Zoey Hewll
Hi all, I have a feature request pertaining to date parsing in the date-time entry prompt (=C-.=). * Motivation The prevailing date format where I live is D/M/Y, often abbreviated to D/M. While I prefer Y-M-D as a persistent storage format, I naturally default to D/M and prefer it for data e

Re: org-contacts-anniversaries keeps asking for link-storing function

2025-02-17 Thread Hermann Graf von Westerholt
I have browsed the mailing list archives for further clues. It seems that the same issue has already been reported in March 2024: https://lists.gnu.org/archive/html/emacs-orgmode/2024-03/msg00067.html However, I do not think that my config is to blame (see minimal org-mode config in my previous