ob-shell: possibly missing initiate-session functions?

2024-06-09 Thread Suhail Singh
Currently (Org 9.7.3), org-babel-switch-to-session invokes org-babel-initiate-session which tries to invoke org-babel--initiate-session. On a related note, ob-shell defines org-babel-sh-initiate-session (and uses it within org-babel-execute:shell). However, there are no definitions for org-babel-

[PATCH] worg: Prefer HTTPS to GIT for anonymous git access

2024-06-09 Thread Stefan Kangas
I think using HTTPS makes more sense for anonymous git access, for the usual security and privacy reasons. Please see the attached worg patch. From f33276dd5ed54a6beb8b31aefb544f6fa3da4c08 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Mon, 10 Jun 2024 00:04:04 +0200 Subject: [PATCH] Prefer H

Re: [PATCH] ob-lua: Support all types and multiple values in results

2024-06-09 Thread Rudolf Adamkovič
Ihor Radchenko writes: > I guess > > #+begin_src lua > return '"hello " world"' > #+end_src Doh! :) P.S. I will continue working on this patch soon. Rudy -- "Chop your own wood and it will warm you twice." --- Henry Ford; Francis Kinloch, 1819; Henry David Thoreau, 1854 Rudolf Adamkovič [he

Re: Agenda export to ics file

2024-06-09 Thread John Helly
Aha.  I stumbled on the C-hi command and was able to see the current setting for the variable and its valid values. I set the value to 't' and now it seems to do what I want. Mahalo nui for your excellent help and patience.  I never would have discovered this in any reasonable amount of time.

Re: Agenda export to ics file

2024-06-09 Thread John Helly
Aloha. I modified the MWE as best I understand.  I seem to be missing some major part of the documentation.  For example, I don't know how to find the 'doclist' and the valid values for variables.  I seem to only find them from other peoples' problems. Here is the modified MWE and it still p

Re: [PATCH] function and symbol for headline and olp for org-capture-templates

2024-06-09 Thread Ihor Radchenko
Nafiz Islam writes: >> I tried to run make test with your patch, and it is failing: > > On my side it passes on main branch at commit > 6c862699a6db3f6b76391c05380d92d9f1b3838f with patch. > passed 444/1207 test-org-capture/entry (0.099791 sec) > ... > passed 447/1207 test-org-

Re: [PATCH] Run latex more than once for LaTeX src block evaluation

2024-06-09 Thread Ihor Radchenko
Michael writes: >>> Sorry-- got sidetracked by something else. I see what you >>> mean. OK, so the proposal is: change the ".png" branch in >>> `org-babel-execute:latex' to override >>> `org-preview-process-alist' >>> with something that will: >>> >>> - actually produce a PNG formatted file >>

Re: [PATCH] function and symbol for headline and olp for org-capture-templates

2024-06-09 Thread Nafiz Islam
I tried to run make test with your patch, and it is failing: On my side it passes on main branch at commit 6c862699a6db3f6b76391c05380d92d9f1b3838f with patch. passed 444/1207 test-org-capture/entry (0.099791 sec) ... passed 447/1207 test-org-capture/org-capture-expand-olp (0.001

Re: [PATCH] Run latex more than once for LaTeX src block evaluation

2024-06-09 Thread Michael
Ihor Radchenko writes: Michael writes: ... So, it makes sense for `org-babel-execute:latex' to override `org-preview-latex-default-process' temporarily, to something actually generating .png file. Sorry-- got sidetracked by something else. I see what you mean. OK, so the proposal is: c

Re: [BUG] org-agenda: incorrect display of multi-day date ranges [9.6.15 (release_9.6.15 @ /usr/share/emacs/29.3/lisp/org/)]

2024-06-09 Thread Ihor Radchenko
Ihor Radchenko writes: >> (prog >> (find-file "test.org") >> (insert "* Entry\n<2024-05-30 Thu 14:00>--<2024-05-31 Fri 16:00>") >> (save-buffer) >> (setq org-agenda-default-appointment-duration 30) ;; optional >> (org-agenda-file-to-front) >> (org-agenda-list) >> ;; Or, for ease of

Re: Agenda export to ics file

2024-06-09 Thread Ihor Radchenko
John Helly writes: > So, even this MWE, the export to *.ics does not work as expected. The > test.ics file has no events when > > M-x org-icalendar-export-to-ics > > is invoked. > =  Contents of test.org listed below > = > -*- org-icalendar-use-deadline:

Re: [PATCH] orgweb: Update org-ruby link (tools)

2024-06-09 Thread Ihor Radchenko
Max Nikulin writes: > On 09/06/2024 02:18, Ihor Radchenko wrote: >> Max Nikulin writes: >>> ... I have tried to blindly update zh-CN file. Likely it should be >>> done more accurately. >> >> Yes. Let's not fiddle with Chinese version. It is already out of sync, >> but we cannot do much unless we

Re: [DISCUSSION] Add "Recent News" to orgmode.org

2024-06-09 Thread Ihor Radchenko
Bastien Guerry writes: >> However, the page did not get updated. May you please check the build >> logs? Is there anything fishy going on there? > > https://builds.sr.ht/~bzg/job/1246209 still says: > > "The remote resource "https://tracker.orgmode.org/news.org"; is > considered unsafe, and w

Re: [BUG] Clock malfunction -- Cannot process task file after update [9.7.2 (release_N/A-N/A-88dd2c @ /home/rknyman/.emacs.d/elpa/org-9.7.2/)]

2024-06-09 Thread Ihor Radchenko
Robert Nyman writes: > I have been having issues with time tracking via org-clock. The two > files I've been using habits.org and tasks.org have become > unusable. When I clock into a task or habit, only " :CLOCK: " appears, > with no timestamp. Thanks for reporting! Is there any error signaled

Re: [PATCH] orgweb: Update org-ruby link (tools)

2024-06-09 Thread Max Nikulin
On 09/06/2024 02:18, Ihor Radchenko wrote: Max Nikulin writes: ... I have tried to blindly update zh-CN file. Likely it should be done more accurately. Yes. Let's not fiddle with Chinese version. It is already out of sync, but we cannot do much unless we get someone Chinese-speaking volunteer.

Re: Incremental search in hidden text does not work in Org 9.7 Emacs 28

2024-06-09 Thread Ihor Radchenko
Max Nikulin writes: > On 06/06/2024 01:06, Ihor Radchenko wrote: >> Remember that older Org mode also did not have link paths searchable. > > You are right, I forgot about it. > > Since the feature was advertised in ORG-NEWS > >> Hidden parts of the links can now be searched and revealed dur

Re: [DISCUSSION] Add "Recent News" to orgmode.org

2024-06-09 Thread Bastien Guerry
Hi Ihor, Ihor Radchenko writes: > However, the page did not get updated. May you please check the build > logs? Is there anything fishy going on there? https://builds.sr.ht/~bzg/job/1246209 still says: "The remote resource "https://tracker.orgmode.org/news.org"; is considered unsafe, and w

Re: [PATCH] Fixing endless loop of org-reveal with inline-task

2024-06-09 Thread Ihor Radchenko
Marc Ihm writes: > With head there is no problem (probably forgot to adjust my load-path > before ...) Thanks for the update! Canceled. (patch) -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at

[BUG] Clock malfunction -- Cannot process task file after update [9.7.2 (release_N/A-N/A-88dd2c @ /home/rknyman/.emacs.d/elpa/org-9.7.2/)]

2024-06-09 Thread Robert Nyman
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. -