Re: [PATCH] lisp/org-table.el: Allow named columns on lhs

2023-07-22 Thread Ihor Radchenko
Gavin Downard writes: >> Notice >> "Double definition `%s=' in TBLFM line, please fix by hand" >> >> below. A bit more code is required to keep this sanity check for named >> columns. >> > > Oh, good catch. Specifically, I think this should be caught inside of > `org-table-recalc

Re: [BUG] Issues in ol-gnus when storing links in nnvirtual and nnselect articles [9.7-pre (release_9.6.7-570-gd6f3ae.dirty @ /home/jschmidt/work/org-mode/lisp/)]

2023-07-22 Thread Ihor Radchenko
Eric Abrahamsen writes: > We should definitely be using the paradigm above (using the > gnus-summary-buffer as the current buffer). The article number fetching > only works by accident in the article buffer, and other stuff (like > finding the original nnselect group name) won't work at all. I a

Re: [BUG] Issues in ol-gnus when storing links in nnvirtual and nnselect articles [9.7-pre (release_9.6.7-570-gd6f3ae.dirty @ /home/jschmidt/work/org-mode/lisp/)]

2023-07-22 Thread Eric Abrahamsen
Jens Schmidt writes: > On 2023-07-22 15:48, Ihor Radchenko wrote: > >> I am not familiar with Gnus, but looking at the code, may it be that >> a Gnus article is open when Gnus summary buffer is not? > > Theoretically yes, if you actively and malignantly kill the summary > buffer, for example. I

Re: [PATCH] lisp/org-table.el: Allow named columns on lhs

2023-07-22 Thread Gavin Downard
Max Nikulin writes: > On 19/07/2023 09:36, Gavin Downard wrote: >> +++ b/lisp/org-table.el >> @@ -2253,8 +2253,7 @@ LOCATION is a buffer position, consider the formulas >> there." >> ((not (match-end 2)) m) >> ;; Is it a column reference? >>

Re: [BUG] Issues in ol-gnus when storing links in nnvirtual and nnselect articles [9.7-pre (release_9.6.7-570-gd6f3ae.dirty @ /home/jschmidt/work/org-mode/lisp/)]

2023-07-22 Thread Jens Schmidt
On 2023-07-22 15:48, Ihor Radchenko wrote: I am not familiar with Gnus, but looking at the code, may it be that a Gnus article is open when Gnus summary buffer is not? Theoretically yes, if you actively and malignantly kill the summary buffer, for example. In practice and through Gnus key b

Re: [BUG] Issues in ol-gnus when storing links in nnvirtual and nnselect articles [9.7-pre (release_9.6.7-570-gd6f3ae.dirty @ /home/jschmidt/work/org-mode/lisp/)]

2023-07-22 Thread Ihor Radchenko
Jens Schmidt writes: > The most obvious symptom is this: > > - Create an nnselect group and open an article from that. In the >article buffer, do M-x org-store-link RET, then paste the link with >C-c C-l in some Org mode buffer. The resulting link looks like > > gnus:#e18xcfu-0004h

Re: [PATCH] lisp/org-table.el: Allow named columns on lhs

2023-07-22 Thread Ihor Radchenko
Max Nikulin writes: >> I cannot find anything blocking the proposed change. > > I have not found anything valuable as well. So the only conflict is > named cell vs. named column. > ... I followed similar trace. > So names after $ were used in the past, but only named fields are > currently su

Re: [PATCH] lisp/org-table.el: Allow named columns on lhs

2023-07-22 Thread Max Nikulin
On 22/07/2023 14:25, Ihor Radchenko wrote: Max Nikulin writes: Perhaps git blame for the manual may give some hints. If the change is really old then org.texi (removed at certain moment) should be inspected as well. This has been added very, very long time ago. org-table has undergone through

Re: [PATCH] lisp/org-table.el: Allow named columns on lhs

2023-07-22 Thread Max Nikulin
On 19/07/2023 09:36, Gavin Downard wrote: +++ b/lisp/org-table.el @@ -2253,8 +2253,7 @@ LOCATION is a buffer position, consider the formulas there." ((not (match-end 2)) m) ;; Is it a column reference? ((string-match-p "\\`\

Re: Is there a better (built-in) way to insert an org link with title as description?

2023-07-22 Thread Ihor Radchenko
Max Nikulin writes: > My idea is to handle dropping of text into Org buffers. Currently it > causes opening links in eww. I think, there are better options: convert > from html to Org using pandoc and insert text, `org-capture', > `org-store-link'. I have not tried to implement it. Currently I

Org Clive, a new Org-mode-based blog engine

2023-07-22 Thread Marcin Borkowski
Hi all, you might be interested in looking at my latest (very small) project - a blog engine written on top of Org mode. Yes, yet another one - but each of the existing solutions lacked something I needed. Head on to GitLab (https://gitlab.com/mbork_mbork_pl/org-clive) or to my blog post about

[BUG] Issues in ol-gnus when storing links in nnvirtual and nnselect articles [9.7-pre (release_9.6.7-570-gd6f3ae.dirty @ /home/jschmidt/work/org-mode/lisp/)]

2023-07-22 Thread Jens Schmidt
Tags: patch `org-store-link' has a number of related issues when storing links from article buffers related to nnvirtual, nnselect, or nnir groups. I describe them here in prose without providing a full repro case, which would be somewhat difficult to set up. Just let me know if you think you n

Re: Is there a better (built-in) way to insert an org link with title as description?

2023-07-22 Thread Ihor Radchenko
Arthur Miller writes: >> (org-link-set-parameters "http" :insert-description #'your-function) >> (org-link-set-parameters "https" :insert-description #'your-function) > > Thanks, after some thinkering I got it: > > ... > (org-link-set-parameters "http" :insert-description #'org-desc-from-clipboar

Re: [BUG] WORG example for ob-lilypond is no longer working as described (was: Moving some lisp/ob-*.el files to org-contrib - your advice?)

2023-07-22 Thread Ihor Radchenko
Jonathan Gregory writes: > On 21 Jul 2023, Ihor Radchenko wrote: > >> The png is still a full page on my side. > > That's not what I get. You're probably missing the paper settings: > > #+begin_src lilypond :exports none > \version "2.20" > \paper { > indent=0\mm > tagline="" > line-width=1

Re: [ANN] lisp/ob-tangle-sync.el

2023-07-22 Thread Ihor Radchenko
Mehmet Tekman writes: >> P.S. There going to be Emacs meetup this Saturday, July 22 >> (https://emacs-apac.gitlab.io/announcements/july-2023/). I plan to be >> there and, if you need it, we can try to resolve difficulties in more >> interactive way. > > I am currently travelling this weekend, oth

Re: [PATCH] lisp/org-table.el: Allow named columns on lhs

2023-07-22 Thread Ihor Radchenko
Max Nikulin writes: > Perhaps git blame for the manual may give some hints. If the change is > really old then org.texi (removed at certain moment) should be inspected > as well. This has been added very, very long time ago. org-table has undergone through major transformations since that time

Re: Documentation: Equal sign incorrectly listed as disallowed in plain links

2023-07-22 Thread Tom Alexander
Thanks for fixing all the documentation issues I submitted today! On Sat, Jul 22, 2023, at 2:58 AM, Ihor Radchenko wrote: > "Tom Alexander" writes: > >> The documentation for plain links states that PATHPLAIN is: >> >>> A string containing non-whitespace non-bracket (()[]<>=) characters, >>> opt