Re: [BUG] Error in data input and output format for org-columns--summary-estimate

2023-07-09 Thread andrea
#+PROPERTY: Effort_ALL 0 0:10 0:30 1:00 2:00 3:00 4:00 5:00 6:00 7:00 #+COLUMNS: %30ITEM(Task) %30Effort(Estimated Effort){est+} %CLOCKSUM * efforts ** task 1 :PROPERTIES: :Effort: 3d :END: ** task 2 :PROPERTIES: :Effort: 3m-4m :END: Originally

Re: [BUG] Error in data input and output format for org-columns--summary-estimate

2023-07-09 Thread Ihor Radchenko
and...@fedeli.eu writes: >The matter is related to the fact that org-columns--summary-estimate, from > org-colview.el, uses function string-to-number to take value on ranges; > acting this way > >the unit is removed making impossible to distinguish between 1y and 1min . > Similarly, on

[BUG] Error in data input and output format for org-columns--summary-estimate

2023-07-09 Thread andrea
Howdy! This has been tested to happen with org 9.5.5, a few of the following, and on the HEAD version on git (9.6.7+); it's a source matter, afflicting org independently of the running platform (GNU/Linux, Windows, etc.) The matter is related to the fact that

Re: [POLL] Org Speed commands for lists

2023-07-09 Thread Ihor Radchenko
Ihor Radchenko writes: > Ypo writes: > >> This is a suggestion: Could Speed commands be applied to lists? > > It is just a question of adding an extra hook to > `org-speed-command-hook'. Let's see what people think about it. No interest. So, you can do it yourself in your config instead.

Re: [BUG] Source block indentation does not work properly for yaml-mode [9.6.6 ( @ /home/user/.emacs.d/elpa/org-9.6.6/)]

2023-07-09 Thread Sébastien Miquel
Ihor Radchenko writes: We should probably reserve the workaround to Emacs 28 and older and eventually remove it when Org drops Emacs 28 support. Ok. I tested using Emacs 28 and 27 and your patch is passing all the tests. Thanks. -- Sébastien Miquel From

Re: [PATCH] ob-python: support header argument `:results file graphics'

2023-07-09 Thread Ihor Radchenko
Jack Kamm writes: > Ihor Radchenko writes: > >> Your patch appear to only add more confusion, IMHO. >> >> I feel that the description about :results file is confusing from the >> very beginning: > > Well, I guess ":results file" has confusing behavior. So it's > difficult to write accurate,