Re: [BUG] Regression: org-duration fails to support duration ranges since Org 9.0.6

2024-09-23 Thread Guido Stevens
Thanks for looking into this, Ihor. On 9/22/24 09:56, Ihor Radchenko wrote: 2. Set estimate "1d-2d" on a task (C-c C-x e) At this point, using emacs -Q, I am getting Debugger entered--Lisp error: (error "Invalid duration format: \"1d-2d\"") error("Invalid duration format: %S" "1d-2d") In

Re: [PATCH] fix org-babel-view-src-block-info

2024-09-23 Thread Ihor Radchenko
Rodrigo Morales writes: >> Note that we had another patch from Rodrigo Morales in 2021: >> https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=e0535fa2d8215ba9a9f96058807648df72e2d99d >> Is it yours? (it is under different email) > > Yes, it was me. I used that e-mail address while st

Re: org-indent-mode makes set-goal-column behave surprising

2024-09-23 Thread Ihor Radchenko
"Martin Edström" writes: > Sorry, I have to add a reproduction step: turn on M-x visual-line-mode. > > Anyway, it's not an Org bug. Reported upstream: > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72420 The upstream bug has been fixed. -- Ihor Radchenko // yantar92, Org mode contributor,

Re: org-indent-mode makes set-goal-column behave surprising

2024-09-23 Thread Ihor Radchenko
"Martin Edström" writes: > Hello, pinging back on two old emails that seem related: > > https://lists.gnu.org/archive/html/emacs-orgmode/2008-01/msg00030.html > https://lists.gnu.org/archive/html/emacs-orgmode/2011-05/msg00654.html > > A bug that can be reproduced on Emacs -Q: > ... Duplicate of

Link Abbreviations with Org-Attach

2024-09-23 Thread Kepa
Hello, Is it possible to use org-attachments with link abbreviation definitions? I'm testing it, and it seems not to work. I'm referring to elements like these: * 1 Link Abbreviation Definition #+LINK: shortcut /path/to/folder/ * 2 Attachment Directory Property doesn't work :PROPERTIES: :DIR: s

Re: [BUG] export blocks no longer fontifying [9.7.10 (release_9.7.10 @ /Users/ben/Scripts/emacs/lisp/org/)]

2024-09-23 Thread Benjamin McMillan
Thank you! And you are right, I haven't installed java on this computer, and a terminal call to java returns the message "The operation couldn’t be completed. Unable to locate a Java Runtime." Is that expected behavior? I'm not very familiar with testing frameworks, but wouldn't expect that the env

Re: WORG commit o-c/b/l/ob-doc-elisp.org: add new section on tangling and :var

2024-09-23 Thread Greg Minshall
hi, Ihor, thanks for looking at my changes and for your e-mail. i agree that the write-up is maybe a bit blog-post'y; i'm agnostic as to whether it should be on that worg page or not. if anyone has some other place to put it (on their own blog, where ever), feel free. my memory is that of the t

[PATCH] lisp/org-colview.el: Fix for adding appointments to effort sum

2024-09-23 Thread Anand Deopurkar
From 0b6fbd5bc1326163e16351cee6ee26e7ecf8 Mon Sep 17 00:00:00 2001 From: Anand Deopurkar Date: Mon, 23 Sep 2024 22:58:48 +1000 Subject: [PATCH] lisp/org-colview.el: Bug fix for add-appointments-to-effort-sum * org-colview.el (org-columns--collect-values): Accept an additional optional argume