Re: Cant expand a heading with tab : Subtree (no children)

2024-04-27 Thread Rudolf Adamkovič
Jonathan Gregory writes: > I see this too. +1 here. Rudy -- "Thinking is a momentary dismissal of irrelevancies." --- Richard Buckminster Fuller, 1969 Rudolf Adamkovič [he/him] Studenohorská 25, 84103 Bratislava, Slovakia, European Union

[FR] org-clock-modify-effort-estimate as autoload

2024-04-27 Thread Jason Hemann
Howdy, Presently, org-clock-modify-effort-estimate is not autoloaded. I imagine that org currently suggests/favors workflow would be that you’d clock in, or interact with org-clock some other way, and only then modify your effort estimates. I found myself wanting to modify a prior effort

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

2024-04-27 Thread Rudolf Adamkovič
Ihor Radchenko writes: > Maybe something like the attached. Nice: src_elisp{"foo"} {{{results(=foo=)}}} src_python{return "foo"} {{{results(=foo=)}}} src_lua{return "foo"} {{{results(=foo=)}}} That said, I have just noticed: # expected: a, b, c src_lua{return "a", "b", "c"}

Re: Cant expand a heading with tab : Subtree (no children)

2024-04-27 Thread Jonathan Gregory
On 27 Apr 2024, Alexandros Prekates wrote: It happens daily , not initially , but after some hour(s) of using an org file to try to expand a heading ,that i know that it has subheadings , and it wont expand and see in the echo area the message : SUBTREE (NO CHILDREN). I see this too. The

Re: [PATCH] Re: [BUG] ob-shell: :shebang changes interpretation of :cmdline

2024-04-27 Thread Max Nikulin
On 27/04/2024 17:31, Max Nikulin wrote: On 26/04/2024 18:49, Ihor Radchenko wrote: +    shell-file-name ... +    (list shell-command-switch +  (concat (file-local-name script-file)  " " cmdline Max Nikulin writes:

[PATCH] Rewrite `org-clock-sum'

2024-04-27 Thread Morgan Smith
Hello! I may have rewritten org-clock-sum yet again. See attached patch. * things I want you to tell me 1. Does this look like something that could be eventually merged upstream or am I wasting my time? 2. Would you like me to do more performance testing? I basically only tested my use

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

2024-04-27 Thread Max Nikulin
On 26/04/2024 20:40, Ihor Radchenko wrote: +++ b/lisp/ob-lua.el @@ -282,6 +282,8 @@ (defvar org-babel-lua-wrapper-method end end return result + elseif type(it) == 'string' then + return '\"' .. it .. '\"' If you are adding quotes around then quote characters

Re: [DISCUSSION] The meaning of :cmdline header argument across babel backends

2024-04-27 Thread Max Nikulin
On 26/04/2024 20:09, Ihor Radchenko wrote: Max Nikulin writes: However looking wider, I do not like that :cmdline for ob-shell has different meaning than for other languages, see e.g. ob-sql. Only for shell this parameter is treated as arguments of a *script*. In other cases :cmdline is used

Re: [PATCH] Re: [BUG] ob-shell: :shebang changes interpretation of :cmdline

2024-04-27 Thread Max Nikulin
On 26/04/2024 18:49, Ihor Radchenko wrote: +shell-file-name ... +(list shell-command-switch + (concat (file-local-name script-file) " " cmdline Max Nikulin writes: Using `shell-command-switch'

[BUG] oddity tangling src_blk with :var [9.7-pre (release_9.6.26-1368-g1ae978 @ /home/minshall/.emacs.d/straight/build/org/)]

2024-04-27 Thread Greg Minshall
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: [PATCH] Re: [BUG] ob-shell: :shebang changes interpretation of :cmdline

2024-04-27 Thread Ihor Radchenko
Matt writes: > There's a lot to process in this bug. We've also uncovered, at least, > related four bugs. I think it would help to submit separate bug reports for > each of the related issues so that we may discuss them separately, if > possible. Is Woof! the way to do that? I recall

Re: [PATCH] Re: [BUG] ob-shell: :shebang changes interpretation of :cmdline

2024-04-27 Thread Matt
Thank you both for your thoughtful replies. There's a lot to process in this bug. We've also uncovered, at least, related four bugs. I think it would help to submit separate bug reports for each of the related issues so that we may discuss them separately, if possible. Is Woof! the way to