Re: [PATCH] Make :var foo=name-of-src-block assign the source block code instead of currently assigned result of evaluation (was: [PATCH] Add :noweb-prefix and :noweb-trans babel header arguments)

2022-08-30 Thread Ihor Radchenko
Sébastien Miquel writes: > I've implemented this proposal in the patch attached. > > Does it look good to you ? Thanks! The patch looks mostly fine. Applied onto main via 72f66ca0b. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=72f66ca0b9d336e0da61b17cbe8ce183eef364dd A

Re: [#C] Story behind priorities in org-mode?

2022-08-30 Thread Ihor Radchenko
Ypo writes: > Reading this web, > https://christopherfin.com/emacs/programmer_priorities.html made me > think about the syntax of priorities in org-mode. > > What is the story behind [#A], etc? It dates back to Org version 4.12, which is the first commit in our public Git repo. -- Ihor

Re: Suspected bug: example block in a footnote doesn't fold if starts with 2 blank lines

2022-08-30 Thread Ihor Radchenko
alain.coch...@unistra.fr writes: > Hello. When I visit an org buffer containing only: > > foo[fn:1] > > [fn:1] bar > #+begin_example > > > x > #+end_example > > then, hitting when the cursor is on either '#' does nothing > (i.e., no folding). This is not a bug. Just unintuitive

Re: [PATCH] org-agenda.el: customise outline path in echo area

2022-08-30 Thread Mikhail Skorzhisnkii
I have signed the FSF papers now and we can continue the review of this work now. I am attaching updated and rebased patch for this and another e-mail thread, since these two patches are depend on each other. I have additionally tested the functionality of these changes by verifying that it

Re: [PATCH] ox-icalendar.el: customizable vevent summary prefix

2022-08-30 Thread Mikhail Skorzhisnkii
I have signed FSF papers. Attaching a rebased patch with additional changes to ORG-NEWS Ihor Radchenko writes: > “Mikhail Skorzhinskiy” writes: > >> Thanks for review, Ihor. I have sent a copyright assignment request. Will >> resubmit the patches as soon as I complete the process. > > Thanks!

Re: [PATCH] org-refile.el: show refile targets with doc. title

2022-08-30 Thread Mikhail Skorzhisnkii
I have signed the FSF papers. However for the simplicity I will send renewed patch in different thread. You may consider this thread to be closed.q E-Mail thread I am going to use is: Thanks, Mikhail

Re: [PATCH] org-agenda.el: agenda*: add lost argument

2022-08-30 Thread Mikhail Skorzhisnkii
This patch is no longer needed, as the bug was fixed in other commit. Ihor Radchenko writes: > Mikhail Skorzhinskii writes: > >> * lisp/org-agenda.el (org-agenda): add lost argument for agenda* > > Thanks! I am not able to apply your patch onto main. Could you resend, > preferably adding the

Suspected bug: example block in a footnote doesn't fold if starts with 2 blank lines

2022-08-30 Thread Alain . Cochard
Hello. When I visit an org buffer containing only: foo[fn:1] [fn:1] bar #+begin_example x #+end_example then, hitting when the cursor is on either '#' does nothing (i.e., no folding). Tested with 'emacs -Q' and the following combinations: GNU Emacs 27.2 (build 1,

[#C] Story behind priorities in org-mode?

2022-08-30 Thread Ypo
Reading this web, https://christopherfin.com/emacs/programmer_priorities.html made me think about the syntax of priorities in org-mode. What is the story behind [#A], etc?