[BUG] 31.0.50; org-babel-execute-src-block: Wrong type argument: integer-or-marker-p, nil

2025-06-17 Thread Antero Mejr
When exporting this Org buffer with org-html-export-to-html: #+begin_src emacs-lisp :exports results (org-table-convert-region (point) (+ (point) (cadr (insert-file-contents "my-table.csv" #+end_src The export operation fails with a type error: org-babel-execute-src-block: Wrong type

Re: [PATCH] ob-sql: session

2025-06-17 Thread General discussions about Org-mode.
On Monday, June 16th, 2025 at 12:19 PM, Phil Estival wrote: > * [2025-06-15 20:59 +] Michael Mauger mmau...@protonmail.com: > > > On Sunday, June 15th, 2025 at 3:16 PM, Phil Estival p...@7d.nz wrote: > > > > > I also took good note of Michael's remarks. > > > The attached series of patches

Re: Evaluate an org-mode snippet in a code block

2025-06-17 Thread jman
Max Nikulin writes: #+name: src-org-example #+header: :exports code #+BEGIN_EXAMPLE org ,* Meeting with friends :PROPERTIES: :LOCATION: At Stacy's :DESCRIPTION: Be on time :END: <2025-05-28 Wed 20:00-22:00> #+END_EXAMPLE #+header: :exports results :results raw :wrap example #+begin_src elisp :

Re: [Linux] WORG Patch 2/2 for Org Protocol Page

2025-06-17 Thread Charles Choi
Patch 5141b91f for org-protocol.org 2025-06-17 rewrite submitted for review. 0001-org-protocol.org-Rewrite-for-2025.patch Description: Binary data Thanks to all for all the feedback so far. Regards - Charles — Charles Y. Choi, Ph.D. kickingve...@gmail.com

Documentation bug in "(org) The open-source protocol"

2025-06-17 Thread Charles Choi
Extraneous '&' character in JavaScript bookmark, fragment "open-source?&" should be changed to "open-source?". https://orgmode.org/manual/The-open_002dsource-protocol.html — Charles Y. Choi, Ph.D. kickingve...@gmail.com

Fwd: Delivery Status Notification (Failure)

2025-06-17 Thread Pedro Andres Aranda Gutierrez
I don’t know what’s happening with the address book…Enviado desde mi iPhoneInicio del mensaje reenviado:De: Mail Delivery Subsystem Fecha: 17 de junio de 2025, 17:35:53 CESTPara: paag...@gmail.comAsunto: Delivery Status Notification (Failure) Address not found Your message wasn't del

Re: [Linux] WORG Patch 2/2 for Org Protocol Page

2025-06-17 Thread Charles Choi
Ihor - Thanks! — Charles Y. Choi, Ph.D. kickingve...@gmail.com > On Jun 17, 2025, at 11:57 AM, Ihor Radchenko wrote: > > Remember protocol has been removed 12 years ago, in > https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=65399674d

Re: [Linux] WORG Patch 2/2 for Org Protocol Page

2025-06-17 Thread Ihor Radchenko
Charles Choi writes: > Is the remember protocol still handled for backward compatibility or is it > now completely removed? > > The worg org-protocol.org page still states it is still handled. Remember protocol has been removed 12 years ago, in https://git.savannah.gnu.org/cgit/emacs/org-mode.g

Re: [Linux] WORG Patch 2/2 for Org Protocol Page

2025-06-17 Thread Charles Choi
Is the remember protocol still handled for backward compatibility or is it now completely removed? The worg org-protocol.org page still states it is still handled. Charles — Charles Y. Choi, Ph.D. kickingve...@gmail.com > On Jun 17, 2025, at 9:58 AM, Charles Choi wrote: > > Understood.

Re: [Linux] WORG Patch 2/2 for Org Protocol Page

2025-06-17 Thread Charles Choi
Understood. Will reflect that in my patch. Charles > On Jun 17, 2025, at 9:28 AM, Ihor Radchenko wrote: > > AFAIR, it is not 100% broken. It is broken after some version of > xdg-tools (discussed in the bug report). So, not all the users will be > affected.

