Re: [PATCH] before emit an error message, try to load the babel language

2023-04-24 Thread lin Sun
Hi Ihor, Thanks for the comment. If we switch to the `add-variable-watcher', it seems we'll load the ob-LANG in the callback immediately. The previous change can lazyly load the babel languages until the user tries to evaluate the source block.

Re: Interest in an Org video meetup?

2023-04-24 Thread Carlo Tambuatco
I’d be interested. Might get more people to contribute to the codebase. Weekends Saturday afternoons would be best for me, I don’t know about anyone else. Are we talking Zoom here? -Carlo > On Oct 6, 2022, at 9:20 AM, Russell Adams wrote: > > > Would there be any interest in a monthly 1-2

Re: Interest in an Org video meetup?

2023-04-24 Thread Ihor Radchenko
Russell Adams writes: >> Do you plan to start the meetups any time soon? >> If you do, we may also ask Timothy to announce it during his "This year >> in Org" talk at Emacsconf. > > I've been really busy with work. I got a new Emacs BlueButton account > I need to test, and then I'll make an initi

Re: What is a week?

2023-04-24 Thread Ihor Radchenko
Marcin Borkowski writes: > Complicated. I did my copyright assignment (for Emacs and AUCTeX, but > ... Thanks for the clarification. Bastien, I think we should update the copyright status in WORG. Maybe also inform FSF? > To be clear - I completely understand the "patches welcome" attitude to

Re: What is a week?

2023-04-24 Thread Marcin Borkowski
On 2023-04-24, at 08:26, Ihor Radchenko wrote: > Marcin Borkowski writes: > >>> Patches welcome! >> >> Would gladly do. Has the copyright papers requirement been lifted? > > Of course not, but don't you already have copyright assignment done? > Our records list you as someone with copyright:

Re: What is a week?

2023-04-24 Thread Marcin Borkowski
On 2023-04-24, at 17:13, Max Nikulin wrote: > On 24/04/2023 02:06, Marcin Borkowski wrote: >> Fair enough. Still, I consider this a bug in the docs (they don't >> say >> clearly to set :wstart 7)... > > I do not think :wstart 7 gives expected result when run on any day > other than Sunday. Cur

Re: What is a week?

2023-04-24 Thread Max Nikulin
On 11/04/2023 17:08, Ihor Radchenko wrote: Tim Landscheidt writes: But there is calendar-week-start-day which I would expect affected Emacs users to have customized. It is not at all obvious that Org should be affected by calendar customization. And we use different default - Monday, while ca

Re: What is a week?

2023-04-24 Thread Max Nikulin
On 24/04/2023 02:06, Marcin Borkowski wrote: Fair enough. Still, I consider this a bug in the docs (they don't say clearly to set :wstart 7)... I do not think :wstart 7 gives expected result when run on any day other than Sunday. Current expression shifts interval start into future, see the

Re: [BUG] Unable to detangle code with noweb comments [9.6.1 (9.6.1-??-fe92a3c @ /home/phtrivier/.emacs.d/.local/straight/build-28.1/org/)]

2023-04-24 Thread Ihor Radchenko
Pierre-Henri Trivier writes: > I'm using an org file like this one: > ... >     #+name: main >     #+begin_src rust :tangle main.rs :noweb yes :comments noweb >     <> >     fn main() { >     <> >     <> >     } >     #+end_src > When I visit the generated file, modify it, and I run > org

Re: *** BULK *** Re: How to set priority of a heading with the highest one among its children

2023-04-24 Thread Ihor Radchenko
DEBRY.Edouard writes: > Here is something working, probably not yet all cases proof > > (defun local/set-priority1 () > (org-with-wide-buffer >(when (org-goto-first-child) > (let ((ls (remove nil (cl-loop collect (local/set-priority1) while > (org-goto-sibling) >(outline-u

Re: *** BULK *** Re: How to set priority of a heading with the highest one among its children

2023-04-24 Thread DEBRY . Edouard
Here is something working, probably not yet all cases proof (defun local/set-priority1 () (org-with-wide-buffer (when (org-goto-first-child) (let ((ls (remove nil (cl-loop collect (local/set-priority1) while (org-goto-sibling) (outline-up-heading 1) (if ls (org-prior

[BUG] Unable to detangle code with noweb comments [9.6.1 (9.6.1-??-fe92a3c @ /home/phtrivier/.emacs.d/.local/straight/build-28.1/org/)]

2023-04-24 Thread Pierre-Henri Trivier
I'm using an org file like this one:     * Simu     `simu` is a program to simulate counting up to a certain number.     The program has two main parts:     ** Gathering input     We simply get the first parameter, panicking if there is nothing specified.     #+name: gather-input     #+begin_

Re: Why am I being told to use "straight.el"?

2023-04-24 Thread Max Nikulin
GNU Emacs 30.0.50 (build 1, i686-pc-linux-gnu, X toolkit, cairo version 1.14.8, Xaw3d scroll bars) of 2023-04-19. Since it is a custom emacs build, is its folder present in your PATH? Is it the same binary as reported by the following command in emacs eshell buffer sh -c 'command -v e

Re: [BUG] LANG=fr_FR.UTF-8 org-clock "not at timestamp"

2023-04-24 Thread Ihor Radchenko
Ruijie Yu via "General discussions about Org-mode." writes: > I am investigating test failures with LANG=fr_FR.UTF-8 amongst some > other locales. I noticed that the test > `test-org-clok/org-clock-timestamps-change' in > testing/lisp/test-org-clock.el around line 92 failed with "not at > timest

Re: 3 times a day

2023-04-24 Thread Samuel Loury
Ihor Radchenko writes: > Renato Pontefice writes: > >> ** TODO composto I 4 granuli<2023-04-18 Tue 08:38 +1d> >> ** TODO composto I 4 granuli<2023-04-18 Tue 16:38 +1d> >> ** TODO composto I 4 granuli<2023-04-18 Tue 22:39 +1d> >> >> I mean: can I have one TODO statement I n 3 different hour at sa