Emacs : GNU Emacs 29.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version
3.24.37, cairo version 1.16.0) of 2023-09-11, modified by Debian
Package: Org mode version 9.6.6 (release_9.6.6 @
/usr/share/emacs/29.1/lisp/org/)
In the example below i underline to show that a link has been created.
Given
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
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 estim
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"} {{{resul
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 o
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:
U
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 ca
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 i
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 to
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' unconditional
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.
--
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 there
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
13 matches
Mail list logo