[bug] org-html-timestamp adds unintended extra spaces

2025-06-17 Thread Yue Yi
Hello, Org-mode maintainers, When exporting a file containing many timestamps, I noticed while inspecting the HTML code that the timestamps inside elements have an extra space. Here's a minimal example: (org-export-string-as "Hello [2025-05-05] world" 'html t) ;;=> " Hello [2025-05-05 Mon] worl

Re: [Linux] WORG Patch 2/2 for Org Protocol Page

2025-06-17 Thread Ihor Radchenko
Charles Choi writes: > Thanks for the heads up on XDG support for Org protocol being broken. I will > amend accordingly. AFAIR, it is not 100% broken. It is broken after some version of xdg-tools (discussed in the bug report). So, not all the users will be affected. -- Ihor Radchenko // yanta

Re: [BUG] Numeric priorities only partially supported

2025-06-17 Thread Derek Chen-Becker
Sounds good! Handled. On Sun, Jun 8, 2025 at 10:04 AM Ihor Radchenko wrote: > Derek Chen-Becker writes: > > >> We must eventually support numeric properties, as documented in the > manual. > > > > This is actually something I've wanted for a while and never got > > around to looking at it. I'm

Re: [URL format] WORG Patch 2/2 for Org Protocol Page

2025-06-17 Thread Max Nikulin
On 16/06/2025 18:47, Christian Moe wrote: Mint and xfce. The browser is Firefox. I can not reproduce the issue with double slash after org-prtocol: in a VM with Debian 12 bookworm (stable), XFCE 4.18, Firefox 128.11 ESR, Emacs-28.2 Single slash does work, and so does triple slash, quadrupl

Re: [Linux] WORG Patch 2/2 for Org Protocol Page

2025-06-17 Thread Charles Choi
Thanks for the heads up on XDG support for Org protocol being broken. I will amend accordingly. Charles — Charles Y. Choi, Ph.D. kickingve...@gmail.com > On Jun 17, 2025, at 3:51 AM, Max Nikulin wrote: > > On 31/05/2025 08:09, Charles Choi wrote: >> -*** GNU/Linux setup > >> +* GNU

Re: [Linux] WORG Patch 2/2 for Org Protocol Page

2025-06-17 Thread Max Nikulin
On 31/05/2025 08:09, Charles Choi wrote: -*** GNU/Linux setup +* GNU/Linux and Unix variants Do UNIX variants support XDG desktop entries and MIME handlers? +Emacs 30.1+ now has ~emacsclient.desktop~ configured to handle Org Protocol URL requests. For users with older versions of Emac

Re: State of the feature branch - An update

2025-06-17 Thread Pedro Andres Aranda Gutierrez
Wow... thx a ton. The \arfont and \elfont stuff is a result of the moving target state the branch is currently... I will correct that and write a specific test for it Thanks a ton again /PA On Tue, 17 Jun 2025 at 10:04, Christian Moe wrote: > > Pedro Andres Aranda Gutierrez writes: > > attached

Re: Evaluate an org-mode snippet in a code block

2025-06-17 Thread Christian Moe
Max Nikulin writes: > #+name: src-org-example > #+header: :exports code > #+BEGIN_EXAMPLE org > ,* Meeting with friends > :PROPERTIES: > :LOCATION: At Stacy's > :DESCRIPTION: Be on time > :END: > <2025-05-28 Wed 20:00-22:00> > #+END_EXAMPLE > > #+header: :exports results :results raw :wrap exampl

Re: State of the feature branch - An update

2025-06-17 Thread Christian Moe
Pedro Andres Aranda Gutierrez writes: > attached is an updated version of the multilingual demos that takes > the evolution of the code into account. > I'd really appreciate more people feel like giving it a look/try and > providing feedback. Hi, Tested multi-polyglossia.org again on the updated